Resource exhaustion in HTTP/3 and QPACK
High7.5CVE-2026-12523 · Published Jul 14, 2026
Cloudflare quiche's HTTP/3 layer was discovered to be vulnerable to resource exhaustion (i.e. memory) by means of specially crafted HTTP/3 frames. HTTP/3 defines multiple frame types to support HTTP message exchanges and connection management. Each frame has a length and a payload whose length depends on the frame type. quiche was found to be vulnerable when parsing some frame types to pre-allocating memory based on the declared length. An attacker would not need to send the number of declared bytes to trigger this issue. In addition, quiche was found to not apply QPACK decompression limits correctly. This could allow an attacker to send specially crafted HEADERS frames that would cause more memory commitment than otherwise advertised by MAX_FIELD_SECTION_SIZE (configured by set_max_field_section_size()). quiche 0.29.3 is the earliest version containing the fix for this issue.
Affected versions
| Package | Affected | Fixed in |
|---|---|---|
| quiche crates.io | >= 0.1.0, < 0.29.3 | 0.29.3 |
Details and references
- CVSS 3.1
- CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
- Severity from
- GitHub (reviewed advisory)
More Cloudflare advisories
All Cloudflare| Date | Advisory | Severity | Fixed in |
|---|---|---|---|
| Aug 12 | https://github.com/cloudflare/pages-action: remote code execution | High8.8 | No fix yet |
| Jul 14 | Unbounded path event queue growth via peer-driven source connection ID rotation | High7.5 | 0.29.3 |
| Jul 1 | Cloudflare Universal SSL: protection mechanism failure | High7.6 | No fix yet |
| Jun 19 | Use-after-free in connection ID iterator FFI functions | Medium5.6 | 0.29.2 |
| Mar 5 | Cache poisoning via insecure-by-default cache key | High8.4 | 0.8.0 |
| Mar 5 | HTTP Request Smuggling via HTTP/1.0 and Transfer-Encoding Misparsing | Critical9.3 | 0.8.0 |