OSV 1.4.0 · github-reviewed · 修改于 2026-06-20 06:10
发布时间
2026-06-20 06:10
GitHub 审查时间
2026-06-20 06:10
NVD 发布时间
2026-06-19 20:16
源文件
advisories/github-reviewed/2026/06/GHSA-mh64-ph39-mrc9/GHSA-mh64-ph39-mrc9.json
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 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.
quiche 0.29.2 is the earliest version containing the fix for this issue.