mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-26 01:07:59 +02:00
18 lines
847 B
Markdown
18 lines
847 B
Markdown
### [CVE-2011-3048](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-3048)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
The png_set_text_2 function in pngset.c in libpng 1.0.x before 1.0.59, 1.2.x before 1.2.49, 1.4.x before 1.4.11, and 1.5.x before 1.5.10 allows remote attackers to cause a denial of service (crash) or execute arbitrary code via a crafted text chunk in a PNG image file, which triggers a memory allocation failure that is not properly handled, leading to a heap-based buffer overflow.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- http://ubuntu.com/usn/usn-1417-1
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|