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

CVE-2026-23005: Linux Kernel Privilege Escalation Flaw

CVE-2026-23005 is a privilege escalation vulnerability in the Linux kernel's x86 FPU handling that can cause kernel panics. This article covers technical details, affected versions, security impact, and mitigation.

Published: January 30, 2026

CVE-2026-23005 Overview

A kernel panic vulnerability has been identified in the Linux kernel's x86/fpu subsystem affecting KVM virtualization. The flaw occurs in the handling of guest XSAVE state when XFD (Extended Feature Disable) is enabled. When loading guest XSAVE state via KVM_SET_XSAVE or when updating XFD in response to a guest WRMSR instruction, the kernel fails to clear XFD-disabled features in the saved XSTATE_BV, leading to a kernel panic condition.

The vulnerability is triggered when the kernel executes XRSTOR with the guest's XFD while having XSTATE_BV[i]=1 with XFD[i]=1, causing a #NM (Device Not Available) exception that crashes the host kernel.

Critical Impact

This vulnerability can cause complete host kernel panic when running KVM guests using AMX (Advanced Matrix Extensions) features, resulting in denial of service affecting all virtualized workloads on the affected host.

Affected Products

  • Linux kernel with KVM virtualization support
  • Systems with Intel AMX (Advanced Matrix Extensions) capabilities
  • KVM-based virtualization platforms (QEMU, libvirt, etc.)

Discovery Timeline

  • 2026-01-25 - CVE CVE-2026-23005 published to NVD
  • 2026-01-26 - Last updated in NVD database

Technical Details for CVE-2026-23005

Vulnerability Analysis

The vulnerability exists in the Linux kernel's FPU (Floating Point Unit) management code for KVM guests, specifically in how the kernel handles extended processor state (XSAVE/XRSTOR) when XFD is active.

When a guest VM executes WRMSR(MSR_IA32_XFD) to set XFD[18] = 1, and a host IRQ triggers kernel_fpu_begin() prior to the vmexit handler's call to fpu_update_guest_xfd(), the XSTATE_BV and XFD bits become desynchronized. Similarly, when userspace applications use KVM_SET_XSAVE to set XSTATE_BV[i]=1 while XFD[i]=1, the condition for kernel panic is met.

Upon the subsequent XRSTOR operation, the processor raises a #NM exception because it encounters an enabled bit in XSTATE_BV for a feature that is disabled via XFD. The kernel's exception handler at exc_device_not_available+0x101/0x110 triggers a WARNING followed by a panic, as this condition is not properly handled.

The crash occurs in the restore_fpregs_from_fpstate() function during FPU state restoration, affecting critical KVM code paths including kvm_arch_vcpu_ioctl_run() and kvm_load_guest_fpu().

Root Cause

The root cause is a race condition between guest XFD modifications and kernel interrupt handling. The fpu_update_guest_xfd() function sets XFD without first clearing the corresponding bits in XSTATE_BV, creating a window where:

  1. Guest executes WRMSR(MSR_IA32_XFD) to disable a feature
  2. A host interrupt occurs, triggering kernel FPU operations
  3. The FPU state is saved with the old XFD value but the guest's XSTATE_BV
  4. When restoring, XRSTOR encounters XSTATE_BV[i]=1 with XFD[i]=1, causing #NM

Additionally, userspace can directly trigger this condition by using KVM_SET_XSAVE to inject malformed FPU state where XSTATE_BV bits are set for XFD-disabled features.

Attack Vector

The vulnerability can be triggered through two primary vectors:

Race Condition Vector: An attacker running a guest VM can repeatedly toggle AMX features via MSR writes while generating interrupt activity on the host. The timing window between the WRMSR and fpu_update_guest_xfd() allows the race condition to manifest.

Userspace Injection Vector: A local attacker with access to KVM device files can craft a malicious XSAVE state buffer and inject it via the KVM_SET_XSAVE ioctl, directly setting XSTATE_BV bits for XFD-disabled features without requiring precise timing.

Both vectors result in host kernel panic, causing denial of service for all VMs and workloads on the affected system.

Detection Methods for CVE-2026-23005

Indicators of Compromise

  • Kernel panic messages referencing exc_device_not_available in call traces
  • Crash logs showing restore_fpregs_from_fpstate+0x36/0x90 in the stack trace
  • System reboots coinciding with KVM guest AMX feature usage
  • Kernel warnings at arch/x86/kernel/traps.c:1524 related to FPU operations

Detection Strategies

  • Monitor kernel logs for WARNING messages containing exc_device_not_available and amx_test or similar AMX-related processes
  • Implement kernel crash dump analysis to identify FPU/XSAVE-related panics
  • Track KVM_SET_XSAVE ioctl calls with XSTATE_BV bits set for AMX components
  • Enable kernel tracing on fpu_update_guest_xfd() and related FPU management functions

Monitoring Recommendations

  • Configure kdump or similar crash dump mechanisms to capture kernel panics for analysis
  • Monitor dmesg output for FPU-related warnings or errors on KVM hosts
  • Implement alerting on unexpected host reboots when running virtualized AMX workloads
  • Review audit logs for suspicious KVM_SET_XSAVE ioctl patterns from non-privileged users

How to Mitigate CVE-2026-23005

Immediate Actions Required

  • Apply the latest Linux kernel patches that address the XSTATE_BV/XFD synchronization issue
  • Consider temporarily disabling AMX feature passthrough to guests if patching is not immediately possible
  • Restrict access to KVM device files to trusted users and processes
  • Implement kernel live patching if available to apply fixes without system reboot

Patch Information

The fix ensures that XSTATE_BV[i] is cleared whenever XFD[i]=1, maintaining consistency between the two state indicators. This aligns with the Intel SDM specification which states that XSAVE operations save XSTATE_BV as '0' for XFD-disabled components. The patch modifies fpu_update_guest_xfd() and the KVM_SET_XSAVE handler to enforce this invariant.

Kernel patches are available in the following commits:

  • Kernel Git Commit b45f721
  • Kernel Git Commit eea6f39
  • Kernel Git Commit f577508

Workarounds

  • Disable AMX feature exposure to guest VMs by removing +amx-bf16,+amx-tile,+amx-int8 from QEMU CPU flags
  • Use KVM module parameters to restrict XFD-capable features if supported by your kernel version
  • Implement SELinux or AppArmor policies to restrict KVM_SET_XSAVE ioctl access
  • Run untrusted guest workloads on hosts without AMX-capable processors
bash
# Configuration example
# Disable AMX features in QEMU guest configuration
# Add to QEMU command line or libvirt XML
# QEMU: -cpu host,-amx-bf16,-amx-tile,-amx-int8
# Or modify /etc/modprobe.d/kvm.conf to restrict KVM features
echo "options kvm enable_amx=0" >> /etc/modprobe.d/kvm.conf
modprobe -r kvm_intel kvm
modprobe kvm_intel

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 Log

  • Kernel Git Commit Log

  • Kernel Git Commit Log
  • Related CVEs
  • CVE-2026-31411: Linux Kernel Privilege Escalation Flaw

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

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

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