CVE Catalog

CVE-2026-80255

Unknown
Published: Translated: NVD NIST

Summary

A Set-Cookie header using a tab (ASCII 9) instead of a space (ASCII 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.

Risk Assessment

The vulnerability could lead to cookies being sent over unencrypted connections, increasing the risk of session interception by an attacker.

Recommendation

It is recommended to upgrade curl to a patched version and ensure that only spaces are used in Set-Cookie headers.

Other vulnerabilities in curl

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS