CVE-2026-7168
cross-proxy Digest auth state leak
Description
Successfully using libcurl to do a transfer over a specific HTTP proxy (`proxyA`) with **Digest** authentication and then changing the proxy host to a second one (`proxyB`) for a second transfer, reusing the same handle, makes libcurl wrongly pass on the `Proxy-Authorization:` header field meant for `proxyA`, to `proxyB`.
INFO
Published Date :
May 13, 2026, 8:29 a.m.
Last Modified :
May 13, 2026, 9:05 a.m.
Remotely Exploit :
No
Source :
curl
Solution
- Clear Proxy-Authorization header before changing proxy host.
- Re-authenticate with the new proxy server.
- Ensure proper header management for proxy authentication.
- Update libcurl to a version with this fix.
We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).
Results are limited to the first 15 repositories due to potential performance issues.
The following list is the news that have been mention
CVE-2026-7168 vulnerability anywhere in the article.