A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-43214

CVE-2026-43214: Linux Kernel Privilege Escalation Flaw

CVE-2026-43214 is a privilege escalation vulnerability in the Linux kernel affecting KVM x86 PDPTR register handling. This flaw could allow unauthorized privilege elevation. This article covers technical details, affected versions, impact assessment, and mitigation strategies.

Published: May 7, 2026

CVE-2026-43214 Overview

CVE-2026-43214 is a Linux kernel vulnerability in the Kernel-based Virtual Machine (KVM) x86 subsystem. The flaw resides in __get_sregs2(), which reads Page Directory Pointer Table Registers (PDPTRs) without holding Sleepable Read-Copy-Update (SRCU) read-side protection. Reading PDPTRs can trigger access to guest memory through kvm_pdptr_read(), eventually reaching kvm_vcpu_gfn_to_memslot(), which dereferences memslots requiring kvm->srcu or kvm->slots_lock to be held. The issue was discovered by the Linux Verification Center (linuxtesting.org) using Syzkaller fuzzing.

Critical Impact

Improper RCU usage in KVM ioctl path produces lockdep warnings and risks unsafe memslot dereferences when only vcpu->mutex is held during PDPTR reads.

Affected Products

  • Linux kernel x86 KVM subsystem (arch/x86/kvm/x86.c)
  • Linux kernel 6.12.59 confirmed in the reported lockdep trace
  • Distributions shipping affected stable kernels prior to the fix commits

Discovery Timeline

  • 2026-05-06 - CVE-2026-43214 published to NVD
  • 2026-05-06 - Last updated in NVD database

Technical Details for CVE-2026-43214

Vulnerability Analysis

The vulnerability is a missing-lock condition in the KVM x86 vCPU ioctl handler. When userspace invokes the KVM_GET_SREGS2 ioctl, the kernel calls __get_sregs2() to populate the special registers structure, including PDPTRs used for 32-bit Physical Address Extension (PAE) paging. The PDPTR read path can lazily reload values from guest memory, which requires walking the memslot array protected by SRCU.

At the call site, only vcpu->mutex is held. The memslot dereference path uses srcu_dereference_check() and expects either kvm->srcu or kvm->slots_lock. The mismatch causes a suspicious RCU usage warning from lockdep and exposes memslots to unsafe access without SRCU read-side protection.

Root Cause

The call chain kvm_pdptr_read() -> svm_cache_reg() -> load_pdptrs() -> kvm_vcpu_read_guest_page() -> kvm_vcpu_gfn_to_memslot() reaches __kvm_memslots() in include/linux/kvm_host.h:1062. That helper requires SRCU protection, but __get_sregs2() did not enter an SRCU read-side critical section before invoking PDPTR reads.

Attack Vector

A local user with permission to open /dev/kvm and issue ioctls on a vCPU file descriptor can trigger the path through KVM_GET_SREGS2. The Syzkaller reproducer issues kvm_vcpu_ioctl from an unprivileged process inside a virtualization-enabled host. The vulnerability manifests during normal vCPU register query operations on guests using PAE paging on AMD SVM hosts.

No synthetic exploit code is provided here. Refer to the upstream commits for the exact fix scope and call-site changes.

Detection Methods for CVE-2026-43214

Indicators of Compromise

  • Kernel log entries containing WARNING: suspicious RCU usage in kvm_vcpu_gfn_to_memslot
  • Stack traces referencing __get_sregs2, load_pdptrs, and svm_cache_reg in dmesg
  • Lockdep messages citing include/linux/kvm_host.h:1062 with only &vcpu->mutex held

Detection Strategies

  • Enable CONFIG_PROVE_RCU and CONFIG_LOCKDEP on test kernels to surface the warning during QA
  • Audit running kernel versions against the patched stable releases referenced in git.kernel.org commits
  • Monitor /dev/kvm ioctl activity from non-root processes invoking KVM_GET_SREGS2

Monitoring Recommendations

  • Forward kernel ring buffer events to a centralized logging pipeline and alert on suspicious RCU usage strings
  • Track kernel package versions across virtualization hosts and flag hosts running pre-patch builds
  • Review host audit logs for unexpected processes opening /dev/kvm on production hypervisors

How to Mitigate CVE-2026-43214

Immediate Actions Required

  • Apply the upstream stable kernel updates that add SRCU read-side protection in __get_sregs2()
  • Restrict access to /dev/kvm to trusted users and virtualization service accounts only
  • Rebuild and redeploy custom kernels using the fix commits referenced below

Patch Information

The upstream fix wraps PDPTR reads in __get_sregs2() with an SRCU read-side critical section so memslot dereferences occur under kvm->srcu. Stable backports are available across multiple kernel branches. See the patch commits: 57536ff0a6bd, 708e20c66b27, 95d848dc7e63, 9f2bfea51151, b33f8d816950, and f621ca24f9f4.

Workarounds

  • Limit /dev/kvm permissions through udev rules so only the virtualization group can open the device
  • Disable nested virtualization features that are not required by guest workloads
  • Avoid running untrusted workloads with KVM ioctl access on hosts pending kernel updates
bash
# Verify running kernel and patch presence
uname -r
grep -r "__get_sregs2" /sys/kernel/debug/tracing/ 2>/dev/null

# Restrict /dev/kvm to the kvm group only
ls -l /dev/kvm
sudo chown root:kvm /dev/kvm
sudo chmod 0660 /dev/kvm

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

  • Known ExploitedNo
  • Impact Assessment
  • ConfidentialityNone
  • IntegrityNone
  • AvailabilityNone
  • Technical References
  • Linux Kernel Commit Changes

  • Linux Kernel Commit Changes

  • Linux Kernel Commit Changes

  • Linux Kernel Commit Changes

  • Linux Kernel Commit Changes

  • Linux Kernel Commit Changes
  • Related CVEs
  • CVE-2026-46268: Linux Kernel Privilege Escalation Flaw

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

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

  • CVE-2026-46248: Linux Kernel Privilege Escalation Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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