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

19 lines
939 B
Markdown

### [CVE-2007-1797](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-1797)
![](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
Multiple integer overflows in ImageMagick before 6.3.3-5 allow remote attackers to execute arbitrary code via (1) a crafted DCM image, which results in a heap-based overflow in the ReadDCMImage function, or (2) the (a) colors or (b) comments field in a crafted XWD image, which results in a heap-based overflow in the ReadXWDImage function, different issues than CVE-2007-1667.
### POC
#### Reference
- http://www.imagemagick.org/script/changelog.php
- https://oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A9254
#### Github
No PoCs found on GitHub currently.