Description
ImageMagick before 7.1.2-26 contains a memory leak vulnerability in the VIFF encoder when memory allocation fails. Attackers can trigger allocation failures by processing specially crafted VIFF images to exhaust available memory and cause denial of service.
Published: 2026-07-11
Score: 2.1 Low
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

ImageMagick versions before 7.1.2‑26 contain a memory‑leak bug in the VIFF encoder that occurs when the system cannot allocate more memory. In that situation the encoder fails to release the previously allocated buffer, causing the memory usage to grow with each failed allocation. With a maliciously crafted VIFF image an attacker can repeatedly trigger the failure path, slowly draining system memory until the process crashes or becomes unresponsive, leading to denial of service.

Affected Systems

All releases of ImageMagick that provide VIFF image support are affected, including all versions earlier than 7.1.2‑26. Any environment that installs ImageMagick and allows the application to process VIFF images—whether through a web service, desktop conversion tool, or embedded library—remains vulnerable. The impact therefore applies to any platform that has ImageMagick with the default VIFF codec enabled.

Risk and Exploitability

The CVSS base score of 2.1 indicates a low severity that mainly threatens availability. The EPSS score of less than 1% shows a very low likelihood that this vulnerability will be actively exploited by attackers, and it is not listed in the CISA KEV catalogue. The attack vector is likely remote when an external image can be supplied to an exposed ImageMagick service, or local for insider or compromised application usage. Overall the risk is low to moderate; however, an uncontrolled memory sink can still affect uptime of image‑processing services if the vulnerability is triggered.

Generated by OpenCVE AI on August 1, 2026 at 11:23 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update ImageMagick to version 7.1.2-26 or later, which removes the leak.
  • If an update is not possible, disable or remove VIFF encoding support in the application or remove the VIFF codec from ImageMagick.
  • Configure memory limits or control environments to restrict how much memory a single image process can consume, and monitor for excessive allocations.

Generated by OpenCVE AI on August 1, 2026 at 11:23 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4696-1 imagemagick security update
History

Mon, 13 Jul 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


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

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

None

threat_severity

Low


Sat, 11 Jul 2026 13:30:00 +0000

Type Values Removed Values Added
Description ImageMagick before 7.1.2-26 contains a memory leak vulnerability in the VIFF encoder when memory allocation fails. Attackers can trigger allocation failures by processing specially crafted VIFF images to exhaust available memory and cause denial of service.
Title ImageMagick before 7.1.2-26 Memory Leak via VIFF 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.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-13T16:09:19.684Z

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

Link: CVE-2026-61870

cve-icon Vulnrichment

Updated: 2026-07-13T16:09:16.767Z

cve-icon NVD

No data.

cve-icon Redhat

Severity : Low

Publid Date: 2026-07-11T13:01:09Z

Links: CVE-2026-61870 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-01T11:30:05Z

Weaknesses
  • CWE-401

    Missing Release of Memory after Effective Lifetime

  • CWE-772

    Missing Release of Resource after Effective Lifetime