Search
Search is not available in local development.
Run npx pagefind --site __site after building to enable it.
JLSEC-2025-32

A double free vulnerability exists in libcurl <8.0.0 when sharing HSTS data between separate "handle...

JLSEC Published
Modified
Affected Packages
LibCURL_jll >= 7.88.1+0, < 8.0.1+0
Aliases / Upstream
CVE-2023-27537

A double free vulnerability exists in libcurl <8.0.0 when sharing HSTS data between separate "handles". This sharing was introduced without considerations for do this sharing across separate threads but there was no indication of this fact in the documentation. Due to missing mutexes or thread locks, two threads sharing the same HSTS data could end up doing a double-free or use-after-free.

References