mirror of
https://github.com/0xMarcio/cve.git
synced 2025-05-29 01:31:01 +00:00
18 lines
953 B
Markdown
18 lines
953 B
Markdown
### [CVE-2019-5060](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-5060)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
An exploitable code execution vulnerability exists in the XPM image rendering function of SDL2_image 2.0.4. A specially crafted XPM image can cause an integer overflow in the colorhash function, allocating too small of a buffer. This buffer can then be written out of bounds, resulting in a heap overflow, ultimately ending in code execution. An attacker can display a specially crafted image to trigger this vulnerability.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://talosintelligence.com/vulnerability_reports/TALOS-2019-0844
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|