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

CVE-2025-71126: Linux Kernel Race Condition Vulnerability

CVE-2025-71126 is a race condition vulnerability in the Linux kernel MPTCP implementation that causes deadlock during fallback. This article covers the technical details, affected versions, and mitigation strategies.

Published: January 23, 2026

CVE-2025-71126 Overview

CVE-2025-71126 is a deadlock vulnerability in the Linux kernel's Multipath TCP (MPTCP) implementation. The vulnerability occurs during fallback operations when the packet scheduler attempts a reinjection after receiving an MP_FAIL signal but before the infinite map has been transmitted. This creates a recursive locking scenario that results in a kernel deadlock, causing system unresponsiveness.

Critical Impact

This vulnerability can cause a complete system deadlock when MPTCP connections attempt fallback during packet reinjection, potentially leading to denial of service conditions on affected Linux systems.

Affected Products

  • Linux Kernel with MPTCP support enabled
  • Linux Kernel versions 6.18.0-rc7 and potentially other versions with MPTCP functionality
  • Systems utilizing Multipath TCP for network connections

Discovery Timeline

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

Technical Details for CVE-2025-71126

Vulnerability Analysis

This deadlock vulnerability stems from improper lock handling in the MPTCP subsystem during fallback operations. The issue manifests when the __mptcp_retrans function holds the fallback_lock and subsequently calls mptcp_sendmsg_frag, which attempts to acquire the same lock via __mptcp_try_fallback. This creates a recursive locking scenario where a single task attempts to acquire a lock it already holds, resulting in an unresolvable deadlock.

The kernel warning trace shows the mptcp_connect process (PID 20858) attempting to acquire &msk->fallback_lock while already holding it, with three locks held simultaneously: the main socket lock (sk_lock-AF_INET), a secondary socket lock (k-sk_lock-AF_INET#2), and the fallback lock itself. This locking order violation triggers the deadlock condition.

Root Cause

The root cause is a missing lock nesting consideration in the MPTCP fallback code path. When the packet scheduler attempts packet reinjection after receiving an MP_FAIL signal—but before the infinite map transmission completes—the code path enters a critical section that requires atomic execution with respect to the fallback mechanism. However, the existing implementation did not account for this specific scenario where reinjection could trigger a fallback attempt while already holding the fallback lock.

The vulnerability specifically affects the interaction between __mptcp_retrans (which acquires the fallback lock at offset 0x352) and __mptcp_try_fallback (which attempts to acquire the same lock at offset 0xd8), creating the only fallback critical section capable of sending packets and triggering the double-lock condition.

Attack Vector

The attack vector for this vulnerability is local, requiring the attacker to have the ability to initiate or manipulate MPTCP connections on the target system. The exploitation scenario involves:

  1. Establishing an MPTCP connection that supports fallback
  2. Triggering network conditions that cause an MP_FAIL signal to be received
  3. Causing packet reinjection to occur before the infinite map is transmitted
  4. The resulting deadlock causes the affected task to hang indefinitely

While this vulnerability is primarily a denial of service issue, the deadlock condition could affect system stability and availability. The fix explicitly avoids reinjection in the critical scenario, ensuring atomic execution of the fallback operation.

Detection Methods for CVE-2025-71126

Indicators of Compromise

  • Kernel warning messages containing "possible recursive locking detected" with references to msk->fallback_lock
  • System processes related to MPTCP connections (e.g., mptcp_connect) becoming unresponsive
  • Kernel stack traces showing the call path through __mptcp_retrans → mptcp_sendmsg_frag → __mptcp_try_fallback

Detection Strategies

  • Monitor kernel logs for deadlock warnings with MPTCP-related lock names such as fallback_lock
  • Implement process monitoring to detect hung MPTCP-related kernel threads or user-space applications
  • Deploy kernel-level tracing (ftrace/eBPF) to track lock acquisition patterns in the MPTCP subsystem

Monitoring Recommendations

  • Enable kernel lockdep debugging on test systems to proactively detect similar locking issues
  • Configure alerting on kernel warning messages containing "recursive locking" in production environments
  • Monitor MPTCP connection statistics for anomalous fallback rates that could indicate exploitation attempts

How to Mitigate CVE-2025-71126

Immediate Actions Required

  • Apply the latest kernel security patches that address this deadlock condition
  • Consider disabling MPTCP functionality if not required until patches can be applied
  • Monitor systems for signs of deadlock conditions and prepare for potential system restarts

Patch Information

The Linux kernel developers have released patches to address this vulnerability. The fix explicitly prevents reinjection during the critical fallback scenario, eliminating the recursive locking condition. The following kernel commits contain the fix:

  • Commit 0107442
  • Commit 0ca9fb4
  • Commit 252892d
  • Commit 50f47c0
  • Commit ffb8c27

Workarounds

  • Disable MPTCP support at the kernel level by setting net.mptcp.enabled=0 via sysctl
  • Configure applications to use standard TCP instead of MPTCP where possible
  • Implement network-level controls to prevent MPTCP negotiation on critical systems
bash
# Disable MPTCP system-wide as a temporary workaround
sysctl -w net.mptcp.enabled=0

# Make the change persistent across reboots
echo "net.mptcp.enabled=0" >> /etc/sysctl.conf

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeRace Condition

  • Vendor/TechLinux Kernel

  • SeverityNONE

  • CVSS ScoreN/A

  • EPSS Probability0.02%

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

  • Linux Kernel Commit 0ca9fb4

  • Linux Kernel Commit 252892d

  • Linux Kernel Commit 50f47c0

  • Linux Kernel Commit ffb8c27
  • Related CVEs
  • CVE-2026-31456: Linux Kernel Race Condition Vulnerability

  • CVE-2026-31466: Linux Kernel Race Condition Vulnerability

  • CVE-2026-31455: Linux Kernel Race Condition Vulnerability

  • CVE-2026-31436: Linux Kernel Race Condition Vulnerability
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