Description of the patch:
This update for ImageMagick fixes the following issues
- CVE-2026-55628: policy bypass in concatenate operation due to missing checks (bsc#1270081).
- CVE-2026-56362: heap buffer overflow read in
GetPixelIndex due to metadata-cache desynchronization in
OpenPixelCache (bsc#1271100).
- CVE-2026-56366: META reader memory leak in the APP1JPEG input path (bsc#1271316).
- CVE-2026-56373: possible use-after-free write in PDB decoder (bsc#1268640 bsc#1271315).
- CVE-2026-56377: policy bypass can create or truncate files (bsc#1270006).
- CVE-2026-61464: heap buffer overwrite in X11 import with crafted window title (bsc#1271496).
- CVE-2026-61857: heap use-after-free via XMP profile could result in a crash (bsc#1271312).
- CVE-2026-61862: information disclosure when printing profiles with debug enabled (bsc#1271493).
- CVE-2026-61863: memory leak in TIFF encoder when a temporary file could not be created (bsc#1271492).
- CVE-2026-61868: memory leak in YUV decoder when opening of blob fails (bsc#1271487).
- CVE-2026-61869: memory leak in MIFF encoder when allocation fails (bsc#1271486).
- CVE-2026-61870: memory leak in VIFF encoder when allocation fails (bsc#1271293).
- CVE-2026-61872: memory leak in TIFF encoder when invalid
tiff:tile-geometry is specified (bsc#1271484).