CVE-2026-12707

Source
https://cve.org/CVERecord?id=CVE-2026-12707
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-12707.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-12707
Aliases
  • GHSA-4q5x-gp38-rfp4
Published
2026-07-14T15:18:24.104Z
Modified
2026-07-21T03:45:24.430522877Z
Severity
  • 7.5 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
Unbounded path event queue growth in quiche via peer-driven source connection ID rotation
Details

Summary

Cloudflare quiche was discovered to be vulnerable to memory resource exhaustion due to unbounded queuing of post-handshake client migration events.

Impact

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 patheventnext() 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.

Mitigation:

  • Applications can call patheventnext() to drain the PathEvent collection, mitigating the attack.

Users are requested to upgrade to quiche 0.29.3 which is the earliest version that prevents excessive queueing of PathEvent::ReusedSourceConnectionId.

Database specific
{
    "cwe_ids": [
        "CWE-770"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/12xxx/CVE-2026-12707.json",
    "cna_assigner": "cloudflare"
}
References

Affected packages

Git / github.com/cloudflare/quiche

Affected ranges

Type
GIT
Repo
https://github.com/cloudflare/quiche
Events
Database specific
{
    "extracted_events": [
        {
            "introduced": "0.15.0"
        },
        {
            "fixed": "0.29.3"
        }
    ],
    "source": "AFFECTED_FIELD"
}

Affected versions

0.*
0.26.0
0.26.1
0.27.0
0.28.0
0.29.0
0.29.1
0.29.2
datagram-socket-0.*
datagram-socket-0.8.0
octets-0.*
octets-0.3.5
octets-0.3.6
qlog-0.*
qlog-0.17.0
qlog-0.18.0
tokio-quiche-0.*
tokio-quiche-0.15.0
tokio-quiche-0.16.0
tokio-quiche-0.18.0
tokio-quiche-0.19.0

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-12707.json"