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

CVE-2026-23114: Linux Kernel Privilege Escalation Flaw

CVE-2026-23114 is a privilege escalation vulnerability in the Linux kernel affecting arm64/fpsimd ptrace operations on SVE-enabled systems. This article covers the technical details, affected versions, and mitigations.

Published: February 20, 2026

CVE-2026-23114 Overview

A vulnerability has been identified in the Linux kernel's arm64/fpsimd subsystem affecting ptrace operations for Scalable Vector Extension (SVE) registers. When SVE is supported but Scalable Matrix Extension (SME) is not supported, a ptrace write to the NT_ARM_SVE regset can place the tracee into an invalid state where non-streaming SVE register data is stored in FP_STATE_SVE format while the TIF_SVE flag is clear.

Critical Impact

This vulnerability can trigger kernel warnings and place traced processes into an inconsistent FPSIMD/SVE state, potentially affecting debugging operations and system stability on ARM64 systems with SVE but without SME support.

Affected Products

  • Linux kernel with ARM64 architecture support
  • Systems with SVE (Scalable Vector Extension) enabled
  • Systems without SME (Scalable Matrix Extension) support

Discovery Timeline

  • 2026-02-14 - CVE CVE-2026-23114 published to NVD
  • 2026-02-18 - Last updated in NVD database

Technical Details for CVE-2026-23114

Vulnerability Analysis

This vulnerability affects the Linux kernel's handling of ARM64 floating-point and vector register state during ptrace operations. The issue manifests when a debugger writes to the NT_ARM_SVE regset on systems where SVE is available but SME is not.

The bug was introduced during a code refactoring effort in commit 9f8bf718f2923 ("arm64/fpsimd: ptrace: Gracefully handle errors"), where the logic to set the TIF_SVE flag was inadvertently moved into a conditional block that only executes when system_supports_sme() returns true. This means on systems without SME support, the TIF_SVE flag is never set during SVE regset writes, leaving the tracee in an inconsistent state.

When fpsimd_restore_current_state() is subsequently called, it detects the state mismatch and issues a kernel warning before correcting the state by setting TIF_SVE. While the kernel self-corrects this condition before any other code can observe the invalid state, the warning indicates improper state management that should be addressed.

Root Cause

The root cause is a regression introduced in commit 9f8bf718f2923 where the TIF_SVE flag setting was incorrectly guarded by a system_supports_sme() check. This conditional was appropriate for SME-specific logic but was erroneously applied to the generic SVE flag manipulation, breaking the code path for SVE-only systems.

The fix removes the system_supports_sme() check, ensuring TIF_SVE is unconditionally set for SVE-formatted writes to NT_ARM_SVE. The manipulation of the svcr value is benign on non-SME systems and follows existing patterns used elsewhere in the kernel (such as during signal handling).

Attack Vector

The vulnerability requires local access and the ability to use ptrace to debug a process on an affected ARM64 system. An attacker or user with appropriate privileges could trigger this condition by:

  1. Attaching to a target process via ptrace on an ARM64 system with SVE but without SME
  2. Writing to the NT_ARM_SVE regset using PTRACE_SETREGSET
  3. Allowing the tracee to resume execution, triggering the state restoration warning

The vulnerability is primarily a stability and correctness issue rather than a security exploitation vector. The kernel self-corrects before any observable impact occurs, limiting the practical consequences to spurious warning messages in the kernel log.

Detection Methods for CVE-2026-23114

Indicators of Compromise

  • Kernel warning messages from fpsimd_restore_current_state() at arch/arm64/kernel/fpsimd.c:383
  • Warning messages indicating PID and CPU related to FPSIMD state restoration
  • Unusual ptrace activity targeting SVE regsets on ARM64 systems

Detection Strategies

  • Monitor kernel logs for warnings containing fpsimd_restore_current_state and the specific line number reference
  • Audit ptrace system calls targeting NT_ARM_SVE regsets using system call auditing frameworks
  • Deploy kernel tracing (ftrace/eBPF) to monitor access to SVE register state functions

Monitoring Recommendations

  • Enable kernel log monitoring for WARNING level messages from the fpsimd.c source file
  • Implement process monitoring to detect unusual debugger attachment patterns
  • Review ARM64 system configurations to identify systems running with SVE enabled but SME disabled

How to Mitigate CVE-2026-23114

Immediate Actions Required

  • Update the Linux kernel to a patched version containing the fix
  • Review affected ARM64 systems running kernel versions with commit 9f8bf718f2923 applied but without the fix
  • Monitor system logs for evidence of the vulnerability being triggered

Patch Information

The fix has been committed to the stable kernel tree. The patch removes the unnecessary system_supports_sme() check, ensuring that TIF_SVE is properly set for all SVE regset writes regardless of SME support status. The relevant commits are available:

  • Kernel Git Commit 128a7494a9f15aad60cc6b7e3546bf481ac54a13
  • Kernel Git Commit 4f39984176e7edcaba3432b6c649c6fe93bf2f80

Workarounds

  • Limit ptrace access to trusted users and processes using appropriate security modules (SELinux, AppArmor)
  • Disable SVE on affected systems if not required for application workloads (though this impacts performance)
  • Restrict debugging capabilities using kernel security features like kernel.yama.ptrace_scope
bash
# Configuration example
# Restrict ptrace access to improve security posture
echo 2 > /proc/sys/kernel/yama/ptrace_scope

# Verify SVE and SME support status on ARM64 systems
cat /proc/cpuinfo | grep -E "(sve|sme)"

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