Description
ImageMagick before 7.1.2-26 and 6.9.13-51 contains a memory leak in the TIFF encoder when an invalid tiff:tile-geometry is specified. Supplying malformed tile geometry parameters causes allocated memory not to be released, which can lead to increased memory consumption.
Published: 2026-07-15
Score: 2 Low
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is a memory leak in the TIFF encoder of ImageMagick that occurs when an invalid tiff:tile-geometry value is supplied. The fault arises from missing resource release (CWE-401) and improper handling of allocated memory (CWE-772), causing memory to remain allocated and never be freed. The effect is increased memory consumption without providing code execution or privilege escalation. At its worst, the leak can lead to a denial of service if an attacker continuously feeds malformed TIFFs.

Affected Systems

Both major branches of ImageMagick are impacted. Versions before 7.1.2-26 and before 6.9.13-51, to which the vulnerability applies, are distributed under the ImageMagick umbrella.

Risk and Exploitability

The CVSS score of 2 signals low severity, and the EPSS score of less than 1% indicates that exploitation is unlikely but not impossible. Based on the description, the likely attack vector involves an attacker providing a malformed TIFF with an invalid tiff:tile-geometry to a process that runs ImageMagick. If the application processes external images, the threat may be limited to users with local or elevated privileges. Overall, the risk level remains low, though repeated exploitation could cause memory exhaustion. The vulnerability is not listed in the CISA KEV catalog.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade ImageMagick to version 7.1.2-26 or newer if using the 7.x line.
  • Upgrade ImageMagick to version 6.9.13-51 or newer if using the 6.x line.
  • If an upgrade cannot be applied immediately, sanitize or reject any tiff:tile-geometry values before passing them to ImageMagick, ensuring strict validation of input image parameters.
  • Continuously monitor the memory usage of ImageMagick processes and set limits or alerts to detect abnormal growth.

Generated by OpenCVE AI on July 31, 2026 at 03:47 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 14: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 TIFF encoder when an invalid tiff:tile-geometry is specified. Supplying malformed tile geometry parameters causes allocated memory not to be released, which can lead to increased memory consumption.
Title ImageMagick before 7.1.2-26 Memory Leak via TIFF Encoder
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.5, 'vector': 'CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:L'}

cvssV4_0

{'score': 2, 'vector': 'CVSS:4.0/AV:L/AC:H/AT:P/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-15T13:24:51.572Z

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

Link: CVE-2026-61872

cve-icon Vulnrichment

Updated: 2026-07-15T13:19:56.941Z

cve-icon NVD

No data.

cve-icon Redhat

Severity : Low

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

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