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

CVE-2026-23401: Linux Kernel Privilege Escalation Flaw

CVE-2026-23401 is a privilege escalation vulnerability in the Linux kernel's KVM x86/mmu subsystem that affects SPTE handling. This article covers the technical details, affected versions, impact, and mitigation.

Published: April 2, 2026

CVE-2026-23401 Overview

A vulnerability has been identified in the Linux kernel's KVM (Kernel-based Virtual Machine) x86 MMU (Memory Management Unit) subsystem related to improper handling of Shadow Page Table Entries (SPTEs). The flaw occurs when installing an emulated MMIO SPTE without first dropping or zapping the existing shadow-present SPTE, leading to potential system instability and kernel warnings.

Critical Impact

This vulnerability can cause kernel warnings and potential system instability when host userspace modifies a shadowed guest Page Table Entry (gPTE) to switch from a memslot to emulated MMIO, followed by a guest page fault.

Affected Products

  • Linux Kernel (KVM x86/mmu subsystem)
  • Systems running KVM with Intel VMX/EPT enabled
  • QEMU/KVM virtualization environments

Discovery Timeline

  • 2026-04-01 - CVE CVE-2026-23401 published to NVD
  • 2026-04-02 - Last updated in NVD database

Technical Details for CVE-2026-23401

Vulnerability Analysis

The vulnerability exists in the KVM x86 MMU code responsible for managing Shadow Page Table Entries (SPTEs). When KVM installs an emulated MMIO SPTE, it should first drop or zap any existing shadow-present SPTE. However, the current implementation fails to account for scenarios where host userspace modifies guest memory outside the scope of KVM operations.

Specifically, while commit a54aa15c6bda3 correctly identified that converting a shadow-present SPTE to an MMIO SPTE due to a guest write was impossible, it did not consider cases where host userspace directly modifies a shadowed guest Page Table Entry (gPTE). When the host switches a gPTE from a memslot to emulated MMIO and the guest subsequently triggers a page fault, KVM attempts to install the MMIO SPTE without properly zapping the existing shadow-present SPTE first.

This triggers a kernel warning at mark_mmio_spte+0xb2/0xc0 in the KVM module, specifically checking is_shadow_present_pte(*sptep), indicating an inconsistent SPTE state.

Root Cause

The root cause is incomplete state management in the KVM MMU code when transitioning SPTEs from shadow-present to MMIO type. The code path in mmu_set_spte calls mark_mmio_spte without first validating and clearing any pre-existing shadow-present SPTE. This oversight stems from an assumption that such transitions could only occur through guest-initiated operations, ignoring legitimate host userspace modifications to guest memory mappings.

Attack Vector

The vulnerability can be triggered through the following sequence:

  1. Host userspace establishes a KVM guest with EPT (Extended Page Tables) enabled
  2. A guest page is mapped through a normal memslot with a shadow-present SPTE
  3. Host userspace modifies the shadowed gPTE to redirect from the memslot to emulated MMIO
  4. The guest triggers a page fault on the affected address
  5. KVM attempts to install an MMIO SPTE over the existing shadow-present SPTE
  6. The kernel triggers a warning due to the inconsistent SPTE state

The call trace demonstrates the fault path through ept_page_fault → mmu_set_spte → mark_mmio_spte, where the assertion is_shadow_present_pte(*sptep) fails, indicating an unexpected pre-existing shadow-present SPTE.

Detection Methods for CVE-2026-23401

Indicators of Compromise

  • Kernel warning messages containing is_shadow_present_pte(*sptep) assertions
  • Warnings originating from mark_mmio_spte function in the KVM module
  • Call traces showing ept_page_fault → mmu_set_spte → mark_mmio_spte sequence
  • KVM module errors in systems running virtualized workloads with EPT enabled

Detection Strategies

  • Monitor kernel logs (dmesg, /var/log/kern.log) for KVM-related warnings and assertions
  • Implement audit rules for KVM ioctl operations, particularly kvm_vcpu_ioctl
  • Deploy runtime kernel integrity monitoring to detect abnormal KVM behavior
  • Use SentinelOne's kernel-level monitoring capabilities to track KVM subsystem anomalies

Monitoring Recommendations

  • Enable verbose KVM logging to capture SPTE transition events
  • Configure alerting for kernel warnings containing kvm or kvm_intel module references
  • Monitor virtual machine stability metrics for unexpected guest faults or exits
  • Implement continuous monitoring of /sys/kernel/debug/kvm/ statistics for anomalies

How to Mitigate CVE-2026-23401

Immediate Actions Required

  • Update the Linux kernel to a patched version containing the fix
  • Review and restrict host userspace access to guest memory mappings where possible
  • Monitor KVM-enabled systems for warning messages indicating exploitation attempts
  • Consider temporarily disabling affected virtualization features in high-security environments until patched

Patch Information

The vulnerability has been resolved in the Linux kernel through multiple commits that ensure the existing shadow-present SPTE is properly dropped/zapped before installing an MMIO SPTE. The fix modifies the SPTE installation logic in mmu_set_spte to perform the zap operation prior to calling mark_mmio_spte.

Patch commits are available from the kernel.org stable tree:

  • Kernel Git Commit 459158151a15
  • Kernel Git Commit 695320de6ead
  • Kernel Git Commit aad885e77496
  • Kernel Git Commit bce7fe59d435
  • Kernel Git Commit fd28c5618699

Workarounds

  • Limit host userspace operations that modify guest Page Table Entries during active VM execution
  • Implement strict access controls on QEMU/KVM management interfaces
  • Use kernel live patching solutions to apply the fix without system restart where supported
  • Deploy SentinelOne endpoint protection to monitor for kernel-level anomalies and potential exploitation
bash
# Check current kernel version and KVM module status
uname -r
lsmod | grep kvm

# Verify kernel is updated to patched version
# Update kernel through your distribution's package manager
# For Debian/Ubuntu:
sudo apt update && sudo apt upgrade linux-image-$(uname -r)

# For RHEL/CentOS:
sudo yum update kernel

# Restart system to apply kernel updates
sudo reboot

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechLinux Kernel

  • SeverityNONE

  • CVSS ScoreN/A

  • EPSS Probability0.02%

  • Known ExploitedNo
  • Impact Assessment
  • ConfidentialityNone
  • IntegrityNone
  • AvailabilityNone
  • Technical References
  • Kernel Git Commit Update

  • Kernel Git Commit Update

  • Kernel Git Commit Update

  • Kernel Git Commit Update

  • Kernel Git Commit Update
  • Related CVEs
  • CVE-2026-23417: Linux Kernel Privilege Escalation Flaw

  • CVE-2026-23402: Linux Kernel Privilege Escalation Flaw

  • CVE-2026-23409: Linux Kernel Privilege Escalation Flaw

  • CVE-2026-23296: Linux Kernel Privilege Escalation Flaw
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