Files
CVEs-PoC/2021/CVE-2021-3596.md
2025-09-29 21:09:30 +02:00

18 lines
808 B
Markdown

### [CVE-2021-3596](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3596)
![](https://img.shields.io/static/v1?label=Product&message=ImageMagick&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=ImageMagick%207.0.10-31%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-476&color=brightgreen)
### Description
A NULL pointer dereference flaw was found in ImageMagick in versions prior to 7.0.10-31 in ReadSVGImage() in coders/svg.c. This issue is due to not checking the return value from libxml2's xmlCreatePushParserCtxt() and uses the value directly, which leads to a crash and segmentation fault.
### POC
#### Reference
- https://github.com/ImageMagick/ImageMagick/issues/2624
#### Github
- https://github.com/s-cube-xmu/Bug_List