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-24708

CVE-2026-24708: OpenStack Nova Privilege Escalation Flaw

CVE-2026-24708 is a privilege escalation vulnerability in OpenStack Nova that allows attackers to destroy host data through malicious QCOW headers. This article covers technical details, affected versions, and mitigation.

Published: February 20, 2026

CVE-2026-24708 Overview

A critical vulnerability has been discovered in OpenStack Nova affecting versions before 30.2.2, 31 before 31.2.1, and 32 before 32.1.1. This flaw allows authenticated users to write a malicious QCOW header to a root or ephemeral disk and then trigger a resize operation. By exploiting this vulnerability, an attacker can convince Nova's Flat image backend to call qemu-img without proper format restrictions, resulting in an unsafe image resize operation that could destroy data on the host system.

This vulnerability is classified as CWE-669 (Incorrect Resource Transfer Between Spheres), indicating improper handling of resources across security boundaries. The attack requires network access and low privileges but involves high attack complexity.

Critical Impact

Successful exploitation could lead to destruction of data on host systems running OpenStack Nova compute nodes with the Flat image backend, potentially compromising the integrity and availability of cloud infrastructure.

Affected Products

  • OpenStack Nova versions before 30.2.2
  • OpenStack Nova versions 31 before 31.2.1
  • OpenStack Nova versions 32 before 32.1.1

Discovery Timeline

  • 2026-02-18 - CVE-2026-24708 published to NVD
  • 2026-02-19 - Last updated in NVD database

Technical Details for CVE-2026-24708

Vulnerability Analysis

The vulnerability exists in how OpenStack Nova's Flat image backend processes disk resize operations. When a compute node is configured with use_cow_images=False, Nova uses the Flat image backend to manage virtual machine disks. Under normal circumstances, qemu-img operations should enforce strict format validation to prevent malicious image headers from being interpreted during processing.

The flaw occurs because the Flat image backend fails to specify a format restriction when invoking qemu-img for resize operations. This allows an attacker who can write to a root or ephemeral disk to craft a malicious QCOW header. When a resize operation is subsequently triggered, qemu-img may interpret this malicious header, leading to unintended operations that can destroy data on the host system.

The attack requires the attacker to have authenticated access to the OpenStack environment with the ability to write to disk images and trigger resize operations. While the attack complexity is high due to the need for specific backend configurations, the potential impact on integrity and availability is severe.

Root Cause

The root cause is the failure to enforce format restrictions when Nova's Flat image backend calls qemu-img during resize operations. Without explicit format specification, qemu-img may auto-detect and process image formats based on headers embedded in the disk data, allowing an attacker-controlled QCOW header to influence the resize behavior.

This represents a case of incorrect resource transfer between security spheres (CWE-669), where user-controlled disk content can influence privileged operations on the host system.

Attack Vector

The attack leverages network access to the OpenStack environment. An authenticated attacker with low privileges can:

  1. Write a crafted malicious QCOW header to a root or ephemeral disk attached to their instance
  2. Trigger a resize operation on the affected disk
  3. Exploit the lack of format restrictions to cause qemu-img to misinterpret the disk contents
  4. Potentially cause data destruction on the host system

This attack only affects compute nodes using the Flat image backend, typically configured with use_cow_images=False. Environments using other image backends or default configurations may not be vulnerable.

For detailed technical information about the vulnerability mechanism and attack methodology, refer to the Launchpad Bug Report #2137507 and the OpenWall OSS Security Mailing.

Detection Methods for CVE-2026-24708

Indicators of Compromise

  • Unusual disk resize operations on compute nodes with Flat image backend
  • Unexpected qemu-img invocations without explicit format parameters in Nova logs
  • Anomalous disk activity or data corruption on hypervisor hosts
  • Error messages related to QCOW header parsing during resize operations

Detection Strategies

  • Monitor Nova compute logs for resize operations on nodes configured with use_cow_images=False
  • Implement file integrity monitoring on hypervisor host filesystems to detect unexpected modifications
  • Audit qemu-img command invocations to identify calls lacking format specification flags
  • Review OpenStack audit logs for unusual patterns of disk resize requests from individual tenants

Monitoring Recommendations

  • Enable verbose logging for Nova compute services to capture detailed qemu-img invocations
  • Implement alerting for any data corruption events on compute node storage
  • Monitor for QCOW header signatures in raw disk images where they should not exist
  • Track disk resize operation frequency per tenant to identify potential exploitation attempts

How to Mitigate CVE-2026-24708

Immediate Actions Required

  • Identify all compute nodes running with use_cow_images=False configuration
  • Upgrade OpenStack Nova to patched versions: 30.2.2, 31.2.1, or 32.1.1
  • Review recent disk resize operations for any suspicious activity
  • Consider temporarily disabling disk resize functionality on affected nodes until patches are applied

Patch Information

OpenStack has released security patches addressing this vulnerability. Organizations should upgrade to the following fixed versions:

  • Nova 30.x: Upgrade to version 30.2.2 or later
  • Nova 31.x: Upgrade to version 31.2.1 or later
  • Nova 32.x: Upgrade to version 32.1.1 or later

For additional details on the security patches, consult the Launchpad Bug Report #2137507.

Workarounds

  • Enable COW images by setting use_cow_images=True if operationally feasible, as this uses a different image backend
  • Restrict disk resize operations through policy controls until patches can be applied
  • Implement additional access controls to limit which users can trigger resize operations
  • Consider network segmentation to limit access to compute API endpoints
bash
# Check current image backend configuration
grep -r "use_cow_images" /etc/nova/nova.conf

# Temporary workaround: Enable COW images (if feasible)
# Edit /etc/nova/nova.conf and set:
# [DEFAULT]
# use_cow_images = True

# Restart Nova compute service after configuration change
systemctl restart nova-compute

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechOpenstack

  • SeverityHIGH

  • CVSS Score8.2

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:N/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-669
  • Technical References
  • Launchpad Bug Report #2137507

  • OpenWall OSS Security Mailing
  • Related CVEs
  • CVE-2026-22797: OpenStack Privilege Escalation Flaw

  • CVE-2026-28370: OpenStack Vitrage RCE 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