CVE-2026-8924
Haxx Curl 7.46.0 – 8.21.0
Raw vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:NSummary
CVE-2026-8924 is a critical-severity an unspecified weakness vulnerability in Haxx Curl. Its CVSS base score is 9.1 (Critical).
Operationally, exploitation aligns with the MITRE ATT&CK technique Web Cookies (T1606.001); ranked at the 43th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.
The strongest mitigations our analysis identified map to AC-4 (Information Flow Enforcement) and SI-10 (Information Input Validation) — see the control section below for these in your framework.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-41505
Vulnerability Data
A flaw in curl’s cookie parsing logic allows a malicious HTTP server to set 'super cookies' that bypass the Public Suffix List check. This enables an attacker-controlled origin to inject cookies that curl subsequently scopes and transmits to unrelated third-party…
more
domains.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Directly enables forging/injecting web cookies by bypassing PSL checks, allowing improper scoping and transmission to third-party domains.
Likely ATT&CK TechniquesAI
Techniques this vulnerability likely enables, inferred from its description, weakness type, and attributed-actor tradecraft. Confidence is per-technique.
CVEs Like This One
Affected Assets
Mitigating Controls
Control response
Mitigating Controls (NIST 800-53 r5) AI
Directly mitigates the flawed cookie parsing logic by requiring validation of all HTTP cookie inputs against the Public Suffix List before acceptance.
Enforces correct information flow rules so that cookies scoped by a malicious origin cannot be transmitted to unrelated third-party domains.
Boundary protection mechanisms can block or filter cross-domain cookie transmissions that result from the bypassed suffix-list check.