Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2026-44893
Published:June 09, 2026
Updated:June 09, 2026
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.
Affected Packages
https://github.com/netty/netty.git (GITHUB):
Affected version(s) >=netty-4.2.0.Final <netty-4.2.15.Final
Fix Suggestion:
Update to version netty-4.2.15.Final
https://github.com/netty/netty.git (GITHUB):
Affected version(s) >=netty-4.0.0.Alpha1 <netty-4.1.135.Final
Fix Suggestion:
Update to version netty-4.1.135.Final
io.netty:netty-codec-haproxy (JAVA):
Affected version(s) >=4.0.29.Final <4.1.135.Final
Fix Suggestion:
Update to version 4.1.135.Final
io.netty:netty-codec-haproxy (JAVA):
Affected version(s) >=4.2.0.Final <4.2.15.Final
Fix Suggestion:
Update to version 4.2.15.Final
Do you need more information?
Contact Us
CVSS v4
Base Score:
8.7
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
NONE
Vulnerable System Integrity
NONE
Vulnerable System Availability
HIGH
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
7.5
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
NONE
Integrity
NONE
Availability
HIGH