cve/2024/CVE-2024-35326.md

18 lines
673 B
Markdown
Raw Normal View History

2024-06-22 09:37:59 +00:00
### [CVE-2024-35326](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-35326)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
libyaml v0.2.5 is vulnerable to Buffer Overflow. Affected by this issue is the function yaml_emitter_emit of the file /src/libyaml/src/emitter.c. The manipulation leads to a double-free.
### POC
#### Reference
- https://github.com/idhyt/pocs/blob/main/libyaml/CVE-2024-35326.c
#### Github
No PoCs found on GitHub currently.