Description
ImageMagick before 7.1.2-26 and 6.9.13-51 contains a memory leak in the ICON decoder that occurs when a memory allocation fails. Processing a crafted ICON file that triggers an allocation failure leaks memory, which may lead to a denial of service.
Published: 2026-07-15
Score: 6.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

ImageMagick versions prior to 7.1.2-26 and 6.9.13-51 contain a flaw in the ICON decoder that triggers a memory leak when a memory allocation fails. If a crafted Icon file is processed, repeated allocation failures leak memory, potentially exhausting system resources and rendering the processing tool or any application that uses the library unavailable. The underlying weakness is an uncontrolled memory allocation (CWE-401) and improper handling of an allocation failure (CWE-772).

Affected Systems

The vulnerability affects installations of the ImageMagick image processing suite that are older than version 7.1.2-26 or 6.9.13-51. All users of pre‑release releases before these updates are potentially impacted.

Risk and Exploitability

The CVSS base score of 6.3 indicates moderate severity, while an EPSS score of less than 1% shows a very low predicted exploitation probability. The issue is not listed in the CISA KEV catalog. Exploitation requires an attacker to supply a crafted Icon file to the ImageMagick library, either by invoking the command‑line tools directly or by embedding the file in an application that calls the library. Because this is a memory‑leak flaw rather than a code‑execution flaw, the primary impact is on system or application availability rather than confidentiality or integrity.

Generated by OpenCVE AI on July 31, 2026 at 03:48 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade ImageMagick to version 7.1.2-26 or newer, or to 6.9.13-51 or newer if that version bundle includes the fix.
  • If an upgrade is not immediately possible, configure the application or environment to reject or isolate processing of Icon files, limiting the exposure of the memory‑leak surface.
  • Implement memory‑usage monitoring for processes that invoke ImageMagick to detect or mitigate exhaustion caused by repeated allocation failures.

Generated by OpenCVE AI on July 31, 2026 at 03:48 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-772
References
Metrics threat_severity

None

threat_severity

Low


Wed, 15 Jul 2026 12: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 before 7.1.2-26 and 6.9.13-51 contains a memory leak in the ICON decoder that occurs when a memory allocation fails. Processing a crafted ICON file that triggers an allocation failure leaks memory, which may lead to a denial of service.
Title ImageMagick before 7.1.2-26 Memory Leak in ICON decoder
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.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-07-15T12:04:51.151Z

Reserved: 2026-07-10T21:54:26.760Z

Link: CVE-2026-61871

cve-icon Vulnrichment

Updated: 2026-07-15T12:04:47.171Z

cve-icon NVD

No data.

cve-icon Redhat

Severity : Low

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

Links: CVE-2026-61871 - Bugzilla

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-401

    Missing Release of Memory after Effective Lifetime

  • CWE-772

    Missing Release of Resource after Effective Lifetime