cve/2019/CVE-2019-5051.md

18 lines
850 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2019-5051](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-5051)
![](https://img.shields.io/static/v1?label=Product&message=Simple%20DirectMedia&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-390%3A%20Detection%20of%20Error%20Condition%20Without%20Action&color=brighgreen)
### Description
An exploitable heap-based buffer overflow vulnerability exists when loading a PCX file in SDL2_image, version 2.0.4. A missing error handler can lead to a buffer overflow and potential code execution. An attacker can provide a specially crafted image file to trigger this vulnerability.
### POC
#### Reference
- https://talosintelligence.com/vulnerability_reports/TALOS-2019-0820
#### Github
No PoCs found on GitHub currently.