When reusing a libcurl handle for sequential transfers...
Critical severity
Unreviewed
Published
Jul 3, 2026
to the GitHub Advisory Database
•
Updated Jul 8, 2026
Description
Published by the National Vulnerability Database
Jul 3, 2026
Published to the GitHub Advisory Database
Jul 3, 2026
Last updated
Jul 8, 2026
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
proxyAusing Digest auth, a subsequent transfer routedthrough
proxyBerroneously leaks theProxy-Authorization:header intendedsolely for
proxyA.References