cve/2024/CVE-2024-24792.md
2024-08-07 19:02:05 +00:00

18 lines
600 B
Markdown

### [CVE-2024-24792](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-24792)
![](https://img.shields.io/static/v1?label=Product&message=golang.org%2Fx%2Fimage%2Ftiff&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=0%3C%200.18.0%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-125%3A%20Out-of-bounds%20Read&color=brighgreen)
### Description
Parsing a corrupt or malicious image with invalid color indices can cause a panic.
### POC
#### Reference
- https://go.dev/issue/67624
#### Github
No PoCs found on GitHub currently.