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

CVE-2025-71144: Linux Kernel MPTCP Disconnect Vulnerability

CVE-2025-71144 is a context reset flaw in the Linux kernel's MPTCP implementation that causes subflow context issues on disconnect. This article covers the technical details, affected versions, and mitigation.

Published: January 23, 2026

CVE-2025-71144 Overview

A vulnerability has been identified in the Linux kernel's Multipath TCP (MPTCP) implementation where the subflow context is not properly reset during disconnect operations. When the MPC (Multipath Capable) subflow is already in TCP_CLOSE status or has fallen back to standard TCP at mptcp_disconnect() time, the mptcp_do_fastclose() function skips setting the send_fastclose flag. This causes the subsequent __mptcp_close_ssk() call to fail in resetting the related subflow context, leading to an inconsistent state that triggers kernel warnings on subsequent connections.

Critical Impact

This vulnerability can cause kernel warnings and potentially unstable system behavior when MPTCP connections are reused after disconnect, affecting systems with MPTCP-enabled network applications.

Affected Products

  • Linux kernel versions with MPTCP support (versions prior to patches)
  • Systems running kernel versions before commits 1c7c3a9, 5c7c713, 86730ac, or f1a77df
  • Network-intensive applications utilizing Multipath TCP

Discovery Timeline

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

Technical Details for CVE-2025-71144

Vulnerability Analysis

This vulnerability resides in the MPTCP subsystem of the Linux kernel, specifically in the disconnect handling logic within net/mptcp/subflow.c. The issue manifests when a connection using MPTCP enters a specific state where the MPC subflow reaches TCP_CLOSE status or falls back to regular TCP before the mptcp_disconnect() function is called.

Under normal operation, the mptcp_do_fastclose() function should set the send_fastclose flag, which signals __mptcp_close_ssk() to properly reset the subflow context. However, when the subflow is already closed or has fallen back, this flag is never set, leaving the subflow context in an inconsistent state.

The kernel stack trace from the warning shows the issue propagates through the TCP data path: tcp_data_ready → tcp_data_queue → tcp_rcv_state_process → tcp_v4_do_rcv, ultimately triggering a warning at subflow_data_ready in net/mptcp/subflow.c:1519.

Root Cause

The root cause is a missing state synchronization in the MPTCP fast close mechanism. When mptcp_disconnect() is invoked, it unconditionally clears the msk-level fallback status. However, mptcp_do_fastclose() conditionally skips setting the send_fastclose flag based on the subflow's current state. This creates a window where:

  1. The fallback status is cleared at the MPTCP socket level
  2. The request_mptcp flag remains in an inconsistent state
  3. The subflow context retains stale state from the previous connection

Any subsequent connection attempt inherits this corrupted state, with both request_mptcp flag and msk-level fallback status in conflicting states, triggering the warning in subflow_data_ready().

Attack Vector

The vulnerability can be triggered through normal network operations involving MPTCP-enabled connections. An attacker or faulty application could potentially trigger this condition by:

  1. Establishing an MPTCP connection
  2. Forcing the connection to fall back to TCP or reach TCP_CLOSE state
  3. Calling disconnect on the socket
  4. Attempting to reuse the socket for a new connection

This results in kernel warnings and could potentially be leveraged for denial of service against systems heavily utilizing MPTCP for network redundancy or performance. The attack does not require special privileges beyond the ability to create network sockets.

The fix introduces an explicit fastclosing flag that is set during the fast close operation and checked after mptcp_do_fastclose() completes, ensuring proper state cleanup regardless of the subflow's current state.

Detection Methods for CVE-2025-71144

Indicators of Compromise

  • Kernel warning messages containing subflow_data_ready at net/mptcp/subflow.c:1519
  • System log entries showing MPTCP-related warnings with CPU and PID information similar to the pattern: WARNING: CPU: XX PID: XXXX at net/mptcp/subflow.c:1519
  • Unexpected MPTCP connection failures or socket errors in applications using Multipath TCP

Detection Strategies

  • Monitor kernel logs (dmesg, /var/log/kern.log) for MPTCP-related warnings referencing subflow_data_ready
  • Implement alerting on kernel warning patterns matching the net/mptcp/subflow.c:1519 location
  • Use kernel tracing tools to monitor MPTCP socket state transitions for anomalies

Monitoring Recommendations

  • Deploy centralized log aggregation to collect and analyze kernel warning messages across systems using MPTCP
  • Establish baseline metrics for MPTCP connection patterns and alert on unusual disconnect/reconnect cycles
  • Monitor system stability metrics on servers with heavy MPTCP workloads for unexpected warnings or performance degradation

How to Mitigate CVE-2025-71144

Immediate Actions Required

  • Update the Linux kernel to a version containing the fix (commits 1c7c3a9, 5c7c713, 86730ac, or f1a77df)
  • Review and prioritize patching for systems actively using MPTCP features
  • Consider temporarily disabling MPTCP on affected systems if patching is not immediately possible

Patch Information

The vulnerability has been addressed through multiple kernel patch commits. The fix introduces an explicit fastclosing flag that is set at fast close time and properly checked after mptcp_do_fastclose() completes, ensuring the subflow context is always reset correctly regardless of the subflow's state at disconnect time.

Patch commits are available from the Linux kernel stable tree:

  • Kernel Patch Commit 1c7c3a9
  • Kernel Patch Commit 5c7c713
  • Kernel Patch Commit 86730ac
  • Kernel Patch Commit f1a77df

Workarounds

  • Disable MPTCP functionality system-wide by setting net.mptcp.enabled=0 via sysctl
  • Configure applications to use standard TCP instead of MPTCP until patching can be completed
  • Implement application-level connection handling to avoid rapid disconnect/reconnect patterns on MPTCP sockets
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
  • TypeOther

  • Vendor/TechLinux Kernel

  • SeverityNONE

  • CVSS ScoreN/A

  • EPSS Probability0.02%

  • Known ExploitedNo
  • Impact Assessment
  • ConfidentialityNone
  • IntegrityNone
  • AvailabilityNone
  • Technical References
  • Kernel Patch Commit 1c7c3a9

  • Kernel Patch Commit 5c7c713

  • Kernel Patch Commit 86730ac

  • Kernel Patch Commit f1a77df
  • Related CVEs
  • CVE-2026-46265: Linux Kernel RDMA WQ_MEM_RECLAIM Warning

  • CVE-2026-46257: Linux Kernel SP804 Timer Oops Vulnerability

  • CVE-2026-46255: Linux Kernel EDMA Clock Disable Bug

  • CVE-2026-46239: Linux Kernel OV5647 PM Refcount Leak
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