PatchSiren cyber security CVE debrief
CVE-2026-40898 Quic Go Project CVE debrief
CVE-2026-40898 is a denial-of-service (DoS) vulnerability in quic-go's HTTP/3 client and server implementations. An attacker can cause excessive memory allocation by sending a QPACK-encoded HEADERS frame that decodes into a large trailer field section with many unique field names and/or large values. This can lead to memory exhaustion and potentially cause crashes or resource exhaustion. The vulnerability affects both servers and clients due to symmetric header construction. Version 0.59.1 of quic-go enforces RFC 9114 decoded field section size limits for trailers, mitigating the vulnerability.
- Vendor
- Quic Go Project
- Product
- Quic-Go
- CVSS
- MEDIUM 5.3
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-06-04
- Original CVE updated
- 2026-07-22
- Advisory published
- 2026-06-04
- Advisory updated
- 2026-07-22
Who should care
Users of quic-go's HTTP/3 client and server implementations, particularly those using versions prior to 0.59.1, should be aware of this vulnerability and take steps to mitigate it.
Technical summary
quic-go's HTTP/3 client and server implementations are vulnerable to a denial-of-service (DoS) attack due to excessive memory allocation. An attacker can send a QPACK-encoded HEADERS frame that decodes into a large trailer field section, causing memory exhaustion. This affects both servers and clients. Version 0.59.1 mitigates the vulnerability by enforcing RFC 9114 decoded field section size limits for trailers.
Defensive priority
MEDIUM
Recommended defensive actions
- Update quic-go to version 0.59.1 or later
- Monitor for and limit large QPACK-encoded HEADERS frames
Evidence notes
CVE-2026-40898 was published on [cve-org] and detailed further on [nvd].
Sources and references
Verified primary and authoritative sources
-
CVE-2026-40898 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-40898
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-40898 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-40898
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://github.com/quic-go/quic-go/releases/tag/v0.59.1
[email protected] - Product, Release Notes
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://github.com/quic-go/quic-go/security/advisories/GHSA-vvgj-x9jq-8cj9
[email protected] - Mitigation, Vendor Advisory
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.