CVE-2025-14017
Haxx Curl 7.17.0 – 8.18.0
Raw vector
CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:NSummary
CVE-2025-14017 is a medium-severity an unspecified weakness vulnerability in Haxx Curl. Its CVSS base score is 6.3 (Medium).
Operationally, ranked at the 1th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified map to SC-39 (Process Isolation) and SC-8 (Transmission Confidentiality and Integrity) — see the control section below for these in your framework.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-1581
Vulnerability Data
When doing multi-threaded LDAPS transfers (LDAP over TLS) with libcurl, changing TLS options in one thread would inadvertently change them globally and therefore possibly also affect other concurrently setup transfers. Disabling certificate verification for a specific transfer could unintentionally disable…
more
the feature for other threads as well.
- CWE(s)
Related Threats
CVEs Like This One
Affected Assets
Mitigating Controls
Control response
Mitigating Controls (NIST 800-53 r5) AI
Enforces process/thread isolation so that TLS configuration state for one LDAPS transfer cannot inadvertently mutate settings used by concurrent transfers.
Requires cryptographic protection and integrity of remote sessions, directly countering the risk that certificate verification is globally disabled for LDAPS.
Isolates security functions (TLS handling) from other processing, reducing the chance that per-transfer options become shared global state.