Description
ImageMagick before 7.1.2-30 and 6.9.13-55 contains a memory leak in the MSL image decoder. A crafted MSL image triggers memory allocation without proper deallocation, allowing an attacker to exhaust memory and cause a denial of service.
Published: 2026-09-07
Score: 6.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Denial of Service
Action: Patch
AI Analysis

Impact

A crafted Media Sequence Language (MSL) file triggers a memory leak in the ImageMagick MSL decoder, allowing an attacker to allocate memory without proper deallocation. This results in exhaustion of system memory and forces the application to crash or become unusable, delivering a denial of service. The weakness is a classic resource exhaustion flaw categorized as CWE‑400, and the incorrect handling of resource cleanup also aligns with CWE‑772 (Missing Release of Resource).

Affected Systems

The vulnerability impacts ImageMagick versions prior to 7.1.2‑30 and 6.9.13‑55. Systems running the ImageMagick software with these releases are susceptible. Applying a newer release that incorporates the fix removes the defect.

Risk and Exploitability

The CVSS score of 6.3 reflects moderate severity, while the EPSS score is not available and the issue is not listed in CISA KEV. The exploit requires the attacker to supply a malicious MSL image to a process that uses ImageMagick; this attack vector is inferred from the description, as it states a crafted image triggers the leak, implying the attacker can provide such an image. The background that image ingestion from untrusted sources is common is also inferred and not explicitly stated in the CVE data. Successful exploitation causes memory exhaustion, resulting in a denial of service that affects availability but not confidentiality or integrity.

Generated by OpenCVE AI on September 8, 2026 at 02:06 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade ImageMagick to version 7.1.2‑30 or later, or to any release that contains the MSL decoder patch
  • If an upgrade is not possible, restrict or sanitize input files that may be processed by ImageMagick to limit memory usage
  • Enforce memory limits on ImageMagick processes (e.g., set ulimit or use container cgroup constraints) to prevent excessive consumption

Generated by OpenCVE AI on September 8, 2026 at 02:06 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 08 Sep 2026 14:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 08 Sep 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-772
References
Metrics threat_severity

None

threat_severity

Low


Mon, 07 Sep 2026 13:00:00 +0000

Type Values Removed Values Added
Description ImageMagick before 7.1.2-30 and 6.9.13-55 contains a memory leak in the MSL image decoder. A crafted MSL image triggers memory allocation without proper deallocation, allowing an attacker to exhaust memory and cause a denial of service.
Title ImageMagick before 7.1.2-30 Memory Leak via MSL decoder
First Time appeared Imagemagick
Imagemagick imagemagick
Weaknesses CWE-400
CPEs cpe:2.3:a:imagemagick:imagemagick:*:*:*:*:*:*:*:*
Vendors & Products Imagemagick
Imagemagick imagemagick
References
Metrics cvssV3_1

{'score': 3.7, 'vector': 'CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L'}

cvssV4_0

{'score': 6.3, 'vector': 'CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N'}


Subscriptions

Imagemagick Imagemagick
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-08T13:51:17.057Z

Reserved: 2026-09-07T12:33:13.368Z

Link: CVE-2026-86421

cve-icon Vulnrichment

Updated: 2026-09-08T13:51:13.634Z

cve-icon NVD

Status : Analyzed

Published: 2026-09-07T13:20:40.963

Modified: 2026-09-09T17:04:13.437

Link: CVE-2026-86421

cve-icon Redhat

Severity : Low

Publid Date: 2026-09-07T12:53:44Z

Links: CVE-2026-86421 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-09-08T02:15:08Z

Weaknesses
  • CWE-400

    Uncontrolled Resource Consumption

  • CWE-772

    Missing Release of Resource after Effective Lifetime