When libpsl support is enabled, libcurl fails to enforce the Public Suffix
List boundary check when processing a `Set-Cookie` header where the `Domain`
attribute explicitly matches an origin host that is itself a public suffix
(e.g., `Domain=co.uk` set by `co.uk`).
Instead of coercing it into a strict host-only cookie, libcurl saves the
cookie with wildcard domain scope (`.co.uk`). Consequently, the cookie is
inappropriately included in subsequent outbound requests or HTTP redirects to
arbitrary sibling subdomains under the same public suffix (e.g.,
`attacker.co.uk`).
References
| Link | Resource |
|---|---|
| https://curl.se/docs/CVE-2026-82209.html | Patch Vendor Advisory |
| https://curl.se/docs/CVE-2026-82209.json | Vendor Advisory |
| https://hackerone.com/reports/3972385 | Exploit Mitigation Third Party Advisory |
| https://hackerone.com/reports/3972385 | Exploit Mitigation Third Party Advisory |
Configurations
History
No history.
Information
Published : 2026-09-06 18:17
Updated : 2026-09-15 07:16
NVD link : CVE-2026-82209
Mitre link : CVE-2026-82209
CVE.ORG link : CVE-2026-82209
JSON object : View
Products Affected
haxx
- curl
CWE
CWE-201
Insertion of Sensitive Information Into Sent Data
