CVE-2026-86425
Received Received - Intake

Heap Use After Free in ImageMagick

Vulnerability report for CVE-2026-86425, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-07

Last updated on: 2026-09-07

Assigner: VulnCheck

Description

ImageMagick before 7.1.2-30 and 6.9.x before 6.9.13-55 contains a heap-use-after-free vulnerability in the Layer method of PerlMagick. An attacker who supplies a crafted list of images can trigger memory access after deallocation, resulting in a crash (denial of service).

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-07
Last Modified
2026-09-07
Generated
2026-09-07
AI Q&A
2026-09-07
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 4 associated CPEs
Vendor Product Version / Range
imagemagick imagemagick to 6.9.13-55 (exc)
imagemagick imagemagick to 7.1.2-30 (exc)
imagemagick perlmagick to 7.1.2-30 (exc)
imagemagick perlmagick to 6.9.13-55 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-416 The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a heap-use-after-free vulnerability in ImageMagick's PerlMagick Layer method. It occurs when an attacker provides a specially crafted list of images, causing memory to be accessed after it has been freed. This leads to crashes or denial of service.

Detection Guidance

To detect this vulnerability, check the installed version of ImageMagick using the command: identify -version or convert -version. If the output shows a version before 7.1.2-30 or 6.9.13-55, the system is vulnerable.

Impact Analysis

The vulnerability can cause crashes or denial of service when processing images. It requires local access and user interaction but does not affect confidentiality or integrity. The impact is limited to system availability.

Mitigation Strategies

Immediately update ImageMagick to version 7.1.2-30 or later for ImageMagick 7, or 6.9.13-55 or later for ImageMagick 6. This patch resolves the heap-use-after-free issue in the Layer method of PerlMagick.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-86425. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart