cve/2023/CVE-2023-27537.md

19 lines
946 B
Markdown
Raw Normal View History

2024-05-25 21:48:12 +02:00
### [CVE-2023-27537](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-27537)
![](https://img.shields.io/static/v1?label=Product&message=https%3A%2F%2Fgithub.com%2Fcurl%2Fcurl&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=Double%20Free%20(CWE-415)&color=brighgreen)
### Description
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.
### POC
#### Reference
No PoCs from references.
#### Github
- https://github.com/ctflearner/Learn365
- https://github.com/fkie-cad/nvd-json-data-feeds