CVE-2025-64702 MEDIUM

CVE-2025-64702: quic-go HTTP/3 QPACK Header Expansion DoS

Vendor Quic-Go
Product quic-go
Weakness CWE-770 · Uncontrolled resource consumption
Published December 11, 2025
Last update December 12, 2025

CVSS base score

5.3/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction None
Confidentiality None
Integrity None

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L

What the vulnerability does

01Description

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.

Key dates

02Disclosure timeline

December 11, 2025 CVE published
December 12, 2025 Record updated