🔐 CVE Alert

CVE-2026-12523

HIGH 7.5

Resource exhaustion in quiche HTTP/3 and QPACK layers

CVSS Score
7.5
EPSS Score
0.3%
EPSS Percentile
21th

Summary 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. Impact 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()). Mitigation: * Users are requested to upgrade to quiche 0.29.3 which is the earliest version containing the fix for this issue. Credits: Disclosed responsibly by Sébastien Féry

Vendor cloudflare
Product quiche
Published Jul 14, 2026
Last Updated Jul 15, 2026
Stay Ahead of the Next One

Get instant alerts for cloudflare quiche

Be the first to know when new high vulnerabilities affecting cloudflare quiche are published — delivered to Slack, Telegram or Discord.

Get Free Alerts → Free · No credit card · 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High

Affected Versions

Cloudflare / quiche
0.1.0 < 0.29.3

References

NVD ↗ CVE.org ↗ EPSS Data ↗
github.com: https://github.com/cloudflare/quiche/security/advisories/GHSA-4fgf-9xrr-88gf

Credits

🔍 Sébastien Féry