| 0 |
| url |
VCID-7gh9-2rkn-rybs |
| vulnerability_id |
VCID-7gh9-2rkn-rybs |
| summary |
ImageMagick has Use After Free in MSLStartElement in "coders/msl.c"
A crafted MSL script triggers a heap-use-after-free. The operation element handler replaces and frees the image while the parser continues reading from it, leading to a UAF in ReadBlobString during further parsing. |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2026-25983, GHSA-fwqw-2x5x-w566
|
| risk_score |
null |
| exploitability |
null |
| weighted_severity |
null |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-7gh9-2rkn-rybs |
|
| 1 |
| url |
VCID-9jms-w48q-j3cb |
| vulnerability_id |
VCID-9jms-w48q-j3cb |
| summary |
ImageMagick: Heap overflow in sun decoder on 32-bit systems may result in out of bounds write
An Integer Overflow vulnerability exists in the sun decoder. On 32-bit systems/builds, a carefully crafted image can lead to an out of bounds heap write.
```
=================================================================
==1967675==ERROR: AddressSanitizer: heap-buffer-overflow on address 0xf190b50e at pc 0x5eae8777 bp 0xffb0fdd8 sp 0xffb0fdd0
WRITE of size 1 at 0xf190b50e thread T0
``` |
| references |
| 0 |
|
| 1 |
|
| 2 |
|
| 3 |
|
| 4 |
|
| 5 |
|
| 6 |
|
| 7 |
|
| 8 |
|
| 9 |
|
| 10 |
|
| 11 |
|
|
| fixed_packages |
|
| aliases |
CVE-2026-25897, GHSA-6j5f-24fw-pqp4
|
| risk_score |
null |
| exploitability |
null |
| weighted_severity |
null |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-9jms-w48q-j3cb |
|
| 2 |
| url |
VCID-brv4-dckz-jbf5 |
| vulnerability_id |
VCID-brv4-dckz-jbf5 |
| summary |
ImageMagick: Integer overflow or wraparound and incorrect conversion between numeric types in the internal SVG decoder
A crafted SVG file can cause a denial of service. An off-by-one boundary check (`>` instead of `>=`) that allows bypass the guard and reach an undefined `(size_t)` cast. |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2026-25989, GHSA-7355-pwx2-pm84
|
| risk_score |
null |
| exploitability |
null |
| weighted_severity |
null |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-brv4-dckz-jbf5 |
|
| 3 |
| url |
VCID-cb7k-kgac-z3cw |
| vulnerability_id |
VCID-cb7k-kgac-z3cw |
| summary |
ImageMagick has Heap Out-of-Bounds Read in DCM Decoder (ReadDCMImage)
A heap out-of-bounds read vulnerability exists in the `coders/dcm.c` module. When processing DICOM files with a specific configuration, the decoder loop incorrectly reads bytes per iteration. This causes the function to read past the end of the allocated buffer, potentially leading to a Denial of Service (crash) or Information Disclosure (leaking heap memory into the image). |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2026-25982, GHSA-pmq6-8289-hx3v
|
| risk_score |
null |
| exploitability |
null |
| weighted_severity |
null |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-cb7k-kgac-z3cw |
|
| 4 |
| url |
VCID-g8uw-e2h3-v3b2 |
| vulnerability_id |
VCID-g8uw-e2h3-v3b2 |
| summary |
ImageMagick has a heap Buffer Over-read in its DJVU image format handler
A heap Buffer Over-read vulnerability exists in the DJVU image format handler. The vulnerability occurs due to integer truncation when calculating the stride (row size) for pixel buffer allocation. The stride calculation overflows a 32-bit signed integer, resulting in an out-of-bounds memory reads. |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2026-27799, GHSA-r99p-5442-q2x2
|
| risk_score |
null |
| exploitability |
null |
| weighted_severity |
null |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-g8uw-e2h3-v3b2 |
|
| 5 |
| url |
VCID-gq4t-qh62-gqgy |
| vulnerability_id |
VCID-gq4t-qh62-gqgy |
| summary |
ImageMagick has heap buffer overflow in YUV 4:2:2 decoder
A heap buffer overflow write vulnerability exists in ReadYUVImage() (coders/yuv.c) when processing malicious YUV 4:2:2 (NoInterlace) images. The pixel-pair loop writes one pixel beyond the allocated row buffer.
```
=================================================================
==204642==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x5170000002e0 at pc 0x562d21a7e8de bp 0x7fffa9ae1270 sp 0x7fffa9ae1260
WRITE of size 8 at 0x5170000002e0 thread T0
``` |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2026-25986, GHSA-mqfc-82jx-3mr2
|
| risk_score |
null |
| exploitability |
null |
| weighted_severity |
null |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-gq4t-qh62-gqgy |
|
| 6 |
| url |
VCID-h5xh-sqxg-h7a2 |
| vulnerability_id |
VCID-h5xh-sqxg-h7a2 |
| summary |
ImageMagick: Possible memory leak in ASHLAR encoder
A memory leak in the ASHLAR image writer allows an attacker to exhaust process memory by providing a crafted image that results in small objects that are allocated but never freed.
```
==880062== Memcheck, a memory error detector
==880062== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
==880062== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==880062==
==880062==
==880062== HEAP SUMMARY:
==880062== in use at exit: 386,826 bytes in 696 blocks
==880062== total heap usage: 30,523 allocs, 29,827 frees, 21,803,756 bytes allocated
==880062==
==880062== LEAK SUMMARY:
==880062== definitely lost: 3,408 bytes in 3 blocks
==880062== indirectly lost: 88,885 bytes in 30 blocks
==880062== possibly lost: 140,944 bytes in 383 blocks
==880062== still reachable: 151,573 bytes in 259 blocks
==880062== suppressed: 0 bytes in 0 blocks
==880062== Reachable blocks (those to which a pointer was found) are not shown.
==880062== To see them, rerun with: --leak-check=full --show-leak-kinds=all
==880062==
==880062== For lists of detected and suppressed errors, rerun with: -s
==880062== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
``` |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2026-25637, GHSA-gm37-qx7w-p258
|
| risk_score |
null |
| exploitability |
null |
| weighted_severity |
null |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-h5xh-sqxg-h7a2 |
|
| 7 |
| url |
VCID-jrwg-mmqw-3bcg |
| vulnerability_id |
VCID-jrwg-mmqw-3bcg |
| summary |
ImageMagick: Policy bypass through path traversal allows reading restricted content despite secured policy
ImageMagick’s path security policy is enforced on the raw filename string before the filesystem resolves it. As a result, a policy rule such as /etc/* can be bypassed by a path traversal. The OS resolves the traversal and opens the sensitive file, but the policy matcher only sees the unnormalized path and therefore allows the read. This enables local file disclosure (LFI) even when policy-secure.xml is applied.
Actions to prevent reading from files have been taken. But it make sure writing is also not possible the following should be added to your policy:
```
<policy domain="path" rights="none" pattern="*../*"/>
```
And this will also be included in the project's more secure policies by default. |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2026-25965, GHSA-8jvj-p28h-9gm7
|
| risk_score |
4.0 |
| exploitability |
0.5 |
| weighted_severity |
8.0 |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-jrwg-mmqw-3bcg |
|
| 8 |
| url |
VCID-n1tb-wdey-fyht |
| vulnerability_id |
VCID-n1tb-wdey-fyht |
| summary |
ImageMagick has Division-by-Zero in YUV sampling factor validation, which leads to crash
A logic error in YUV sampling factor validation allows an invalid sampling factor to bypass checks and trigger a division-by-zero during image loading, resulting in a reliable denial-of-service.
```
coders/yuv.c:210:47: runtime error: division by zero
AddressSanitizer:DEADLYSIGNAL
=================================================================
==3543373==ERROR: AddressSanitizer: UNKNOWN SIGNAL on unknown address 0x000000000000 (pc 0x55deeb4d723c bp 0x7fffc28d34d0 sp 0x7fffc28d3320 T0) |
| references |
| 0 |
|
| 1 |
|
| 2 |
|
| 3 |
|
| 4 |
|
| 5 |
|
| 6 |
|
| 7 |
|
| 8 |
|
| 9 |
|
| 10 |
|
| 11 |
|
|
| fixed_packages |
|
| aliases |
CVE-2026-25799, GHSA-543g-8grm-9cw6
|
| risk_score |
null |
| exploitability |
null |
| weighted_severity |
null |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-n1tb-wdey-fyht |
|
| 9 |
|
| 10 |
| url |
VCID-r1wz-w1et-27fu |
| vulnerability_id |
VCID-r1wz-w1et-27fu |
| summary |
ImageMagick: MSL attribute stack buffer overflow leads to out of bounds write.
A stack buffer overflow occurs when processing the an attribute in msl.c. A long value overflows a fixed-size stack buffer, leading to memory corruption.
```
=================================================================
==278522==ERROR: AddressSanitizer: stack-buffer-overflow on address 0x7ffdb8c76984 at pc 0x55a4bf16f507 bp 0x7ffdb8c75bc0 sp 0x7ffdb8c75bb0
WRITE of size 1 at 0x7ffdb8c76984 thread T0
``` |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2026-25968, GHSA-3mwp-xqp2-q6ph
|
| risk_score |
null |
| exploitability |
null |
| weighted_severity |
null |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-r1wz-w1et-27fu |
|
| 11 |
|
| 12 |
| url |
VCID-s4eg-rpag-8yaz |
| vulnerability_id |
VCID-s4eg-rpag-8yaz |
| summary |
ImageMagick has a heap buffer over-read in its MAP image decoder
A heap buffer over-read vulnerability exists in the MAP image decoder when processing crafted MAP files, potentially leading to crashes or unintended memory disclosure during image decoding.
```
=================================================================
==4070926==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x502000002b31 at pc 0x56517afbd910 bp 0x7ffc59e90000 sp 0x7ffc59e8fff0
READ of size 1 at 0x502000002b31 thread T0
``` |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2026-25987, GHSA-42p5-62qq-mmh7
|
| risk_score |
null |
| exploitability |
null |
| weighted_severity |
null |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-s4eg-rpag-8yaz |
|
| 13 |
| url |
VCID-tgmn-sscv-uycj |
| vulnerability_id |
VCID-tgmn-sscv-uycj |
| summary |
ImageMagick Has Signed Integer Overflow in SIXEL Decoder, Leading to Memory Corruption
A signed integer overflow vulnerability in ImageMagick's SIXEL decoder allows an attacker to trigger memory corruption and denial of service when processing a maliciously crafted SIXEL image file. The vulnerability occurs during buffer reallocation operations where pointer arithmetic using signed 32-bit integers overflows.
```
AddressSanitizer:DEADLYSIGNAL
=================================================================
==143838==ERROR: AddressSanitizer: UNKNOWN SIGNAL on unknown address 0x000000000000 |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2026-25970, GHSA-xg29-8ghv-v4xr
|
| risk_score |
null |
| exploitability |
null |
| weighted_severity |
null |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-tgmn-sscv-uycj |
|
| 14 |
| url |
VCID-tyes-jyqv-7uf2 |
| vulnerability_id |
VCID-tyes-jyqv-7uf2 |
| summary |
ImageMagick: Memory allocation with excessive without limits in the internal SVG decoder
A crafted SVG file containing an malicious element causes ImageMagick to attempt to allocate ~674 GB of memory, leading to an out-of-memory abort.
Found via AFL++ fuzzing with afl-clang-lto instrumentation and AddressSanitizer. |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2026-25985, GHSA-v7g2-m8c5-mf84
|
| risk_score |
4.0 |
| exploitability |
0.5 |
| weighted_severity |
8.0 |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-tyes-jyqv-7uf2 |
|
| 15 |
| url |
VCID-ve6k-6zy3-2bby |
| vulnerability_id |
VCID-ve6k-6zy3-2bby |
| summary |
ImageMagick: Heap overflow in pcd decoder leads to out of bounds read.
The pcd coder lacks proper boundary checking when processing Huffman-coded data. The decoder contains an function that has an incorrect initialization that could cause an out of bounds read.
```
==3900053==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x502000003c6c at pc 0x55601b9cc552 bp 0x7ffd904b1f70 sp 0x7ffd904b1f60
READ of size 1 at 0x502000003c6c thread T0
``` |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2026-26284, GHSA-wrhr-rf8j-r842
|
| risk_score |
null |
| exploitability |
null |
| weighted_severity |
null |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-ve6k-6zy3-2bby |
|
| 16 |
| url |
VCID-vk7z-55be-cqbm |
| vulnerability_id |
VCID-vk7z-55be-cqbm |
| summary |
ImageMagick has Possible Heap Information Disclosure in PSD ZIP Decompression
A heap information disclosure vulnerability exists in ImageMagick's PSD (Adobe Photoshop) format handler. When processing a maliciously crafted PSD file containing ZIP-compressed layer data that decompresses to less than the expected size, uninitialized heap memory is leaked into the output image. |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2026-24481, GHSA-96pc-27rx-pr36
|
| risk_score |
null |
| exploitability |
null |
| weighted_severity |
null |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-vk7z-55be-cqbm |
|
| 17 |
| url |
VCID-vxtp-qf2n-s3b2 |
| vulnerability_id |
VCID-vxtp-qf2n-s3b2 |
| summary |
ImageMagick: Infinite loop vulnerability when parsing a PCD file
When a PCD file does not contain a valid marker, the DecodeImage() function becomes trapped in an infinite loop while searching for the marker, causing the program to become unresponsive and continuously consume CPU resources, ultimately leading to system resource exhaustion and denial of service. |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2026-24485, GHSA-pqgj-2p96-rx85
|
| risk_score |
null |
| exploitability |
null |
| weighted_severity |
null |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-vxtp-qf2n-s3b2 |
|