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-2024-4467

CVE-2024-4467: QEMU Disk Image Utility DoS Vulnerability

CVE-2024-4467 is a denial of service flaw in QEMU disk image utility that allows crafted image files to consume excessive memory or CPU resources. This article covers the technical details, affected systems, and mitigations.

Updated: January 22, 2026

CVE-2024-4467 Overview

A resource exhaustion and arbitrary file access vulnerability has been identified in the QEMU disk image utility (qemu-img) within the info command functionality. The flaw exists in how the utility processes specially crafted image files containing malicious json:{} values that describe block devices using the QEMU Machine Protocol (QMP). When a user runs qemu-img info on a malicious image file, the process can be manipulated to consume excessive memory or CPU resources, resulting in denial of service conditions. More critically, the vulnerability can also be exploited to perform unauthorized read/write operations to existing external files on the host system.

Critical Impact

Attackers with local access can craft malicious disk images that, when processed by qemu-img, lead to denial of service through resource exhaustion or enable unauthorized read/write access to files on the host system.

Affected Products

  • QEMU (qemu-img utility)
  • Red Hat Enterprise Linux virtualization components
  • Systems running QEMU-based virtualization with qemu-img utility

Discovery Timeline

  • July 2, 2024 - CVE-2024-4467 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2024-4467

Vulnerability Analysis

This vulnerability is classified under CWE-400 (Uncontrolled Resource Consumption) and enables both denial of service and potential file system access attacks. The flaw resides in the qemu-img info command's handling of disk image metadata, specifically when processing JSON-formatted block device descriptions.

The vulnerability arises from insufficient validation of json:{} pseudo-protocol values embedded within disk image files. QEMU's block layer supports various protocols for accessing disk images, and the JSON pseudo-protocol allows for complex, nested block device configurations. When qemu-img info parses these configurations, it fails to properly limit resource consumption or restrict file access scope.

An attacker with the ability to create or supply a malicious disk image can embed specially crafted JSON block device specifications. Upon processing, the qemu-img utility may enter states where it allocates unbounded memory, performs excessive CPU operations, or follows file references that grant access to arbitrary files on the host filesystem.

Root Cause

The root cause lies in improper input validation within QEMU's block device configuration parser. When the qemu-img info command encounters a disk image containing json:{} protocol specifications, it recursively processes the embedded configuration without adequate bounds checking. This allows attackers to specify:

  1. Deeply nested or circular JSON structures that exhaust memory or CPU during parsing
  2. Block device references pointing to existing files outside the intended scope
  3. Configuration parameters that trigger excessive resource allocation

The parser fails to implement proper limits on recursion depth, reference resolution, and resource allocation, creating multiple exploitation paths.

Attack Vector

The attack requires local access to the target system. The exploitation scenario involves:

  1. An attacker crafts a malicious disk image file containing embedded json:{} block device specifications
  2. The malicious image is placed on a system where qemu-img is available
  3. When a user or automated process runs qemu-img info on the malicious image, the vulnerability is triggered
  4. Depending on the payload, the result is either:
    • Resource exhaustion causing denial of service
    • Unauthorized read/write access to files specified in the malicious JSON configuration

The vulnerability is particularly concerning in environments where untrusted disk images may be processed, such as cloud platforms, virtualization infrastructure, or development environments where users may inspect disk images from various sources.

Detection Methods for CVE-2024-4467

Indicators of Compromise

  • Unexpected high memory consumption by qemu-img processes
  • Abnormal CPU utilization spikes during disk image inspection operations
  • Unusual file access patterns from qemu-img processes to sensitive system files
  • Presence of disk image files with embedded json:{} protocol specifications targeting external files

Detection Strategies

  • Monitor qemu-img process resource consumption for anomalous memory or CPU usage patterns
  • Implement file integrity monitoring on sensitive system files to detect unauthorized access from QEMU processes
  • Log and audit all qemu-img info command executions, particularly on untrusted or user-supplied disk images
  • Deploy endpoint detection rules that alert on qemu-img processes accessing files outside normal virtualization directories

Monitoring Recommendations

  • Configure process monitoring to alert when qemu-img exceeds normal resource thresholds
  • Enable comprehensive logging for file access operations by virtualization utilities
  • Review and audit disk images before processing in production environments
  • Implement sandboxing or containerization for disk image inspection operations

How to Mitigate CVE-2024-4467

Immediate Actions Required

  • Update QEMU and related packages to the latest patched versions from your distribution
  • Restrict execution of qemu-img to trusted administrators only
  • Avoid running qemu-img info on untrusted or unverified disk images
  • Implement resource limits (cgroups, ulimits) on processes that handle disk images

Patch Information

Multiple security advisories have been released to address this vulnerability. Red Hat has published several security advisories including RHSA-2024:4276, RHSA-2024:4277, RHSA-2024:4278, RHSA-2024:4372, RHSA-2024:4373, RHSA-2024:4374, RHSA-2024:4420, RHSA-2024:4724, and RHSA-2024:4727. NetApp has also issued NTAP-20240822-0005. Organizations should apply these patches immediately following their change management procedures. Additional technical details are available via the Red Hat CVE Analysis and Red Hat Bug Report #2278875.

Workarounds

  • Run qemu-img within containers or sandboxed environments with restricted filesystem access
  • Implement mandatory access control (SELinux, AppArmor) policies that limit qemu-img file access scope
  • Use cgroups to impose strict memory and CPU limits on qemu-img processes
  • Validate disk images with trusted tools before processing with qemu-img info
bash
# Example: Restrict qemu-img with cgroups and resource limits
# Create a cgroup with memory and CPU limits
sudo cgcreate -g memory,cpu:qemu-img-restricted
sudo cgset -r memory.limit_in_bytes=512M qemu-img-restricted
sudo cgset -r cpu.cfs_quota_us=50000 qemu-img-restricted

# Run qemu-img within the restricted cgroup
sudo cgexec -g memory,cpu:qemu-img-restricted qemu-img info /path/to/image.qcow2

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechQemu

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-400
  • Technical References
  • Red Hat Security Advisory RHSA-2024:4276

  • Red Hat Security Advisory RHSA-2024:4277

  • Red Hat Security Advisory RHSA-2024:4278

  • Red Hat Security Advisory RHSA-2024:4372

  • Red Hat Security Advisory RHSA-2024:4373

  • Red Hat Security Advisory RHSA-2024:4374

  • Red Hat Security Advisory RHSA-2024:4420

  • Red Hat Security Advisory RHSA-2024:4724

  • Red Hat Security Advisory RHSA-2024:4727

  • Red Hat CVE Analysis CVE-2024-4467

  • Red Hat Bug Report #2278875

  • OpenWall OSS-Security Discussion

  • NetApp Security Advisory NTAP-20240822-0005
  • Related CVEs
  • CVE-2026-2243: QEMU VMDK Image DoS Vulnerability

  • CVE-2025-14876: QEMU virtio-crypto DoS Vulnerability

  • CVE-2026-0665: QEMU KVM Xen Guest Support DoS Vulnerability

  • CVE-2024-7409: QEMU NBD Server DoS Vulnerability
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