CVE-2026-82209
curl · curl
A boundary check failure in libcurl allows cookies to be saved with incorrect wildcard domain scope, leading to potential information exposure to sibling subdomains.
Executive summary
A vulnerability in libcurl enables improper cookie domain scoping, which could lead to sensitive information disclosure across sibling subdomains.
Vulnerability
The vulnerability exists in libcurl when libpsl support is enabled, causing the software to fail to enforce Public Suffix List boundary checks for Set-Cookie headers. This allows an unauthenticated attacker to force the browser or application to save cookies with a wildcard domain scope, resulting in the unauthorized sharing of cookies with arbitrary sibling subdomains.
Business impact
The exposure of session cookies or authentication tokens to unauthorized subdomains poses a significant risk of account takeover and session hijacking. Given the CVSS score of 8.2, this high-severity flaw necessitates immediate attention to prevent lateral movement or credential theft, which could severely compromise the integrity of user sessions across an entire domain infrastructure.
Remediation
Immediate Action: Upgrade the affected libcurl library to a patched version as soon as the vendor makes it available, as no specific patch version is currently identified.
Proactive Monitoring: Review outbound traffic logs and HTTP response headers for anomalous cookie domain attributes that deviate from expected strict host-only scoping.
Compensating Controls: Deploy or update WAF rules to inspect and strip or sanitize Set-Cookie headers containing overly broad domain attributes originating from untrusted or public-facing endpoints.
Exploitation status
Public Exploit Available: Unknown
Analyst recommendation
This vulnerability presents a clear risk to session security and requires proactive management. Organizations should prioritize identifying all instances of the affected versions within their environment and prepare to apply security updates immediately upon release by the curl project.
More curl CVEs
History
CVE Brief tracked this CVE 5 days before it had a CVSS score.
- Disclosed CVE record published
- Collected by CVE Brief No CVSS score yet; tracked as early warning
- CVSS score assigned 8.2 (3.1)
- Analyst report written
Sources
Originally found and disclosed by Stanislav Fort (Aisle Research), with Daniel Stenberg (remediation developer), per the CVE Program record.