cve/2021/CVE-2021-3596.md
2024-06-18 02:51:15 +02:00

773 B

CVE-2021-3596

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

Github

No PoCs found on GitHub currently.