SECURITY UPDATE: denial-of-service from multi-layer nested MVG-to-SVG
conversions
debian/patches/CVE-2026-24484.patch: Add recursion-depth check and throw
VectorGraphicsNestedTooDeeply on reaching maximum; prevent crash from
unbounded nesting of graphic-context elements.
debian/patches/CVE-2026-24484-1.patch: Set status to MagickFalse on
memory-allocation failure and on excessive recursion, stop further
parsing; cause: missing status reset allowed continued parsing and nested
vector-graphics recursion to exceed limits.