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.
Problem types
CWE-770: Allocation of Resources Without Limits or Throttling
Product status
References
github.com/...uic-go/security/advisories/GHSA-g754-hx8w-x2g6
github.com/...ommit/5b2d2129f8315da41e01eff0a847ab38a34e83a8
Data based on CVE®. Copyright © 1999-2025, The MITRE Corporation. All rights reserved.