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
| Link | Resource |
|---|---|
| https://curl.se/docs/CVE-2026-8927.html | Patch Vendor Advisory |
| https://curl.se/docs/CVE-2026-8927.json | Vendor Advisory |
| https://hackerone.com/reports/3744543 | Exploit Issue Tracking Third Party Advisory |
| https://hackerone.com/reports/3744543 | Exploit Issue Tracking Third Party Advisory |
Configurations
History
No history.
Information
Published : 2026-07-03 07:16
Updated : 2026-09-15 07:16
NVD link : CVE-2026-8927
Mitre link : CVE-2026-8927
CVE.ORG link : CVE-2026-8927
JSON object : View
Products Affected
haxx
- curl
CWE
CWE-294
Authentication Bypass by Capture-replay
