CVE-2026-6429
Haxx Curl 7.14.0 – 8.20.0
Raw vector
CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:NSummary
CVE-2026-6429 is a medium-severity an unspecified weakness vulnerability in Haxx Curl. Its CVSS base score is 5.3 (Medium).
Operationally, exploitation aligns with the MITRE ATT&CK technique Credentials In Files (T1552.001); ranked at the 41th 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 AC-6 (Least Privilege) — see the control section below for these in your framework.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-29930
Vulnerability Data
When asked to both use a `.netrc` file for credentials and to follow HTTP redirects, libcurl could leak the password used for the first host to the followed-to host under certain circumstances.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Vulnerability enables leakage of credentials stored in .netrc files to an attacker-controlled host via HTTP redirects.
CVEs Like This One
Affected Assets
Mitigating Controls
Control response
Mitigating Controls (NIST 800-53 r5) AI
Enforces information flow rules so that credentials read from .netrc are never sent to a host other than the one for which they were intended.
Limits the scope and lifetime of credentials so that even if a redirect occurs the leaked password grants access only to the minimal set of resources.
Disables or restricts either redirect following or .netrc credential use when both are not strictly required, eliminating the vulnerable combination.