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

When reusing a libcurl handle for sequential transfers driven by environment-variable proxy...

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

When reusing a libcurl handle for sequential transfers driven by environment-variable proxy configuration, libcurl fails to clear the proxy authentication state between requests. Specifically, if the initial transfer authenticates against proxyA using Digest auth, a subsequent transfer routed through proxyB erroneously leaks the Proxy-Authorization: header intended solely for proxyA.

References