CVE Catalog

CVE-2026-33908

HighCVSS 7.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.51%

40th percentile - higher than 40% of all known CVEs

Summary

In ImageMagick versions below 7.1.2-19 and 6.9.13-44, the `DestroyXMLTree()` function frees XML tree memory recursively without depth limit. Processing an XML file with deeply nested structures exhausts stack memory, causing a Denial of Service (DoS).

Risk Assessment

An attacker can craft a malicious XML file that, when processed by ImageMagick, crashes the application, disrupting services that rely on this software.

Recommendation

Immediately upgrade ImageMagick to version 6.9.13-44 or 7.1.2-19 or later, which contain the fix for this vulnerability.

Other vulnerabilities in ImageMagick

See all
Original NVD description (English source)

ImageMagick is free and open-source software used for editing and manipulating digital images. In versions below both 7.1.2-19 and 6.9.13-44, Magick frees the memory of the XML tree via the `DestroyXMLTree()` function; however, this process is executed recursively with no depth limit imposed. When Magick processes an XML file with deeply nested structures, it will exhaust the stack memory, resulting in a Denial of Service (DoS) attack. This issue has been fixed in versions 6.9.13-44 and 7.1.2-19.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS