← Back to CVE List

CVE-2023-27537

Published: 2023-03-30T20:15Z
Last Modified: 2024-11-21T07:53Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
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. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt