Description
ImageMagick before 7.1.2-26 and 6.9.13-51 is missing a check for the allowed memory allocation limit in matrix-backed operations such as -canny. An attacker can supply a crafted image that causes ImageMagick to allocate more memory than permitted by the configured policy, resulting in a denial of service.
Published: 2026-07-11
Score: 4.8 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

ImageMagick before 7.1.2-26 and 6.9.13-51 lacks a check for the allowed memory allocation limit when performing matrix-backed operations such as -canny. An attacker can supply a crafted image that causes the library to allocate more memory than the configured policy permits, which can exhaust system resources and lead to a denial of service. This weakness corresponds to CWE-770, indicating a failure in proper resource management.

Affected Systems

The affected product is ImageMagick, specifically versions prior to 7.1.2-26 and 6.9.13-51. Any system or application that relies on these versions to process images is potentially impacted.

Risk and Exploitability

The CVSS score of 4.8 indicates a moderate impact. likelihood of exploitation, and the vulnerability is not listed in CISA KEV, further reducing the chances of widespread attacks. Attack vector is inferred to involve an attacker supplying a malicious image to. Successful exploitation would consume memory resources and may crash or halt the service handling the image, leading to denial of service. The practical feasibility depends on whether the application memory‑allocation path in the version in use. The EPSS score of < 1% indicates a very low probability of exploitation.

Generated by OpenCVE AI on July 29, 2026 at 09:06 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, to include the patch that restores the memory allocation limit check.
  • If an upgrade cannot be performed immediately, reduce the configured memory allocation policy limit or disable matrix-backed operations such as -canny to prevent excessive memory usage.
  • Implement input validation for all images before they reach ImageMagick, ensuring that size, format and integrity are checked to prevent maliciously crafted images from triggering the vulnerability.

Generated by OpenCVE AI on July 29, 2026 at 09:06 UTC.

Tracking

Sign in to view the affected projects.

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

Tue, 14 Jul 2026 15: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
References
Metrics threat_severity

None

threat_severity

Moderate


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

Type Values Removed Values Added
Description ImageMagick before 7.1.2-26 and 6.9.13-51 is missing a check for the allowed memory allocation limit in matrix-backed operations such as -canny. An attacker can supply a crafted image that causes ImageMagick to allocate more memory than permitted by the configured policy, resulting in a denial of service.
Title ImageMagick before 7.1.2-26 Memory Allocation Policy Bypass
First Time appeared Imagemagick
Imagemagick imagemagick
Weaknesses CWE-770
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-14T14:33:06.308Z

Reserved: 2026-07-09T14:07:55.625Z

Link: CVE-2026-61465

cve-icon Vulnrichment

Updated: 2026-07-14T14:32:55.746Z

cve-icon NVD

No data.

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-61465 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-07-29T09:15:05Z

Weaknesses
  • CWE-770

    Allocation of Resources Without Limits or Throttling