CVE-2026-6276
stale custom cookie host causes cookie leak
Description
Using libcurl, when a custom `Host:` header is first set for an HTTP request and a second request is subsequently done using the same *easy handle* but without the custom `Host:` header set, the second request would use stale information and pass on cookies meant for the first host in the second request. Leak them.
INFO
Published Date :
May 13, 2026, 8:28 a.m.
Last Modified :
May 13, 2026, 9:05 a.m.
Remotely Exploit :
No
Source :
curl
Solution
- Clear cookies associated with the easy handle.
- Ensure Host header is reset for new requests.
- Re-initialize handle if stale cookies persist.
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-6276 vulnerability anywhere in the article.