CVE-2026-80255
curl · curl
A parsing error in curl allows for the improper storage of cookies by misinterpreting tab characters, potentially leading to the transmission of sensitive cookies over insecure plaintext connections.
Executive summary
A vulnerability in curl allows unauthenticated attackers to potentially intercept sensitive cookies due to a failure in processing the Secure flag when specific whitespace characters are used.
Vulnerability
This is an information exposure vulnerability (CWE-201) where the curl library incorrectly handles a tab character in a Set-Cookie header, causing the Secure attribute to be ignored and allowing the cookie to be sent over unencrypted HTTP. This flaw is remotely exploitable without authentication.
Business impact
The potential for sensitive session cookies to be transmitted over plaintext HTTP creates a significant risk of credential theft and account takeover. With a CVSS score of 7.5, this high severity vulnerability could result in unauthorized access to user accounts or internal systems, causing severe reputational and data security consequences for organizations relying on curl for secure network communications.
Remediation
Immediate Action: Organizations should monitor the official curl security advisories and update to the latest patched version of the curl library as soon as it becomes available.
Proactive Monitoring: Review web server and network proxy logs for unusual Set-Cookie header formatting patterns that deviate from standard specifications.
Compensating Controls: Implement strict transport security policies and ensure that all sensitive application traffic is forced over HTTPS, which may mitigate the risk of cookie exposure even if the client-side flag is stripped.
Exploitation status
Public Exploit Available: Unknown
Analyst recommendation
Given the potential for unauthorized access to sensitive session data, this vulnerability poses a high risk to application integrity. Security teams should prioritize identifying all instances of the affected curl versions within their infrastructure and verify their exposure to untrusted network traffic. Apply all security updates immediately upon release to ensure that cookie security flags are processed correctly and session data remains protected from interception.
More curl CVEs
History
CVE Brief tracked this CVE 4 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 7.5 (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.