Description
ImageMagick through 7.1.2-18 contains a memory leak vulnerability in the ASHLAR coder when an action fails. Attackers can trigger failed actions to exhaust memory resources and cause denial of service.
Published: 2026-07-15
Score: 4.8 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

ImageMagick up to version 7.1.2-18 contains a memory leak in the ASHLAR coder that occurs when the coder fails during image processing. The leak prevents the released memory from being reclaimed, allowing an attacker to repeatedly trigger failures and gradually deplete system memory, ultimately causing a denial of service for the affected application or system. The flaw is recorded against CWE‑401 (Memory Leak) and CWE‑770 (Resource Exhaustion).

Affected Systems

All builds of ImageMagick distributed by the ImageMagick project are affected, specifically releases through 7.1.2-18. Deployments that incorporate these versions without applying a later patch remain vulnerable, whether the library is used in command‑line tools, web services, or embedded applications.

Risk and Exploitability

The vulnerability has a CVSS score of 4.8, indicating moderate severity, and an EPSS score of less than 1 %, implying a very low exploitation probability in the wild. It is not listed in CISA’s KEV catalog. The likely attack vector is local or remote, depending on whether the ImageMagick processor is exposed via a service or accepts untrusted images; an attacker would need to supply crafted image data that provokes the ASHLAR coder to fail. The effect of such exploitation is resource exhaustion leading to denial of service.

Generated by OpenCVE AI on July 31, 2026 at 04:02 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade ImageMagick to the latest stable release that contains the ASHLAR coder bug fix.
  • If an immediate upgrade is not feasible, configure policy.xml to disallow the use of the ASHLAR coder or restrict it to trusted contexts to prevent the leak trigger.
  • Enforce system‑level or container‑level memory limits on ImageMagick processes to contain a potential exhaustion event.

Generated by OpenCVE AI on July 31, 2026 at 04:02 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 16 Jul 2026 12:15:00 +0000

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

None

threat_severity

Low


Wed, 15 Jul 2026 13:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Wed, 15 Jul 2026 12:00:00 +0000

Type Values Removed Values Added
Description ImageMagick through 7.1.2-18 contains a memory leak vulnerability in the ASHLAR coder when an action fails. Attackers can trigger failed actions to exhaust memory resources and cause denial of service.
Title ImageMagick - Memory Leak in ASHLAR Coder Action Failure
First Time appeared Imagemagick
Imagemagick imagemagick
Weaknesses CWE-401
CPEs cpe:2.3:a:imagemagick:imagemagick:*:*:*:*:*:*:*:*
Vendors & Products Imagemagick
Imagemagick imagemagick
References
Metrics cvssV3_1

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

cvssV4_0

{'score': 4.8, 'vector': 'CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:P/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-07-15T12:21:07.011Z

Reserved: 2026-06-21T02:05:21.920Z

Link: CVE-2026-56375

cve-icon Vulnrichment

Updated: 2026-07-15T12:21:01.137Z

cve-icon NVD

No data.

cve-icon Redhat

Severity : Low

Publid Date: 2026-07-15T11:25:30Z

Links: CVE-2026-56375 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-07-31T04:15:04Z

Weaknesses
  • CWE-401

    Missing Release of Memory after Effective Lifetime

  • CWE-770

    Allocation of Resources Without Limits or Throttling