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.
CVE-2026-45416
This high-severity CVE scores 7.5 under a secondary CVSS source (NVD's own analysis pending). EPSS exploit probability: 0.5%, top 63% of all CVEs by exploit prediction. GitHub Security Advisory data not yet ingested — confidence will rise once GHSA publishes (typical lag: hours to days for open-source ecosystem CVEs; never for infrastructure-only CVEs).
- High severity, but no confirmed exploitation yet
A fix is available — apply it.
- CVSS v3
- 7.5
- EG Score
- 7.5(medium)
- EPSS
- 36.8%
- KEV
- Not listed
Published
June 8, 2026
Last Modified
July 6, 2026
Advisory Details (3)
Auto-updated Jun 12, 2026SNI handler pre-allocates up to 16 MiB from nine attacker bytes · Advisory · netty/netty · GitHub
https://github.com/netty/netty/security/advisories/GHSA-x4gw-5cx5-pgmhnetty-4.2.15.Final
Patch available: netty/netty netty-4.2.15.Final
https://github.com/netty/netty/releases/tag/netty-4.2.15.Finalnetty-4.1.135.Final
Patch available: netty/netty netty-4.1.135.Final
https://github.com/netty/netty/releases/tag/netty-4.1.135.FinalVendor Advisories for CVE-2026-45416(6)
These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.
- RHSA-2026:34608Red Hat Product SecurityHigh
Red Hat Security Advisory: Streams for Apache Kafka 2.9.4 release and security update
- RHSA-2026:28573Red Hat Product SecurityHigh
Red Hat Security Advisory: Red Hat Offline Knowledge Portal security and content update
- RHSA-2026:26586Red Hat Product SecurityHigh
Red Hat Security Advisory: Red Hat build of Apache Camel 4.18 for Quarkus 3.33 security update
- RHSA-2026:26018Red Hat Product SecurityHigh
Red Hat Security Advisory: Red Hat build of Quarkus 3.27.4.SP1 security update
- RHSA-2026:26017Red Hat Product SecurityHigh
Red Hat Security Advisory: Red Hat build of Quarkus 3.33.2.SP1 security update
- GHSA-x4gw-5cx5-pgmhGitHub Security AdvisoriesHigh
Netty: SNI handler pre-allocates up to 16 MiB from nine attacker bytes
Patch Availability(2)
| Vendor / Ecosystem | Fixed in / Patch | Released | Source |
|---|---|---|---|
| redhat | netty-handler | 2026-07-02 | redhat |
| redhat | offline-knowledge-portal/rhokp-rhel9:1782239370 | 2026-06-23 | redhat |
Patches are aggregated from vendor advisories (Red Hat, Microsoft, Cisco, GitHub) and package ecosystems (OSV, GHSA). Multiple rows for the same upstream release have been deduplicated.
Affected Packages
(1 across 1 ecosystem)
Maven(1)
| Package | Vulnerable range | Fixed in | Dependents |
|---|---|---|---|
| io.netty:netty-handler | 4.0.0.Alpha1 ... 4.1.99.Final (228 versions) | 4.1.135.Final | — |
Weakness Classification(1)
MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.
Data Freshness Timeline
(refreshed 24× in last 7d / 105× in last 30d)
Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.
Showing the most recent 100 of 105 total refreshes for this CVE.
- 2026-07-06 16:27 UTCEPSS rescore
- 2026-07-06 02:23 UTCEPSS rescore
- 2026-07-05 17:25 UTCEG score recompute
- 2026-07-05 17:25 UTCVendor advisory
- 2026-07-05 02:30 UTCEPSS rescore
- 2026-07-04 14:49 UTCEG score recompute
- 2026-07-04 14:49 UTCVendor advisory
- 2026-07-04 06:31 UTCEPSS rescore
- 2026-07-03 16:09 UTCEG score recompute
- 2026-07-03 16:09 UTCVendor advisory
- 2026-07-03 02:53 UTCEG score recompute
- 2026-07-03 02:53 UTCVendor advisory
- 2026-07-02 13:45 UTCEG score recompute
- 2026-07-02 13:45 UTCVendor advisory
- 2026-07-02 00:41 UTCEG score recompute
- 2026-07-02 00:41 UTCVendor advisory
- 2026-07-01 15:07 UTCEPSS rescore
- 2026-07-01 11:36 UTCEG score recompute
- 2026-07-01 11:36 UTCVendor advisory
- 2026-06-30 23:22 UTCEPSS rescore
- 2026-06-30 22:37 UTCEG score recompute
- 2026-06-30 22:37 UTCVendor advisory
- 2026-06-30 09:38 UTCEG score recompute
- 2026-06-30 09:38 UTCVendor advisory
- 2026-06-29 20:30 UTCEG score recompute
Show 75 moreShow fewer
- 2026-06-29 20:30 UTCVendor advisory
- 2026-06-29 14:06 UTCEPSS rescore
- 2026-06-29 14:06 UTCEPSS rescore
- 2026-06-29 07:31 UTCEG score recompute
- 2026-06-29 07:31 UTCVendor advisory
- 2026-06-28 16:48 UTCEG score recompute
- 2026-06-28 16:48 UTCVendor advisory
- 2026-06-28 14:07 UTCEPSS rescore
- 2026-06-28 04:56 UTCEPSS rescore
- 2026-06-28 04:56 UTCEPSS rescore
- 2026-06-28 03:48 UTCEG score recompute
- 2026-06-28 03:48 UTCVendor advisory
- 2026-06-27 14:48 UTCEG score recompute
- 2026-06-27 14:48 UTCVendor advisory
- 2026-06-27 03:08 UTCEPSS rescore
- 2026-06-27 01:48 UTCEG score recompute
- 2026-06-27 01:48 UTCVendor advisory
- 2026-06-26 12:45 UTCEG score recompute
- 2026-06-26 12:45 UTCVendor advisory
- 2026-06-25 23:18 UTCEG score recompute
- 2026-06-25 23:18 UTCVendor advisory
- 2026-06-25 13:49 UTCEPSS rescore
- 2026-06-25 10:18 UTCEG score recompute
- 2026-06-25 10:18 UTCVendor advisory
- 2026-06-24 21:14 UTCEG score recompute
- 2026-06-24 21:14 UTCVendor advisory
- 2026-06-24 14:05 UTCEPSS rescore
- 2026-06-24 04:59 UTCEG score recompute
- 2026-06-24 04:59 UTCVendor advisory
- 2026-06-23 21:33 UTCEPSS rescore
- 2026-06-23 21:33 UTCEPSS rescore
- 2026-06-23 15:51 UTCEG score recompute
- 2026-06-23 15:51 UTCVendor advisory
- 2026-06-23 02:49 UTCEG score recompute
- 2026-06-23 02:49 UTCVendor advisory
- 2026-06-22 14:25 UTCEPSS rescore
- 2026-06-22 14:25 UTCEPSS rescore
- 2026-06-22 13:48 UTCEG score recompute
- 2026-06-22 13:48 UTCVendor advisory
- 2026-06-21 19:41 UTCEG score recompute
- 2026-06-21 19:41 UTCVendor advisory
- 2026-06-21 14:56 UTCEPSS rescore
- 2026-06-21 14:56 UTCEPSS rescore
- 2026-06-21 02:01 UTCEG score recompute
- 2026-06-21 02:01 UTCVendor advisory
- 2026-06-21 01:59 UTCEPSS rescore
- 2026-06-20 12:17 UTCEG score recompute
- 2026-06-20 12:17 UTCVendor advisory
- 2026-06-19 23:13 UTCEG score recompute
- 2026-06-19 23:13 UTCVendor advisory
- 2026-06-19 19:25 UTCEPSS rescore
- 2026-06-19 09:58 UTCEG score recompute
- 2026-06-19 09:58 UTCVendor advisory
- 2026-06-18 19:31 UTCEG score recompute
- 2026-06-18 19:31 UTCVendor advisory
- 2026-06-18 17:52 UTCEPSS rescore
- 2026-06-18 17:52 UTCEPSS rescore
- 2026-06-18 04:31 UTCEG score recompute
- 2026-06-17 17:53 UTCEPSS rescore
- 2026-06-17 15:30 UTCEG score recompute
- 2026-06-17 02:30 UTCEG score recompute
- 2026-06-16 17:52 UTCEPSS rescore
- 2026-06-16 13:29 UTCEG score recompute
- 2026-06-16 00:27 UTCEG score recompute
- 2026-06-15 17:49 UTCEPSS rescore
- 2026-06-15 11:27 UTCEG score recompute
- 2026-06-14 22:14 UTCEG score recompute
- 2026-06-14 09:14 UTCEG score recompute
- 2026-06-13 23:00 UTCEPSS rescore
- 2026-06-13 20:15 UTCEG score recompute
- 2026-06-13 07:10 UTCEG score recompute
- 2026-06-12 23:12 UTCEPSS rescore
- 2026-06-12 18:10 UTCEG score recompute
- 2026-06-12 05:07 UTCEG score recompute
- 2026-06-11 16:08 UTCEG score recompute
Related CVEs(same vendor + same CWE)
Same vendor
10 shownredhat
Frequently asked(5)
What is CVE-2026-45416?
When was CVE-2026-45416 disclosed?
Is CVE-2026-45416 actively exploited?
What is the CVSS score of CVE-2026-45416?
How do I remediate CVE-2026-45416?
Dependency Blast Radius
See which npm, PyPI, Go, and Maven packages are affected by CVE-2026-45416
Is Your Infrastructure Affected by CVE-2026-45416?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.