CVE Catalog

CVE-2025-14017

MediumCVSS 6.3
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.12%

2th percentile - higher than 2% of all known CVEs

Summary

When doing multi-threaded LDAPS transfers (LDAP over TLS) with libcurl, changing TLS options in one thread inadvertently changed them globally and could affect other concurrently set up transfers. Disabling certificate verification for a specific transfer could unintentionally disable the feature for other threads as well.

Risk Assessment

Unintentional disabling of certificate verification in other threads can lead to acceptance of invalid certificates and MITM attacks. This weakens LDAPS connection security in multi-threaded applications.

Recommendation

Update libcurl to a version where TLS options are isolated per transfer. Avoid changing global TLS options in multi-threaded environments.

Other vulnerabilities in libcurl

See all
Original NVD description (English source)

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 the feature for other threads as well.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS