CVE-2025-64702

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.
Configurations

Configuration 1 (hide)

cpe:2.3:a:quic-go_project:quic-go:*:*:*:*:*:*:*:*

History

17 Feb 2026, 15:58

Type Values Removed Values Added
References () https://github.com/quic-go/quic-go/commit/5b2d2129f8315da41e01eff0a847ab38a34e83a8 - () https://github.com/quic-go/quic-go/commit/5b2d2129f8315da41e01eff0a847ab38a34e83a8 - Patch
References () https://github.com/quic-go/quic-go/security/advisories/GHSA-g754-hx8w-x2g6 - () https://github.com/quic-go/quic-go/security/advisories/GHSA-g754-hx8w-x2g6 - Vendor Advisory
CPE cpe:2.3:a:quic-go_project:quic-go:*:*:*:*:*:*:*:*
First Time Quic-go Project
Quic-go Project quic-go

11 Dec 2025, 21:15

Type Values Removed Values Added
New CVE

Information

Published : 2025-12-11 21:15

Updated : 2026-02-17 15:58


NVD link : CVE-2025-64702

Mitre link : CVE-2025-64702

CVE.ORG link : CVE-2025-64702


JSON object : View

Products Affected

quic-go_project

  • quic-go
CWE
CWE-770

Allocation of Resources Without Limits or Throttling