Files
CVEs-PoC/2021/CVE-2021-42715.md
T
2024-05-25 21:48:12 +02:00

18 lines
755 B
Markdown

### [CVE-2021-42715](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42715)
![](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
An issue was discovered in stb stb_image.h 1.33 through 2.27. The HDR loader parsed truncated end-of-file RLE scanlines as an infinite sequence of zero-length runs. An attacker could potentially have caused denial of service in applications using stb_image by submitting crafted HDR files.
### POC
#### Reference
- https://github.com/nothings/stb/issues/1224
#### Github
No PoCs found on GitHub currently.