CyberRota Analysis
AI-GeneratedA vulnerability exists in curl where a `Set-Cookie:` header containing a tab character before the `Secure` attribute causes the cookie to be stored without its Secure flag. This misconfiguration can lead to the cookie being transmitted over unencrypted HTTP, exposing sensitive data to potential interception. Organizations using curl for handling cookies should prioritize addressing this issue to ensure secure transmission of sensitive information.
Original NVD 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.
Related CVEs
Other vulnerabilities affecting the same vendor(s)