Files
CVEs-PoC/2006/CVE-2006-0082.md
T
2024-06-18 02:51:15 +02:00

19 lines
877 B
Markdown

### [CVE-2006-0082](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-0082)
![](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
Format string vulnerability in the SetImageInfo function in image.c for ImageMagick 6.2.3 and other versions, and GraphicsMagick, allows user-assisted attackers to cause a denial of service (crash) and possibly execute arbitrary code via a numeric format string specifier such as %d in the file name, a variant of CVE-2005-0397, and as demonstrated using the convert program.
### POC
#### Reference
- http://securityreason.com/securityalert/500
- http://www.ubuntu.com/usn/usn-246-1
#### Github
No PoCs found on GitHub currently.