Search
Search is not available in local development.
Run npx pagefind --site __site after building to enable it.
JLSEC-2026-427 Medium 6.3

When doing multi-threaded LDAPS transfers (LDAP over TLS) with libcurl, changing TLS options in...

JLSEC Published
Modified
Severity
CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:N
Affected Packages
CURL_jll < 8.20.0+0
LibCURL_jll < 8.18.0+0
Aliases / Upstream
CVE-2025-14017 GHSA-jh4h-2cg6-889h EUVD-2026-1581

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.

References