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

19 lines
964 B
Markdown

### [CVE-2017-14103](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-14103)
![](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 ReadJNGImage and ReadOneJNGImage functions in coders/png.c in GraphicsMagick 1.3.26 do not properly manage image pointers after certain error conditions, which allows remote attackers to conduct use-after-free attacks via a crafted file, related to a ReadMNGImage out-of-order CloseBlob call. NOTE: this vulnerability exists because of an incomplete fix for CVE-2017-11403.
### POC
#### Reference
- https://blogs.gentoo.org/ago/2017/09/01/graphicsmagick-use-after-free-in-closeblob-blob-c-incomplete-fix-for-cve-2017-11403/
#### Github
- https://github.com/mudongliang/LinuxFlaw
- https://github.com/oneoy/cve-