Unbounded path event queue growth via peer-driven source connection ID rotation
High7.5CVE-2026-12707 · Published Jul 14, 2026
Cloudflare quiche was discovered to be vulnerable to memory resource exhaustion due to unbounded queuing of post-handshake client migration events. quiche supports the connection migration features described in Section 9 of RFC 9000, which allows a single QUIC connection to survive changes in the network path. Although quiche implements the protections described in Section 9.3 of RFC 9000 to limit server state commitment, it was discovered that the collection of PathEvents, intended to be consumed by applications via the path_event_next() function, was not bounded.. Once the QUIC handshake completed, a peer could exploit rapid source address migration in order to cause unbounded queuing of the PathEvent::ReusedSourceConnectionId type. Servers are vulnerable even if active connection migration is disabled. quiche 0.29.3 is the earliest version containing the fix for this issue.
Affected versions
| Package | Affected | Fixed in |
|---|---|---|
| quiche crates.io | >= 0.15.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 | Resource exhaustion in HTTP/3 and QPACK | 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 |