CVE-2026-44893

ADVISORY - github

Summary

When decoding a PP2_TYPE_SSL TLV, HAProxyMessage.readNextTLV() first calls header.retainedSlice(header.readerIndex(), length) and only then reads the 1-byte client field and 4-byte verify field. If the attacker sets the TLV length below 5, the subsequent readByte/readInt throws IndexOutOfBoundsException. HAProxyMessageDecoder only catches HAProxyProtocolException around this call, so the IOOBE propagates and the retained slice on the pooled cumulation buffer is never released.

EPSS Score: 0.00594 (0.444)

Common Weakness Enumeration (CWE)

ADVISORY - nist

Improper Check or Handling of Exceptional Conditions

ADVISORY - github

Improper Check or Handling of Exceptional Conditions

ADVISORY - redhat

Buffer Access with Incorrect Length Value


Sign in to Docker Scout

See which of your images are affected by this CVE and how to fix them by signing into Docker Scout.

Sign in