cve/2013/CVE-2013-6954.md

19 lines
824 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2013-6954](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-6954)
![](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
The png_do_expand_palette function in libpng before 1.6.8 allows remote attackers to cause a denial of service (NULL pointer dereference and application crash) via (1) a PLTE chunk of zero bytes or (2) a NULL palette, related to pngrtran.c and pngset.c.
### POC
#### Reference
- http://www.oracle.com/technetwork/topics/security/cpuapr2014-1972952.html
2024-06-09 00:33:16 +00:00
- http://www.oracle.com/technetwork/topics/security/cpuapr2014-1972952.html
2024-05-26 14:27:05 +02:00
#### Github
No PoCs found on GitHub currently.