CVE-2025-10966
Haxx Curl 7.69.0 – 8.17.0
Raw vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:NSummary
CVE-2025-10966 is a medium-severity an unspecified weakness vulnerability in Haxx Curl. Its CVSS base score is 4.3 (Medium).
Operationally, ranked at the 32th 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 IA-3 (Device Identification and Authentication) and SC-23 (Session Authenticity) — see the control section below for these in your framework.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-38240
Vulnerability Data
curl's code for managing SSH connections when SFTP was done using the wolfSSH powered backend was flawed and missed host verification mechanisms. This prevents curl from detecting MITM attackers and more.
- CWE(s)
Related Threats
CVEs Like This One
Affected Assets
Mitigating Controls
Control response
Mitigating Controls (NIST 800-53 r5) AI
Directly requires cryptographic mechanisms to provide session authenticity, which would have enforced the missing SSH host verification and blocked MITM on wolfSSH-backed SFTP connections.
Mandates device identification and authentication before establishing remote connections, directly addressing the absent host-key verification in curl's SSH backend.
Requires cryptographic integrity protection for transmitted data, mitigating the MITM risk that the flawed wolfSSH host verification failed to prevent.