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-2025-71119

CVE-2025-71119: Linux Kernel Privilege Escalation Flaw

CVE-2025-71119 is a privilege escalation vulnerability in the Linux kernel affecting PowerPC kexec SMT handling. The flaw allows potential unauthorized privilege elevation. This article covers technical details, impact, and mitigation.

Published: January 23, 2026

CVE-2025-71119 Overview

A vulnerability has been resolved in the Linux kernel affecting the PowerPC architecture's kexec implementation. When SMT (Simultaneous Multi-Threading) is disabled or a partial SMT state is enabled, loading a new kernel image for kexec results in a kernel warning during reboot when attempting to wake offline CPUs. The issue occurs because add_cpu() fails due to cpu_bootable() returning false for CPUs that fail the cpu_smt_thread_allowed() check or non-primary threads when SMT is disabled.

Critical Impact

Systems running PowerPC architecture with modified SMT configurations may experience kernel warnings and potential instability during kexec reboot operations, affecting system reliability and boot integrity.

Affected Products

  • Linux kernel (PowerPC architecture)
  • Systems utilizing kexec for kernel reboot
  • PowerPC systems with modified SMT configurations

Discovery Timeline

  • 2026-01-14 - CVE CVE-2025-71119 published to NVD
  • 2026-01-14 - Last updated in NVD database

Technical Details for CVE-2025-71119

Vulnerability Analysis

This vulnerability exists within the PowerPC architecture's kexec subsystem, specifically in the CPU preparation routines executed during kernel reboot operations. When a system has SMT disabled or operates in a partial SMT state, the kexec mechanism encounters failures when attempting to bring offline CPUs back online.

The call trace indicates the issue manifests in kexec_prepare_cpus() at offset +0x1b0/0x1bc within arch/powerpc/kexec/core_64.c:223. The failure propagates through default_machine_kexec(), machine_kexec(), kernel_kexec(), and ultimately through the system call path via __do_sys_reboot().

The root cause lies in the ordering of operations during kexec preparation. The system attempts to wake all present CPUs before ensuring SMT is properly enabled, causing cpu_bootable() to return false for threads that don't pass the cpu_smt_thread_allowed() validation.

Root Cause

The vulnerability stems from an incorrect sequence of operations in the kexec CPU preparation logic. When kexec attempts to wake offline CPUs, it does so without first enabling SMT and resetting the number of SMT threads to match the number of threads per core. This causes the cpu_bootable() function to reject CPUs that would otherwise be valid targets for wake operations.

The fix addresses this by enabling SMT and resetting the SMT thread count to the per-core thread count before attempting to wake all present CPUs, ensuring all threads pass the cpu_smt_thread_allowed() check.

Attack Vector

This is a local vulnerability that requires the ability to perform kexec operations on a PowerPC system with modified SMT settings. The attack vector involves:

  1. A system configured with SMT disabled or in a partial SMT state
  2. An attempt to perform a kexec reboot operation
  3. The kernel encountering the warning condition when preparing CPUs for the new kernel image

The vulnerability primarily affects system stability and reliability rather than providing direct exploitation pathways. The warning indicates improper CPU state management that could lead to unpredictable behavior during critical boot transitions.

Detection Methods for CVE-2025-71119

Indicators of Compromise

  • Kernel warning messages containing kexec: Waking offline cpu followed by a CPU number
  • WARNING traces pointing to kexec_prepare_cpus+0x1b0/0x1bc in kernel logs
  • Call traces showing the sequence: kexec_prepare_cpus → default_machine_kexec → machine_kexec → kernel_kexec
  • System instability or unexpected behavior during kexec reboot operations on PowerPC systems

Detection Strategies

  • Monitor kernel logs (dmesg, /var/log/kern.log) for WARNING entries related to kexec_prepare_cpus
  • Implement alerting for unexpected CPU wake failures during kexec operations
  • Audit systems for PowerPC architecture with non-default SMT configurations
  • Track kexec reboot failures or extended reboot times that may indicate this condition

Monitoring Recommendations

  • Configure syslog monitoring for PowerPC kernel warnings related to kexec and CPU management
  • Establish baseline metrics for kexec reboot timing and alert on anomalies
  • Monitor SMT state changes on production PowerPC systems
  • Implement kernel log analysis for the specific call trace pattern associated with this vulnerability

How to Mitigate CVE-2025-71119

Immediate Actions Required

  • Apply the kernel patches available through the official kernel git repositories
  • Review SMT configurations on PowerPC systems that utilize kexec functionality
  • Test kexec operations in non-production environments after applying patches
  • Temporarily avoid kexec operations on affected systems with modified SMT settings until patched

Patch Information

The fix has been committed to the stable kernel branches and is available through multiple git commits. The patch enables SMT and resets the number of SMT threads to the number of threads per core before attempting to wake up all present CPUs during kexec preparation.

Verified patch commits are available:

  • Kernel Git Commit 0d5c9e9
  • Kernel Git Commit 7cccd82
  • Kernel Git Commit c2296a1
  • Kernel Git Commit d790ef0
  • Kernel Git Commit f0c0a68

Workarounds

  • Enable full SMT before performing kexec operations to avoid triggering the vulnerable code path
  • Use traditional reboot mechanisms instead of kexec on affected systems until patches are applied
  • Avoid modifying SMT settings on systems that rely on kexec for kernel updates
  • Consider scheduling kexec operations with full SMT enabled as part of maintenance procedures
bash
# Configuration example
# Check current SMT status on PowerPC systems
ppc64_cpu --smt

# Enable full SMT before kexec operations (temporary workaround)
ppc64_cpu --smt=on

# Verify SMT state
cat /sys/devices/system/cpu/smt/control

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

  • 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