CVE-2025-9086
BaseFortify
Publication date: 2025-09-12
Last updated on: 2025-11-04
Assigner: curl
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| curl | curl | 8.16.0 |
| curl | curl | 7.31.0 |
| curl | curl | 8.15.0 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability involves a bug in curl's handling of cookies with the 'secure' attribute. When a cookie is set as secure on an HTTPS site, it should not be overridden by a cookie from the same hostname served over HTTP. However, due to a flaw in the path comparison logic, curl may read outside the allocated memory buffer, causing either a crash or allowing the insecure HTTP site to override the secure cookie. This behavior breaks the expected security model where secure cookies should only be sent over secure connections.
How can this vulnerability impact me? :
This vulnerability can lead to security issues such as the potential overriding of secure cookies by insecure HTTP responses. This could allow an attacker controlling the HTTP site or network to manipulate or hijack session cookies that were intended to be secure, potentially leading to session hijacking, data leakage, or other unauthorized actions. Additionally, the bug may cause curl to crash, leading to denial of service.