cve/2019/CVE-2019-15058.md

20 lines
757 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2019-15058](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-15058)
![](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
stb_image.h (aka the stb image loader) 2.23 has a heap-based buffer over-read in stbi__tga_load, leading to Information Disclosure or Denial of Service.
### POC
#### Reference
- https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=934973
- https://github.com/nothings/stb/issues/790
- https://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg1695025.html
#### Github
No PoCs found on GitHub currently.