Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2025-9086

7.5 · HIGH
Published Sep 12, 2025 haxx CWE-125 EPSS 1.40% (70th pctl)

Overview

CVE-2025-9086 is a high-severity vulnerability affecting haxx curl. It was published on September 12, 2025 and has a CVSS 3.1 base score of 7.5 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical Description

1. A cookie is set using the `secure` keyword for `https://target`

2. curl is redirected to or otherwise made to speak with `http://target` (same

hostname, but using clear text HTTP) using the same cookie set

3. The same cookie name is set - but with just a slash as path (`path=\"/\",`).

Since this site is not secure, the cookie *should* just be ignored.

4. A bug in the path comparison logic makes curl read outside a heap buffer

boundary

The bug either causes a crash or it potentially makes the comparison come to

the wrong conclusion and lets the clear-text site override the contents of the

secure cookie, contrary to expectations and depending on the memory contents

immediately following the single-byte allocation that holds the path.

The presumed and correct behavior would be to plainly ignore the second set of

the cookie since it was already set as secure on a secure host so overriding

it on an insecure host should not be okay.

Remediation

Check the references section for vendor advisories and patches from haxx. Update curl to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
haxx curl >= 8.13.0, < 8.16.0 Affected

Frequently Asked Questions

What is CVE-2025-9086?

CVE-2025-9086 is a high-severity vulnerability affecting haxx curl. It was published on September 12, 2025 and has a CVSS 3.1 base score of 7.5 (HIGH).

How severe is CVE-2025-9086?

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2025-9086?

Check the references section for vendor advisories and patches from haxx. Update curl to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2025-9086?

CyberStrike's AI-powered security agents can automatically detect CVE-2025-9086 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.