CVE 5.6 MEDIUM

Use-after-free in connection ID iterator and FFI functions_CVE-2026-11941

5.6 / 10
MEDIUM
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L

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.

Basic Information

ID CVE-2026-11941
Source cloudflare
Published Jun 19, 2026 at 09:55

Affected Product

Vendor Cloudflare
Product Quiche
Version 0.20.0
Affected Versions Cloudflare Quiche 0.20.0

CWE Classification

References

💭 Join the Security Discussion

🔒 Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.