The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-26066

CVE-2026-26066: ImageMagick DOS Vulnerability

CVE-2026-26066 is a denial of service vulnerability in ImageMagick caused by crafted IPTC profiles triggering infinite loops. This article covers technical details, affected versions, impact, and mitigation.

Published: February 27, 2026

CVE-2026-26066 Overview

ImageMagick, a widely-used open-source software suite for image editing and manipulation, contains a denial of service vulnerability in its IPTC profile handling functionality. Prior to versions 7.1.2-15 and 6.9.13-40, a specially crafted profile containing invalid IPTC data can trigger an infinite loop when the application attempts to write it using the IPTCTEXT mechanism. This vulnerability allows remote attackers to cause resource exhaustion and denial of service conditions on affected systems.

Critical Impact

Attackers can remotely trigger an infinite loop condition by supplying maliciously crafted image files with invalid IPTC profile data, leading to CPU exhaustion and denial of service on systems processing untrusted images.

Affected Products

  • ImageMagick versions prior to 7.1.2-15
  • ImageMagick versions prior to 6.9.13-40
  • Applications and services utilizing vulnerable ImageMagick libraries for image processing

Discovery Timeline

  • 2026-02-24 - CVE-2026-26066 published to NVD
  • 2026-02-24 - Last updated in NVD database

Technical Details for CVE-2026-26066

Vulnerability Analysis

This vulnerability is classified under CWE-835 (Loop with Unreachable Exit Condition - Infinite Loop) and CWE-400 (Uncontrolled Resource Consumption). The flaw resides in ImageMagick's IPTC profile handling code, specifically within the IPTCTEXT writing functionality.

When processing image files containing embedded IPTC metadata profiles, ImageMagick performs validation and transformation operations on the profile data. The vulnerable code path fails to properly validate certain boundary conditions within the IPTC data structure, allowing an attacker to craft a malicious profile that causes the parser to enter a loop without a reachable exit condition.

The attack can be executed over the network without requiring any authentication or user interaction, making it particularly dangerous for web applications and services that automatically process user-uploaded images. Systems running image processing pipelines, content management systems, and web applications using ImageMagick for thumbnail generation or image conversion are at elevated risk.

Root Cause

The root cause stems from improper input validation in the IPTC profile parsing and writing routines. When encountering malformed IPTC data structures, the code fails to implement proper loop termination conditions or iteration limits. The IPTCTEXT writer does not adequately validate the integrity of profile data before attempting to process it, allowing crafted inputs to manipulate loop control variables in a way that prevents normal termination.

Attack Vector

An attacker can exploit this vulnerability by crafting an image file containing a malicious IPTC profile with specifically malformed data structures. When this file is processed by a vulnerable ImageMagick installation—whether through command-line tools, library calls, or web application integration—the infinite loop is triggered.

The attack does not require any special privileges and can be executed remotely by simply submitting a malicious image to any service that processes images using ImageMagick. Common attack scenarios include uploading malicious images to web applications, sending images via email to systems with automatic processing, or placing malicious files in directories monitored by batch processing systems.

Detection Methods for CVE-2026-26066

Indicators of Compromise

  • Abnormally high CPU utilization by ImageMagick processes (convert, identify, mogrify, or related binaries)
  • ImageMagick processes that remain running indefinitely without completing
  • Application threads or worker processes becoming unresponsive during image processing operations
  • Memory and resource exhaustion alerts triggered by image processing services

Detection Strategies

  • Monitor for ImageMagick processes consuming excessive CPU time (>95% for extended periods)
  • Implement process timeout monitoring for image conversion operations
  • Deploy file integrity monitoring on ImageMagick binary installations to verify version compliance
  • Use application-level logging to track image processing duration and identify anomalous operations

Monitoring Recommendations

  • Configure alerting thresholds for CPU consumption by image processing services
  • Implement request timeout policies at the web application layer for image upload endpoints
  • Monitor system logs for repeated process terminations or out-of-memory events in image processing contexts
  • Track ImageMagick version information across infrastructure to ensure patch compliance

How to Mitigate CVE-2026-26066

Immediate Actions Required

  • Update ImageMagick to version 7.1.2-15 or later (for version 7.x branch)
  • Update ImageMagick to version 6.9.13-40 or later (for version 6.x branch)
  • Implement resource limits and process timeouts for ImageMagick operations pending patch deployment
  • Review and restrict ImageMagick policy files to limit potentially dangerous operations

Patch Information

The vulnerability has been addressed in ImageMagick versions 7.1.2-15 and 6.9.13-40. Organizations should prioritize upgrading to these patched versions immediately. For detailed patch information and security advisory, refer to the GitHub Security Advisory GHSA-v994-63cg-9wj3.

Workarounds

  • Configure ImageMagick policy.xml to restrict IPTC profile processing by adding appropriate policy directives
  • Implement application-level timeouts for all ImageMagick operations to prevent runaway processes
  • Use sandboxing or containerization with resource limits (CPU, memory, time) for ImageMagick processes
  • Consider pre-validating uploaded images using alternative tools before ImageMagick processing
bash
# Example policy.xml configuration to add resource limits
# Add to /etc/ImageMagick-7/policy.xml or equivalent location
# <policy domain="resource" name="time" value="120"/>
# <policy domain="resource" name="thread" value="2"/>
# <policy domain="resource" name="disk" value="1GiB"/>

# Set process timeout using timeout command wrapper
timeout 60 convert input.jpg output.png

# Alternative: Use ulimit to restrict CPU time
ulimit -t 60
convert input.jpg output.png

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechImagemagick

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-400

  • CWE-835
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-33535: ImageMagick DoS Vulnerability

  • CVE-2026-31853: ImageMagick SFW Decoder DoS Vulnerability

  • CVE-2026-25985: ImageMagick DOS Vulnerability

  • CVE-2026-25982: ImageMagick Heap Out-of-Bounds Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English