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

19 lines
931 B
Markdown

### [CVE-2016-9773](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-9773)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=%3D%20n%2Fa%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
Heap-based buffer overflow in the IsPixelGray function in MagickCore/pixel-accessor.h in ImageMagick 7.0.3.8 allows remote attackers to cause a denial of service (out-of-bounds heap read) via a crafted image file. NOTE: this vulnerability exists because of an incomplete fix for CVE-2016-9556.
### POC
#### Reference
- http://www.openwall.com/lists/oss-security/2016/12/01/4
- https://blogs.gentoo.org/ago/2016/12/01/imagemagick-heap-based-buffer-overflow-in-ispixelgray-pixel-accessor-h-incomplete-fix-for-cve-2016-9556/
#### Github
No PoCs found on GitHub currently.