
CVE-2025-57803 – ImageMagick (WriteBMPImage): 32-bit integer overflow when writing BMP scanline stride → heap buffer overflow
https://notcve.org/view.php?id=CVE-2025-57803
26 Aug 2025 — ImageMagick is free and open-source software used for editing and manipulating digital images. Prior to versions 6.9.13-28 and 7.1.2-2 for ImageMagick's 32-bit build, a 32-bit integer overflow in the BMP encoder’s scanline-stride computation collapses bytes_per_line (stride) to a tiny value while the per-row writer still emits 3 × width bytes for 24-bpp images. The row base pointer advances using the (overflowed) stride, so the first row immediately writes past its slot and into adjacent heap memory with at... • https://github.com/ImageMagick/ImageMagick/security/advisories/GHSA-mxvv-97wh-cfmm • CWE-122: Heap-based Buffer Overflow CWE-190: Integer Overflow or Wraparound •

CVE-2025-55298 – ImageMagick Format String Bug in InterpretImageFilename leads to arbitrary code execution
https://notcve.org/view.php?id=CVE-2025-55298
26 Aug 2025 — ImageMagick is free and open-source software used for editing and manipulating digital images. Prior to ImageMagick versions 6.9.13-28 and 7.1.2-2, a format string bug vulnerability exists in InterpretImageFilename function where user input is directly passed to FormatLocaleString without proper sanitization. An attacker can overwrite arbitrary memory regions, enabling a wide range of attacks from heap overflow to remote code execution. This issue has been patched in versions 6.9.13-28 and 7.1.2-2. • https://github.com/ImageMagick/ImageMagick/security/advisories/GHSA-9ccg-6pjw-x645 • CWE-123: Write-what-where Condition CWE-134: Use of Externally-Controlled Format String •

CVE-2025-55212 – ImageMagick affected by divide-by-zero in ThumbnailImage via montage -geometry ":" leads to crash
https://notcve.org/view.php?id=CVE-2025-55212
26 Aug 2025 — ImageMagick is free and open-source software used for editing and manipulating digital images. Prior to versions 6.9.13-28 and 7.1.2-2, passing a geometry string containing only a colon (":") to montage -geometry leads GetGeometry() to set width/height to 0. Later, ThumbnailImage() divides by these zero dimensions, triggering a crash (SIGFPE/abort), resulting in a denial of service. This issue has been patched in versions 6.9.13-28 and 7.1.2-2. • https://github.com/ImageMagick/ImageMagick/security/advisories/GHSA-fh55-q5pj-pxgw • CWE-369: Divide By Zero •

CVE-2025-55160 – ImageMagick Undefined Behavior (function-type-mismatch) in CloneSplayTree
https://notcve.org/view.php?id=CVE-2025-55160
13 Aug 2025 — ImageMagick is free and open-source software used for editing and manipulating digital images. Prior to versions 6.9.13-27 and 7.1.2-1, there is undefined behavior (function-type-mismatch) in splay tree cloning callback. This results in a deterministic abort under UBSan (DoS in sanitizer builds), with no crash in a non-sanitized build. This issue has been patched in versions 6.9.13-27 and 7.1.2-1. These are all security issues fixed in the ImageMagick-7.1.2.1-1.1 package on the GA media of openSUSE Tumblewe... • https://github.com/ImageMagick/ImageMagick/security/advisories/GHSA-6hgw-6x87-578x • CWE-758: Reliance on Undefined, Unspecified, or Implementation-Defined Behavior •

CVE-2025-55154 – ImageMagick: integer overflows in MNG magnification
https://notcve.org/view.php?id=CVE-2025-55154
13 Aug 2025 — ImageMagick is free and open-source software used for editing and manipulating digital images. Prior to versions 6.9.13-27 and 7.1.2-1, the magnified size calculations in ReadOneMNGIMage (in coders/png.c) are unsafe and can overflow, leading to memory corruption. This issue has been patched in versions 6.9.13-27 and 7.1.2-1. These are all security issues fixed in the ImageMagick-7.1.2.1-1.1 package on the GA media of openSUSE Tumbleweed. • https://github.com/ImageMagick/ImageMagick/security/advisories/GHSA-qp29-wxp5-wh82 • CWE-190: Integer Overflow or Wraparound •

CVE-2025-55005 – ImageMagick: heap-buffer overflow in log colorspace handling
https://notcve.org/view.php?id=CVE-2025-55005
13 Aug 2025 — ImageMagick is free and open-source software used for editing and manipulating digital images. Prior to version 7.1.2-1, when preparing to transform from Log to sRGB colorspaces, the logmap construction fails to handle cases where the reference-black or reference-white value is larger than 1024. This leads to corrupting memory beyond the end of the allocated logmap buffer. This issue has been patched in version 7.1.2-1. • https://github.com/ImageMagick/ImageMagick/security/advisories/GHSA-v393-38qx-v8fp • CWE-122: Heap-based Buffer Overflow •

CVE-2025-55004 – ImageMagick: heap-buffer overflow read in MNG magnification with alpha
https://notcve.org/view.php?id=CVE-2025-55004
13 Aug 2025 — ImageMagick is free and open-source software used for editing and manipulating digital images. Prior to version 7.1.2-1, ImageMagick is vulnerable to heap-buffer overflow read around the handling of images with separate alpha channels when performing image magnification in ReadOneMNGIMage. This can likely be used to leak subsequent memory contents into the output image. This issue has been patched in version 7.1.2-1. • https://github.com/ImageMagick/ImageMagick/security/advisories/GHSA-cjc8-g9w8-chfw • CWE-122: Heap-based Buffer Overflow •

CVE-2025-53101 – ImageMagick has Stack Buffer Overflow in image.c
https://notcve.org/view.php?id=CVE-2025-53101
14 Jul 2025 — ImageMagick is free and open-source software used for editing and manipulating digital images. In versions prior to 7.1.2-0 and 6.9.13-26, in ImageMagick's `magick mogrify` command, specifying multiple consecutive `%d` format specifiers in a filename template causes internal pointer arithmetic to generate an address below the beginning of the stack buffer, resulting in a stack overflow through `vsnprintf()`. Versions 7.1.2-0 and 6.9.13-26 fix the issue. These are all security issues fixed in the ImageMagick... • https://github.com/ImageMagick/ImageMagick/commit/66dc8f51c11b0ae1f1cdeacd381c3e9a4de69774 • CWE-124: Buffer Underwrite ('Buffer Underflow') •

CVE-2025-53019 – ImageMagick has Memory Leak in magick stream
https://notcve.org/view.php?id=CVE-2025-53019
14 Jul 2025 — ImageMagick is free and open-source software used for editing and manipulating digital images. In versions prior to 7.1.2-0 and 6.9.13-26, in ImageMagick's `magick stream` command, specifying multiple consecutive `%d` format specifiers in a filename template causes a memory leak. Versions 7.1.2-0 and 6.9.13-26 fix the issue. These are all security issues fixed in the ImageMagick-7.1.2.0-1.1 package on the GA media of openSUSE Tumbleweed. • https://github.com/ImageMagick/ImageMagick/security/advisories/GHSA-cfh4-9f7v-fhrc • CWE-125: Out-of-bounds Read •

CVE-2025-53015 – ImageMagick has XMP profile write that triggers hang due to unbounded loop
https://notcve.org/view.php?id=CVE-2025-53015
14 Jul 2025 — ImageMagick is free and open-source software used for editing and manipulating digital images. In versions prior to 7.1.2-0, infinite lines occur when writing during a specific XMP file conversion command. Version 7.1.2-0 fixes the issue. These are all security issues fixed in the ImageMagick-7.1.2.0-1.1 package on the GA media of openSUSE Tumbleweed. • https://drive.google.com/file/d/1iegkwlTjqnJTtM4XkiheYsjKsC6pxtId/view?usp=sharing • CWE-835: Loop with Unreachable Exit Condition ('Infinite Loop') •