Advisory Database
  • Advisories
  • Dependency Scanning
  1. maven
  2. ›
  3. io.netty/netty-codec-haproxy
  4. ›
  5. CVE-2026-55851

CVE-2026-55851: Netty: [codec-haproxy] Signed-Byte Sentinel Collision in HAProxyMessageDecoder Leads to Unbounded Memory Exhaustion

July 22, 2026

The HAProxyMessageDecoder in netty’s codec-haproxy module performs protocol version detection by reading the 13th byte of the inbound stream as a signed Java byte and widening it to int without masking. When an attacker sends a PROXY protocol v2 binary prefix (0D 0A 0D 0A 00 0D 0A 51 55 49 54 0A) followed by version byte 0xFF, the sign extension produces -1, which collides with the decoder’s “need more data” sentinel value. This collision traps the decoder in a version-detection loop where it perpetually requests more data without consuming any bytes, never instantiates the HeaderExtractor that enforces header size limits, and causes ByteToMessageDecoder to accumulate all subsequent inbound bytes into an unbounded cumulation buffer until the JVM exhausts its direct memory allocation.

References

  • github.com/advisories/GHSA-q6cq-mhr2-jmr5
  • github.com/netty/netty/commit/5b68c61f37aa4a3045cba624cbea239655c9003b
  • github.com/netty/netty/commit/bb2ff68a1fb71cb4b0eb9a9e17b66c52aff680c6
  • github.com/netty/netty/releases/tag/netty-4.1.136.Final
  • github.com/netty/netty/releases/tag/netty-4.2.16.Final
  • github.com/netty/netty/security/advisories/GHSA-q6cq-mhr2-jmr5
  • nvd.nist.gov/vuln/detail/CVE-2026-55851

Code Behaviors & Features

Detect and mitigate CVE-2026-55851 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions starting from 4.1.0 before 4.1.136, all versions starting from 4.2.0 before 4.2.16

Fixed versions

  • 4.1.136
  • 4.2.16

Solution

Upgrade to versions 4.1.136, 4.2.16 or above.

Impact 7.5 HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Learn more about CVSS

Weakness

  • CWE-400: Uncontrolled Resource Consumption

Source file

maven/io.netty/netty-codec-haproxy/CVE-2026-55851.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Sat, 08 Aug 2026 00:18:12 +0000.