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
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • 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-28690

CVE-2026-28690: ImageMagick Buffer Overflow Vulnerability

CVE-2026-28690 is a stack buffer overflow flaw in ImageMagick's MNG encoder that allows attackers to corrupt the stack with controlled data. This article covers technical details, affected versions, and mitigation.

Published: March 13, 2026

CVE-2026-28690 Overview

A stack buffer overflow vulnerability has been identified in ImageMagick, the widely-used open-source software for editing and manipulating digital images. The vulnerability exists in the MNG (Multiple-image Network Graphics) encoder component, where missing bounds checks allow an attacker to corrupt the stack with attacker-controlled data. This flaw affects ImageMagick versions prior to 7.1.2-16 and 6.9.13-41.

Critical Impact

Successful exploitation of this stack buffer overflow could allow attackers to corrupt stack memory, potentially leading to code execution or denial of service when processing maliciously crafted MNG image files.

Affected Products

  • ImageMagick versions prior to 7.1.2-16
  • ImageMagick versions prior to 6.9.13-41
  • All platforms running vulnerable ImageMagick installations (Linux, Windows, macOS)

Discovery Timeline

  • 2026-03-10 - CVE-2026-28690 published to NVD
  • 2026-03-11 - Last updated in NVD database

Technical Details for CVE-2026-28690

Vulnerability Analysis

This vulnerability is classified as CWE-121 (Stack-based Buffer Overflow), a memory corruption vulnerability that occurs when data is written beyond the boundaries of a fixed-length stack buffer. In the context of ImageMagick's MNG encoder, the flaw stems from insufficient validation of input data during the encoding process.

The MNG format is a complex image format that supports multiple frames and animation. When ImageMagick processes or converts images to MNG format, the encoder handles various data structures that require proper bounds checking. The absence of these checks creates a condition where oversized or malformed input can overflow the allocated stack buffer.

This is a local attack vector vulnerability requiring user interaction, meaning an attacker would need to convince a victim to process a malicious image file. However, given ImageMagick's widespread use in automated image processing pipelines, web applications, and content management systems, the attack surface is substantial.

Root Cause

The root cause of CVE-2026-28690 lies in missing bounds checks within the MNG encoder functionality. When processing image data for MNG encoding, the affected code paths fail to validate that input data fits within the allocated stack buffer before writing. This allows attacker-controlled data to overflow the buffer boundaries and overwrite adjacent stack memory, including potentially sensitive data such as return addresses and saved registers.

Attack Vector

The vulnerability requires local access and user interaction to exploit. An attacker would typically craft a malicious image file designed to trigger the buffer overflow when processed by ImageMagick's MNG encoder. Attack scenarios include:

  • Uploading a malicious image to a web application that uses ImageMagick for image conversion
  • Sending a crafted image file via email or messaging to trick users into opening it with ImageMagick-based tools
  • Placing malicious images in shared directories processed by automated ImageMagick scripts
  • Exploiting CI/CD pipelines or build systems that process untrusted image content

The vulnerability affects the integrity and availability of systems, with potential for high impact on both. When the stack is corrupted with attacker-controlled data, it could lead to arbitrary code execution, application crashes, or denial of service conditions.

Detection Methods for CVE-2026-28690

Indicators of Compromise

  • Unexpected crashes or segmentation faults in ImageMagick processes during MNG file processing
  • Abnormal memory access patterns or stack corruption errors in system logs
  • Presence of unusually structured or oversized MNG files in upload directories or processing queues
  • ImageMagick error messages indicating buffer overruns or memory violations

Detection Strategies

  • Monitor ImageMagick process behavior for abnormal terminations or memory access violations
  • Implement file integrity monitoring on directories containing ImageMagick configuration files
  • Deploy endpoint detection solutions capable of identifying stack buffer overflow exploitation attempts
  • Use application-level logging to track MNG encoding operations and detect anomalies

Monitoring Recommendations

  • Enable verbose logging in ImageMagick to capture detailed processing information
  • Configure system-level crash handlers to collect core dumps for forensic analysis
  • Implement real-time monitoring of ImageMagick process resource usage and crash rates
  • Set up alerts for unusual file processing patterns or high volumes of MNG conversions

How to Mitigate CVE-2026-28690

Immediate Actions Required

  • Upgrade ImageMagick to version 7.1.2-16 or later for the 7.x branch
  • Upgrade ImageMagick to version 6.9.13-41 or later for the 6.x branch
  • Audit systems for ImageMagick installations and prioritize patching internet-facing or high-risk systems
  • Review ImageMagick policy.xml configurations to restrict MNG processing if not required

Patch Information

ImageMagick has released security patches addressing this vulnerability. Users should upgrade to the fixed versions (7.1.2-16 for the 7.x series or 6.9.13-41 for the 6.x series) immediately. Detailed information about the vulnerability and patch can be found in the ImageMagick Security Advisory.

Package managers for major Linux distributions should have updated packages available. Users can also compile from source using the latest tagged releases from the official ImageMagick repository.

Workarounds

  • Disable MNG encoding in ImageMagick's policy.xml if MNG format is not required for your use case
  • Implement input validation to reject MNG files before they reach ImageMagick processing
  • Use containerization or sandboxing to isolate ImageMagick processing from critical system components
  • Configure resource limits in policy.xml to constrain ImageMagick's memory and processing capabilities
bash
# Example policy.xml configuration to disable MNG encoding
# Add to /etc/ImageMagick-7/policy.xml or equivalent location
cat >> /etc/ImageMagick-7/policy.xml << 'EOF'
<policymap>
  <!-- Disable MNG format processing as a mitigation for CVE-2026-28690 -->
  <policy domain="coder" rights="none" pattern="MNG" />
</policymap>
EOF

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechImagemagick

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:L/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-121
  • Vendor Resources
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-33536: ImageMagick Buffer Overflow Vulnerability

  • CVE-2026-32636: ImageMagick Buffer Overflow Vulnerability

  • CVE-2026-32259: ImageMagick Buffer Overflow Vulnerability

  • CVE-2026-28493: ImageMagick Buffer Overflow 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