CVE-2026-45416
Last modified
CVE-2026-45416 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. Prior to versions 4.1.135.Final and 4.2.15.Final, SslClientHelloHandler.decode() reads the 24-bit TLS handshake length and, when the ClientHello does not fit in the first record, eagerly allocates `ctx.alloc().buffer(handshakeLength)` (line 161). EPSS estimates a 0.86% chance of exploitation in the next 30 days.
Description
Netty is a network application framework for development of protocol servers and clients. Prior to versions 4.1.135.Final and 4.2.15.Final, SslClientHelloHandler.decode() reads the 24-bit TLS handshake length and, when the ClientHello does not fit in the first record, eagerly allocates `ctx.alloc().buffer(handshakeLength)` (line 161). The guard at line 140 is `handshakeLength > maxClientHelloLength && maxClientHelloLength != 0`, and the commonly-used SniHandler/AbstractSniHandler constructors (SniHandler(Mapping), SniHandler(AsyncMapping), AbstractSniHandler()) pass maxClientHelloLength=0 and handshakeTimeoutMillis=0, so the length guard is disabled and no timeout is scheduled. A 16 MiB request exceeds the default pooled chunk size and becomes a huge/unpooled allocation performed immediately. The buffer is retained in the handler until the channel closes. 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-45416?
How severe is CVE-2026-45416?
How do I fix CVE-2026-45416?
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-45410TREK is a collaborative travel planner. Prior to 3.0.18, ear…5.3
- CVE-2026-45411vm2 is an open source vm/sandbox for Node.js. Prior to 3.11.…9.8
- CVE-2026-45412MaxKB is an open-source AI assistant for enterprise. Prior t…6.3
- CVE-2026-45413MaxKB is an open-source AI assistant for enterprise. Prior t…6.9
- CVE-2026-45414Decidim is a participatory democracy framework. Prior to 0.3…8.5
- CVE-2026-45415Decidim is a participatory democracy framework. Prior to 0.3…6
- CVE-2026-45417DataEase is an open source data visualization and analysis t…8.7
- CVE-2026-45418ClipBucket v5 is an open source video sharing platform. Prio…8.8
- CVE-2026-45419DataEase is an open source data visualization and analysis t…8.5
- CVE-2026-4542A vulnerability has been found in SSCMS 4.7.0. The affected …5.4
- CVE-2026-45426Exploitation requires the attacker to already be an authenti…3.1
- CVE-2026-4543A vulnerability was found in Wavlink WL-WN578W2 221110. The …6.3
Are you affected by CVE-2026-45416?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
