| Source | ID | Title |
|---|---|---|
Github GHSA |
GHSA-cc37-9q2j-3hfv | Netty: HAProxy SSL TLV parsing leaks retained slice on invalid TLV length |
Solution
No solution given by the vendor.
Workaround
No workaround given by the vendor.
Fri, 12 Jun 2026 19:30:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| Metrics |
ssvc
|
Fri, 12 Jun 2026 15:45:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| First Time appeared |
Netty
Netty netty |
|
| Vendors & Products |
Netty
Netty netty |
Fri, 12 Jun 2026 14:30:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| Description | Netty is a network application framework for development of protocol servers and clients. In netty-codec-haproxy prior to versions 4.1.135.Final and 4.2.15.Final, 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. Versions 4.1.135.Final and 4.2.15.Final patch the issue. | |
| Title | Netty: HAProxy SSL TLV parsing leaks retained slice on invalid TLV length | |
| Weaknesses | CWE-703 | |
| References |
| |
| Metrics |
cvssV3_1
|
Projects
Sign in to view the affected projects.
Status: PUBLISHED
Assigner: GitHub_M
Published:
Updated: 2026-06-12T19:02:36.871Z
Reserved: 2026-05-07T21:50:33.545Z
Link: CVE-2026-44893
Updated: 2026-06-12T19:01:55.868Z
Status : Undergoing Analysis
Published: 2026-06-12T15:16:26.103
Modified: 2026-06-12T15:55:06.377
Link: CVE-2026-44893
No data.
OpenCVE Enrichment
Updated: 2026-06-12T16:30:14Z
Github GHSA