CVE-2026-11941

MEDIUM EPSS 6.7%
Published Jun 19, 20261w ago · Modified Jun 22, 20261w ago
5.6 CVSS 3.1
Medium
Find Similar
Published Jun 19, 2026 1w ago
Last Modified Jun 22, 2026 1w ago

Description

Cloudflare Quiche was affected by 2 use-after-free vulnerabilities in the connection ID iterator FFI functions. The “quiche_connection_id_iter_next” and “quiche_conn_retired_scid_next” functions would return a pointer to a “ConnectionId” to the applications via function arguments, but the owned “ConnectionId” would be dropped at the end of those functions' scope. Only applications using those FFI functions are affected. The FFI API is disabled by default by a build-time feature flag. Impact If unpatched, an application calling the affected FFI functions will dereference freed memory. The most likely outcome is undefined behavior leading to a process crash (denial of service). Depending on allocator state, the read may also return adjacent heap contents, resulting in limited information disclosure or incorrect connection identifier handling. Mitigation Users are requested to upgrade to quiche 0.29.2 which is the earliest version containing the fix for this issue.

CVSS Details

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

Threat Intelligence

EPSS Exploit Probability
6.7% percentile
Exploit & Patch Status
No Known Exploit
No Patch Available

Weaknesses 1

CWE-416 Use After Free Memory Safety

References 1

  • github.com https://github.com/cloudflare/quiche/security/advisories/GHSA-mh64-ph39-mrc9

Remediation

No remediation data recorded yet

Check vendor advisories and the NVD entry for patch availability.