CVE-2025-64702 Details
Description
quic-go is an implementation of the QUIC protocol in Go. Versions 0.56.0 and below are vulnerable to excessive memory allocation through quic-go's HTTP/3 client and server implementations by sending a QPACK-encoded HEADERS frame that decodes into a large header field section (many unique header names and/or large values). The implementation builds an http.Header (used on the http.Request and http.Response, respectively), while only enforcing limits on the size of the (QPACK-compressed) HEADERS frame, but not on the decoded header, leading to memory exhaustion. This issue is fixed in version 0.57.0.
A denial-of-service vulnerability has been identified in quic-go, a QUIC protocol implementation in Go, affecting versions through 0.56.0. The issue arises in quic-go's HTTP/3 client and server implementations, where a QPACK-encoded HEADERS frame can be crafted to decode into a large header field section, consisting of many unique header names and/or large values. This exploitation leads to excessive memory allocation, as the implementation constructs an http.Header for both http.Request and http.Response without proper limits on the decoded header size. Although there are restrictions on the size of the QPACK-compressed HEADERS frame, the lack of enforcement on the decompressed headers allows for memory exhaustion. The vulnerability is particularly concerning because it can be triggered by a misbehaving or malicious peer, causing quic-go's HTTP/3 servers or clients to allocate excessive memory, potentially leading to crashes or resource exhaustion.
Users can upgrade to quic-go version 0.57.0 or later, where this vulnerability has been fixed.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Dec 12, 2025References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-770 | Allocation of Resources Without Limits or Throttling | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| quic-go project quic-go | < 0.57.0 |
CPE
Remediation
| |
Change History
4 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Feb 17, 2026 | Initial Analysis | [email protected] |
| Dec 11, 2025 | New CVE Received | [email protected] |