Description
ImageMagick before 7.1.2-30 and 6.9.13-55 fails to properly lower the memory budget when an operation inside OpenPixelCache fails. Repeated triggering of such failures can exhaust the process memory budget and result in a denial of service.
Published: 2026-09-07
Score: 6.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Denial of Service via memory exhaustion
Action: Apply Patch
AI Analysis

Impact

ImageMagick before 7.1.2‑30 and 6.9.13‑55 does not properly lower the memory budget when an operation inside OpenPixelCache fails, allowing repeated failures to deplete the process memory and cause a denial of service. The flaw is a classic memory allocation issue identified as CWE‑400. The impact is that an attacker can disrupt image‑processing services, leading to unavailable functionality for legitimate users.

Affected Systems

ImageMagick, product ImageMagick, versions prior to 7.1.2‑30 and prior to 6.9.13‑55 are affected. Exact release information beyond those major versions is not provided.

Risk and Exploitability

The CVSS score of 6.3 indicates moderate severity. EPSS data is unavailable, and the vulnerability is not listed in CISA KEV, suggesting limited evidence of exploitation. The likely attack vector is executing malformed or malicious images that trigger repeated cache failures. Without network‑level remote exploitation paths documented, the risk is somewhat constrained to environments that process untrusted images.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade ImageMagick to 7.1.2‑30 or later, or to 6.9.13‑55 or later
  • Restrict or sandbox the image‑processing workload to prevent runaway memory consumption
  • Configure and monitor the memory budget for the ImageMagick process to detect and react to abnormal growth
  • Enforce limits on repeated allocation failures to mitigate improper resource management as identified by CWE‑772

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 09 Sep 2026 15: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 fails to properly lower the memory budget when an operation inside OpenPixelCache fails. Repeated triggering of such failures can exhaust the process memory budget and result in a denial of service.
Title ImageMagick before 7.1.2-30 Denial of Service Memory Budget
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-09T14:29:30.337Z

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

Link: CVE-2026-86420

cve-icon Vulnrichment

Updated: 2026-09-09T14:29:25.807Z

cve-icon NVD

Status : Analyzed

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

Modified: 2026-09-09T17:09:03.253

Link: CVE-2026-86420

cve-icon Redhat

Severity : Low

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

Links: CVE-2026-86420 - 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