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

18 lines
785 B
Markdown

### [CVE-2007-4985](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-4985)
![](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
ImageMagick before 6.3.5-9 allows context-dependent attackers to cause a denial of service via a crafted image file that triggers (1) an infinite loop in the ReadDCMImage function, related to ReadBlobByte function calls; or (2) an infinite loop in the ReadXCFImage function, related to ReadBlobMSBLong function calls.
### POC
#### Reference
- http://www.imagemagick.org/script/changelog.php
#### Github
No PoCs found on GitHub currently.