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

CVE-2026-24054: Kata Containers DOS Vulnerability

CVE-2026-24054 is a denial of service vulnerability in Kata Containers affecting versions prior to 3.26.0. Malformed container images can cause filesystem errors and host block device issues. This article covers technical details, affected versions, impact assessment, and mitigation strategies.

Published: January 29, 2026

CVE-2026-24054 Overview

CVE-2026-24054 is a high-severity vulnerability affecting Kata Containers, an open source project that provides a standard implementation of lightweight Virtual Machines (VMs) designed to perform like containers. In versions prior to 3.26.0, when a container image is malformed or contains no layers, containerd falls back to bind-mounting an empty snapshotter directory for the container rootfs. When the Kata runtime attempts to mount this container rootfs, the bind mount causes the rootfs to be detected as a block device, leading to the underlying device being incorrectly hotplugged to the guest VM. This improper handling (CWE-754: Improper Check for Unusual or Exceptional Conditions) can cause filesystem-level errors on the host due to double inode allocation and may result in the host's block device being mounted as read-only.

Critical Impact

This vulnerability can compromise host filesystem integrity through double inode allocation and force the host's block device into read-only mode, potentially causing denial of service conditions and data corruption across the container infrastructure.

Affected Products

  • Kata Containers versions prior to 3.26.0
  • Systems using containerd with overlay snapshotter
  • Container environments utilizing Kata runtime for VM-based isolation

Discovery Timeline

  • 2026-01-29 - CVE CVE-2026-24054 published to NVD
  • 2026-01-29 - Last updated in NVD database

Technical Details for CVE-2026-24054

Vulnerability Analysis

This vulnerability stems from inadequate validation when processing container rootfs mount operations. When containerd encounters a malformed container image or one without any layers, it defaults to bind-mounting an empty snapshotter directory as the container rootfs. The Kata runtime's mount detection logic then incorrectly identifies this bind mount as a block device rather than a directory-based filesystem.

The critical issue occurs in the virtcontainers component where the rootfs type detection fails to account for this edge case. When the runtime detects what it believes to be a block device, it proceeds to hotplug the underlying host block device directly into the guest VM for performance optimization—a feature designed for legitimate storage drivers like devicemapper. However, in this attack scenario, the hotplugged device is not an isolated container storage device but rather a shared host block device.

This leads to filesystem-level corruption through double inode allocation, where both the host and guest attempt to manage the same inodes independently. The host's block device may subsequently be remounted as read-only as a protective measure, causing service disruption.

Root Cause

The root cause is classified under CWE-754 (Improper Check for Unusual or Exceptional Conditions). The vulnerability exists because the Kata runtime does not properly validate the nature of the rootfs mount before determining whether to use block device hotplugging. Specifically, when containerd falls back to using an empty snapshotter directory as a bind mount, the runtime's detection logic in container.go misinterprets this as a block device eligible for direct hotplugging, rather than recognizing it as an exceptional condition requiring different handling.

Attack Vector

The attack is network-accessible (as indicated by the CVSS vector AV:N), requiring an attacker to craft or provide a malformed container image with no layers. When this image is pulled and run on a system using Kata Containers with containerd, the following sequence occurs:

  1. The malformed image triggers containerd's fallback behavior
  2. An empty snapshotter directory is bind-mounted as the container rootfs
  3. Kata runtime misdetects this as a block device
  4. The host's underlying block device is hotplugged to the guest VM
  5. Both host and guest attempt to access the same filesystem simultaneously
  6. Double inode allocation causes filesystem corruption
  7. Host block device may be forced into read-only mode

The fix changes the default behavior to disable block device hotplugging:

text
 DEFENTROPYSOURCE := /dev/urandom
 DEFVALIDENTROPYSOURCES := [\"/dev/urandom\",\"/dev/random\",\"\"]
 
-DEFDISABLEBLOCK := false
+DEFDISABLEBLOCK := true
 DEFSHAREDFS_CLH_VIRTIOFS := virtio-fs
 DEFSHAREDFS_QEMU_VIRTIOFS := virtio-fs
 # Please keep DEFSHAREDFS_QEMU_COCO_DEV_VIRTIOFS in sync with TDX/SNP

Source: GitHub Commit Update

Detection Methods for CVE-2026-24054

Indicators of Compromise

  • Unexpected read-only remounting of host block devices
  • Filesystem errors in system logs indicating double inode allocation or corruption
  • Container failures during rootfs mount operations with empty or malformed images
  • Unusual block device hotplug events in Kata runtime logs

Detection Strategies

  • Monitor for filesystem corruption warnings in dmesg and /var/log/messages related to inode conflicts
  • Audit container image pulls for images with zero or malformed layers
  • Implement container image scanning to detect malformed manifests before deployment
  • Track block device mount state changes for unexpected read-only transitions

Monitoring Recommendations

  • Enable verbose logging in Kata runtime to capture rootfs detection events
  • Set up alerts for filesystem remount events, particularly read-only transitions
  • Monitor containerd logs for fallback behavior indicators when processing container images
  • Implement centralized logging for correlation of container deployment events with filesystem anomalies

How to Mitigate CVE-2026-24054

Immediate Actions Required

  • Upgrade Kata Containers to version 3.26.0 or later immediately
  • Review running containers for any that may have been deployed from malformed images
  • Enable the disable_block_device_use configuration option if unable to upgrade immediately
  • Audit container registries for potentially malicious or malformed images

Patch Information

The vulnerability is addressed in Kata Containers version 3.26.0. The fix changes the default value of DEFDISABLEBLOCK from false to true, preventing block device hotplugging for container rootfs by default. This forces the use of virtio-fs for passing the rootfs instead of direct block device access.

For detailed information about the security fix, refer to the GitHub Security Advisory GHSA-5fc8 and the GitHub Commit Update.

Workarounds

  • Set disable_block_device_use = true in the Kata configuration file before upgrading
  • Implement container image validation policies to reject images with no layers
  • Consider temporarily restricting container deployment from untrusted registries
  • Use admission controllers to validate container images before scheduling

The configuration change can be applied in the Kata Containers configuration file:

text
# Disable hotplugging host block devices to guest VMs for container rootfs.
# In case of a storage driver like devicemapper where a container's
# root file system is backed by a block device, the block device is passed
# directly to the hypervisor for performance reasons.
# This flag prevents the block device from being passed to the hypervisor,
# virtio-fs is used instead to pass the rootfs.
# WARNING:
#   Don't set this flag to false if you don't understand well the behavior of
#   your container runtime and image snapshotter. Some snapshotters might use
#   container image storage devices that are not meant to be hotplugged into a
#   guest VM - e.g., because they contain files used by the host or by other
#   guests.
disable_block_device_use = @DEFDISABLEBLOCK@

Source: GitHub Commit Update

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechKata Containers

  • SeverityHIGH

  • CVSS Score8.8

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:H/SC:N/SI:H/SA:H/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-754
  • Technical References
  • GitHub Overlay Snapshot Code

  • GitHub Virtcontainers Code Snippet

  • GitHub Virtcontainers Code Section

  • GitHub Commit Update

  • GitHub Security Advisory GHSA-5fc8
  • Related CVEs
  • CVE-2026-24834: Kata Containers RCE 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