CVE-2026-44893
Last modified
CVE-2026-44893 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. 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. EPSS estimates a 0.62% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Netty | Netty | < 4.1.135 |
| Netty | Netty | >= 4.2.0, < 4.2.15 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2026-44893?
How severe is CVE-2026-44893?
How do I fix CVE-2026-44893?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-44888Pi.Alert is a WIFI / LAN intruder detector with web service …9.8
- CVE-2026-44889WebOb provides objects for HTTP requests and responses. Prio…6.1
- CVE-2026-4489A vulnerability was detected in Tenda A18 Pro 02.03.02.28. T…8.8
- CVE-2026-44890Netty is a network application framework for development of …7.5
- CVE-2026-44891Netty is a network application framework for development of …7.5
- CVE-2026-44892Netty is a network application framework for development of …7.5
- CVE-2026-44894Netty is a network application framework for development of …7.5
- CVE-2026-44895GitLab MCP Server lets an AI agent talk directly to GitLab. …9.2
- CVE-2026-44896Mistune is a Python Markdown parser with renderers and plugi…6.1
- CVE-2026-44897Mistune is a Python Markdown parser with renderers and plugi…6.1
- CVE-2026-44898Mistune is a Python Markdown parser with renderers and plugi…6.1
- CVE-2026-44899Mistune is a Python Markdown parser with renderers and plugi…6.1
Are you affected by CVE-2026-44893?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
