PatchSiren cyber security CVE debrief
CVE-2026-100660 netty CVE debrief
CVE-2026-100660 is a high-severity vulnerability in Netty's HTTP/3 codec that can lead to denial of service via unbounded heap growth. A remote, unauthenticated HTTP/3 client can exploit this vulnerability by advertising a non-zero QPACK dynamic-table capacity, acknowledging table insertion, and then omitting Section Acknowledgments while issuing sequential requests over a single QUIC connection.
- Vendor
- netty
- Product
- Unknown
- CVSS
- HIGH 8.7
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-26
- Original CVE updated
- 2026-09-27
- Advisory published
- 2026-09-26
- Advisory updated
- 2026-09-27
Who should care
Defenders responsible for systems using Netty's HTTP/3 codec should assess exposure and prioritize patching or mitigation. This includes operators managing affected systems, platform administrators, vulnerability management teams, and security teams responsible for monitoring and incident response.
Why it matters
CVE-2026-100660 is a high-severity vulnerability in Netty's HTTP/3 codec that can lead to denial of service via unbounded heap growth. Defenders should prioritize patching or mitigating this vulnerability, especially in systems using Netty's HTTP/3 codec.
- Denial of service via unbounded heap growth
- Potential for memory exhaustion
- Need for patching or mitigation to prevent exploitation
Technical summary
Netty's HTTP/3 codec (io.netty:netty-codec-http3) from 4.2.0.Final through 4.2.17.Final retains unbounded per-stream QPACK encoder state. A remote, unauthenticated HTTP/3 client can exploit this vulnerability by advertising a non-zero QPACK dynamic-table capacity, acknowledging table insertion, and then omitting Section Acknowledgments while issuing sequential requests over a single QUIC connection, bypassing concurrent-stream limits and causing unbounded heap growth until the server exhausts memory.
Defensive priority
Defenders should prioritize patching or mitigating this vulnerability, especially in systems using Netty's HTTP/3 codec.
Recommended defensive actions
- Patch Netty to version 4.2.18.Final or later
- Implement compensating controls to limit QUIC connections
- Monitor for suspicious HTTP/3 traffic
- Review system configurations for potential exposure
- Conduct vulnerability scans to identify affected systems
- Track changes to Netty's HTTP/3 codec for future updates
- Assess the need for additional security controls
Evidence notes
The CVE record and NVD entry provide details on the vulnerability, including its description, CVSS score, and affected versions. Defenders should verify the vulnerability's impact on their systems, especially those using Netty's HTTP/3 codec. Evidence is limited to public CVE and NVD information. No additional exploits or impacts are confirmed.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-100660 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-100660
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-100660 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-100660
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/netty/netty/security/advisories/GHSA-495p-pchh-r4mc
-
Source reference
Unverified legacy reference
URL: https://www.vulncheck.com/advisories/netty-before-4.2.18-final-qpackencoder-unbounded-memory-retention
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.