GHSA-vvgj-x9jq-8cj9 · Severity: medium · Ecosystem: go — quic-go: HTTP/3 QPACK Trailer Expansion Memory Exhaustion
quic-go is an implementation of the QUIC protocol in Go. Prior to version 0.59.1, an attacker can cause excessive memory allocation in quic-go's HTTP/3 client and server implementations by sending a QPACK-encoded HEADERS frame that decodes into a large trailer field section with many unique field names and/or large values. The implementation builds an `http.Header` for the corresponding `http.Request` or `http.Response`, while only enforcing limits on the size of the QPACK-compressed HEADERS frame, not on the decoded field section. This can lead to memory exhaustion. This is very similar to CVE-2025-64702. The difference is that this issue uses HTTP trailers, rather than HTTP headers, as the attack vector. A misbehaving or malicious peer can cause a denial-of-service (DoS) attack against quic-go's HTTP/3 servers or clients by triggering excessive memory allocation, potentially leading to crashes or resource exhaustion. This affects both servers and clients due to symmetric header construction. Version 0.59.1 enforces RFC 9114 decoded field section size limits for trailers as well. It incrementally decodes QPACK entries and checks the field section size after each entry, aborting the stream if an entry causes the limit to be exceeded.
Conclusion & alert: CVE-2026-40898 is rated Low Risk (27.8/100): CVSS Medium severity, with low exploitation likelihood (EPSS 0.28%). Mandatory action: Monitor for updates and reassess as exploit intelligence or EPSS changes.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2026-06-23 | 0.49% | 0.28% | -0.21% |
| 2 | 2026-06-15 | 0.06% | 0.49% | +0.43% |
| 3 | 2026-06-10 | — | 0.06% | — |
Full EPSS history (4 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 5.3 | 3.1 | MEDIUM |
|
3.9 | 1.4 | [email protected] |
| 7.5 | 3.1 | HIGH |
|
3.9 | 3.6 | [email protected] |
GHSA-vvgj-x9jq-8cj9 · Severity: medium · Ecosystem: go — quic-go: HTTP/3 QPACK Trailer Expansion Memory Exhaustion
| vendor | priority | summary | link |
|---|---|---|---|
debian
|
not yet assigned | CVE-2026-40898 not yet assigned priority: Debian including 1 source packages (golang-github-lucas-clemente-quic-go), 5 status rows across 5 suites (bookworm, bullseye, forky, sid, trixie): open 5. | https://security-tracker.debian.org/tracker/CVE-2026-40898 |
ubuntu
|
medium | CVE-2026-40898 medium priority: Ubuntu including 1 source packages (golang-github-lucas-clemente-quic-go), 5 status rows across 5 suites (jammy, noble, questing, resolute, upstream): needs-triage 5. | https://ubuntu.com/security/CVE-2026-40898 |
| Vendor | Product | Version | Raw CPE |
|---|---|---|---|
| quic-go_project | quic-go | < 0.59.1 | cpe:2.3:a:quic-go_project:quic-go:*:*:*:*:*:*:*:* |
| URL | Tags |
|---|---|
| https://github.com/quic-go/quic-go/releases/tag/v0.59.1 | Product Release Notes |
| https://github.com/quic-go/quic-go/security/advisories/GHSA-vvgj-x9jq-8cj9 | Mitigation Vendor Advisory |