CVE-2026-80255
Received Received - Intake

curl Cookie Handling Issue with Tab Character in Set-Cookie Header

Vulnerability report for CVE-2026-80255, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-06

Last updated on: 2026-09-06

Assigner: curl

Description

A `Set-Cookie:` header using tab (horizontal tab, ASCII code 9) instead of space (ascii code 32) immediately before the `Secure` attribute causes curl to store the cookie without its Secure flag. The cookie might then wrongfully be sent over plaintext HTTP on subsequent requests to the same host.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-06
Last Modified
2026-09-06
Generated
2026-09-08
AI Q&A
2026-09-06
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
curl curl From 8.13.0 (inc) to 8.21.0 (inc)
curl curl 8.22.0

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-80255 is a vulnerability in curl where a Set-Cookie header uses a tab character instead of a space before the Secure attribute. This causes curl to store the cookie without the Secure flag, allowing it to be sent over plaintext HTTP in future requests.

Detection Guidance

To detect this vulnerability, inspect HTTP responses for Set-Cookie headers containing a tab character before the Secure attribute. Use tools like curl to fetch headers and grep for patterns like 'Set-Cookie:.* Secure'. Check curl versions between 8.13.0 and 8.21.0 for potential exposure.

Impact Analysis

This vulnerability could expose sensitive data by allowing cookies to be sent over unencrypted HTTP connections. If an attacker intercepts these requests, they might access session tokens or other sensitive information stored in cookies.

Compliance Impact

This vulnerability could impact compliance with GDPR and HIPAA by potentially exposing sensitive data transmitted over unencrypted HTTP connections due to improper handling of Secure cookies. If cookies containing personal or health data are sent over plaintext HTTP, it may violate encryption requirements under these regulations.

Mitigation Strategies

Upgrade curl to version 8.22.0 or later. If upgrading is not possible, avoid using cleartext HTTP transfers with cookies. Monitor network traffic for malformed Set-Cookie headers.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-80255. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart