Search
Search is not available in local development.
Run npx pagefind --site __site after building to enable it.
JLSEC-2026-1197 Critical 9.8

A use-after-free vulnerability exists in libcurl when an application configures an HTTP/2 stream...

JLSEC Published
Modified
Severity
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Affected Packages
CURL_jll >= 8.5.0+0, < 8.21.0+0
LibCURL_jll >= 7.88.1+0, < 8.21.0+0

A use-after-free vulnerability exists in libcurl when an application configures an HTTP/2 stream-dependency tree via CURLOPT_STREAM_DEPENDS or CURLOPT_STREAM_DEPENDS_E, subsequently invokes curl_easy_reset(), and finally terminates the handle with curl_easy_cleanup(). During this final cleanup phase, libcurl attempts to access and modify an internal structure that was already freed during the reset operation.

References