Description
ImageMagick before 7.1.2-26 and 6.9.13-51 contains a memory leak in color transformation to the log colorspace: when the operation fails, a small amount of memory is not released.
Published: 2026-07-15
Score: 2.1 Low
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

ImageMagick releases before 7.1.2-26 and 6.9.13-51 contain a memory leak in the log colorspace transformation. When the conversion operation fails, a small amount of memory is not released, which results in improper resource management (CWE‑401) and incomplete deallocation (CWE‑772). This deficiency can cause gradual memory exhaustion if the failure scenario is repeated frequently.

Affected Systems

The vulnerability affects all ImageMagick installations provided by ImageMagick, including all releases prior to 7.1.2-26 in the 7.x series and prior to 6.9.13-51 in the 6.x series. Any system that processes images through these libraries may be impacted, independent of platform.

Risk and Exploitability

The CVSS score of 2.1 indicates a low severity, and the EPSS score of less than 1% suggests a minimal chance of exploitation. This issue is not listed in the CISA KEV catalog. Based on the description, it is inferred that an attacker could repeatedly submit images that trigger to slowly deplete system memory, potentially degrading availability if a resource limit is breached. No public exploit has been documented as of the latest information.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Install a patched release of ImageMagick that is at least 7.1.2-26 or 6.9.13-51.
  • If an upgrade is not possible, run image processing processes under strict memory limits or in a sandboxed environment to contain the leak.
  • Monitor memory consumption of services using ImageMagick and intervene if abnormal growth is detected.

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

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4696-1 imagemagick security update
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 color transformation to the log colorspace: when the operation fails, a small amount of memory is not released.
Title ImageMagick before 7.1.2-26 Memory Leak in Log Colorspace
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': 2.9, 'vector': 'CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L'}

cvssV4_0

{'score': 2.1, 'vector': 'CVSS:4.0/AV:L/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:09:45.303Z

Reserved: 2026-07-10T21:53:55.769Z

Link: CVE-2026-61864

cve-icon Vulnrichment

Updated: 2026-07-15T12:09:41.356Z

cve-icon NVD

No data.

cve-icon Redhat

Severity : Low

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

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