Cyber Resilience

CVE-2026-26066

Medium

Published: 24 February 2026

Published
24 February 2026
Modified
24 February 2026
KEV Added
Patch
CVSS Score v3.1 6.2 CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
EPSS Score 0.0002 5.4th percentile
Risk Priority 12 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-26066 is a medium-severity Uncontrolled Resource Consumption (CWE-400) vulnerability in Imagemagick Imagemagick. Its CVSS base score is 6.2 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Application or System Exploitation (T1499.004); ranked at the 5.4th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2026-26066 is a vulnerability in ImageMagick, a free and open-source software suite for editing and manipulating digital images. In versions prior to 7.1.2-15 and 6.9.13-40, a crafted image profile containing invalid IPTC data can trigger an infinite loop when the IPTCTEXT writer processes it. This issue is classified under CWE-400 (Uncontrolled Resource Consumption) and CWE-835 (Infinite Loop), with a CVSS v3.1 base score of 6.2 (AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H), indicating high availability impact but no confidentiality or integrity effects.

A local attacker with no privileges required can exploit this vulnerability by supplying a maliciously crafted image file to an ImageMagick instance running IPTCTEXT. The processing of the invalid IPTC data leads to an infinite loop, causing resource exhaustion and denial of service, such as application hangs or system slowdowns. No user interaction is needed beyond local access to invoke the vulnerable code path.

The official patch is available in ImageMagick versions 7.1.2-15 and 6.9.13-40. Additional details are provided in the GitHub security advisory at https://github.com/ImageMagick/ImageMagick/security/advisories/GHSA-v994-63cg-9wj3, which security practitioners should review for full remediation guidance.

EU & UK References

Vulnerability details

ImageMagick is free and open-source software used for editing and manipulating digital images. Prior to versions 7.1.2-15 and 6.9.13-40, a crafted profile contain invalid IPTC data may cause an infinite loop when writing it with `IPTCTEXT`. Versions 7.1.2-15 and 6.9.13-40…

more

contain a patch.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1499.004 Application or System Exploitation Impact
Adversaries may exploit software vulnerabilities that can cause an application or system to crash and deny availability to users.
Why these techniques?

The vulnerability directly enables local exploitation of ImageMagick's IPTCTEXT processing to trigger an infinite loop and resource exhaustion (CWE-400/835), mapping to application/system exploitation for endpoint denial of service.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2026-26283Same product: Imagemagick Imagemagick
CVE-2026-22770Same product: Imagemagick Imagemagick
CVE-2026-30931Same product: Imagemagick Imagemagick
CVE-2026-28691Same product: Imagemagick Imagemagick
CVE-2026-33908Same product: Imagemagick Imagemagick
CVE-2026-25799Same product: Imagemagick Imagemagick
CVE-2026-30883Same product: Imagemagick Imagemagick
CVE-2026-25796Same product: Imagemagick Imagemagick
CVE-2026-25989Same product: Imagemagick Imagemagick
CVE-2026-25795Same product: Imagemagick Imagemagick

Affected Assets

imagemagick
imagemagick
≤ 6.9.13-40 · 7.0.0-0 — 7.1.2-15

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires applying the vendor patch in versions 7.1.2-15/6.9.13-40 that eliminates the infinite loop on invalid IPTC data.

prevent

Mandates validation of input data (IPTC profiles) to reject malformed content before the IPTCTEXT writer enters an uncontrolled loop.

prevent

Requires mechanisms to protect against resource-exhaustion DoS caused by the infinite loop when processing the crafted image file.

References