Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-2025-71129

CVE-2025-71129: Linux Kernel Privilege Escalation Flaw

CVE-2025-71129 is a privilege escalation vulnerability in the Linux kernel affecting LoongArch BPF kfunc calls. Improper sign extension can lead to kernel panic. This article covers technical details, impact, and mitigation.

Published: January 23, 2026

CVE-2025-71129 Overview

A vulnerability has been identified in the Linux kernel affecting the LoongArch architecture's BPF (Berkeley Packet Filter) subsystem. The issue stems from improper sign extension of kfunc (kernel function) call arguments, which violates LoongArch calling conventions. When kfunc calls are made without proper sign extension of arguments, the system may experience a kernel panic, leading to system instability or denial of service conditions.

Critical Impact

Improper sign extension in LoongArch BPF kfunc calls can trigger kernel panics, potentially causing denial of service on affected Linux systems running LoongArch architecture.

Affected Products

  • Linux kernel with LoongArch architecture support
  • Systems utilizing BPF programs with kfunc calls on LoongArch
  • Linux kernel versions prior to the security patches

Discovery Timeline

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

Technical Details for CVE-2025-71129

Vulnerability Analysis

This vulnerability is classified as a Sign Extension Error affecting the Linux kernel's BPF subsystem on the LoongArch architecture. The kfunc calls in BPF programs are native kernel function calls that must adhere to the LoongArch Application Binary Interface (ABI) calling conventions. The vulnerability occurs because arguments passed to kfunc calls were not being properly sign-extended before the call was made.

The LoongArch architecture requires that function arguments follow specific sign extension rules as part of its calling conventions. When BPF programs invoke kernel functions (kfuncs), these native calls must properly extend values already stored in registers to maintain compatibility with the kernel's expected argument format. Failure to do so can result in corrupted argument values being passed to kernel functions, leading to undefined behavior and kernel panics.

Root Cause

The root cause of this vulnerability lies in the BPF JIT (Just-In-Time) compiler for LoongArch not implementing proper sign extension for kfunc call arguments. The existing sign_extend() helper function could not be reused for this purpose because it operates differently than what was needed. The fix introduces a new emit_abi_ext() helper that performs in-place extension on values already stored in target registers, ensuring compliance with LoongArch calling conventions.

Attack Vector

Exploitation of this vulnerability requires the ability to load and execute BPF programs on an affected LoongArch system. An attacker with sufficient privileges to load BPF programs could craft a malicious BPF program that triggers kfunc calls with improperly extended arguments, potentially causing kernel panics and denial of service. The attack vector is local, requiring some level of access to the target system to load BPF programs.

The vulnerability manifests when BPF programs make kfunc calls without proper argument sign extension. The fix implements a new emit_abi_ext() helper function that properly extends values in registers according to LoongArch ABI requirements. For detailed implementation, refer to the kernel git commits.

Detection Methods for CVE-2025-71129

Indicators of Compromise

  • Unexpected kernel panics on LoongArch systems, particularly when BPF programs are in use
  • System crashes occurring during BPF program execution involving kfunc calls
  • Kernel log entries indicating argument corruption or unexpected behavior in BPF-related code paths

Detection Strategies

  • Monitor kernel logs for BPF-related crashes or panics on LoongArch systems
  • Audit running BPF programs and their kfunc call patterns
  • Implement kernel crash dump analysis to identify BPF-related failures

Monitoring Recommendations

  • Enable kernel crash dump collection to capture diagnostic information during panics
  • Monitor system stability metrics on LoongArch systems running BPF programs
  • Review kernel audit logs for unusual BPF program loading activity

How to Mitigate CVE-2025-71129

Immediate Actions Required

  • Update the Linux kernel to a patched version that includes the emit_abi_ext() fix
  • Review and limit BPF program loading privileges on affected LoongArch systems
  • Consider temporarily disabling untrusted BPF programs until patches are applied

Patch Information

The vulnerability has been addressed through multiple kernel commits that introduce the emit_abi_ext() helper function for proper sign extension of kfunc call arguments. The patches are available through the following kernel git commits:

  • Commit 0d666db731e9
  • Commit 321993a874f5
  • Commit 3f5a238f24d7
  • Commit fd43edf357a3

Workarounds

  • Restrict BPF program loading to trusted users only using kernel.unprivileged_bpf_disabled sysctl
  • Monitor and audit BPF programs that utilize kfunc calls on LoongArch systems
  • Consider disabling BPF JIT compilation temporarily if patches cannot be immediately applied
bash
# Restrict unprivileged BPF program loading
sysctl -w kernel.unprivileged_bpf_disabled=1

# Make the setting persistent across reboots
echo "kernel.unprivileged_bpf_disabled = 1" >> /etc/sysctl.conf

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 Alert

  • Kernel Git Commit Alert

  • Kernel Git Commit Alert

  • Kernel Git Commit Alert
  • Related CVEs
  • CVE-2026-31413: Linux Kernel BPF Privilege Escalation

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

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

  • CVE-2026-23438: 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