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

CVE-2026-23169: Linux Kernel MPTCP Race Condition Flaw

CVE-2026-23169 is a race condition vulnerability in the Linux kernel's MPTCP implementation that causes crashes in address management functions. This article covers the technical details, affected versions, and mitigation.

Published: February 20, 2026

CVE-2026-23169 Overview

A race condition vulnerability has been identified in the Linux kernel's Multipath TCP (MPTCP) subsystem within the mptcp_pm_nl_flush_addrs_doit() function. The vulnerability was reported by syzbot and Eulgyu Kim after observing crashes in mptcp_pm_nl_get_local_id() and mptcp_pm_nl_is_backup() functions.

The root cause of the issue stems from improper use of list_splice_init() in the path manager netlink handler, which is not RCU (Read-Copy-Update) ready. The proper RCU-safe function list_splice_init_rcu() cannot be called while holding the pernet->lock spinlock, creating a race condition that can lead to kernel crashes and system instability.

Critical Impact

Successful exploitation of this race condition can cause kernel crashes, leading to denial of service conditions on affected Linux systems utilizing MPTCP functionality.

Affected Products

  • Linux kernel with MPTCP (Multipath TCP) enabled
  • Systems utilizing MPTCP path manager netlink operations
  • Multiple Linux kernel versions (see kernel commit references for specific versions)

Discovery Timeline

  • 2026-02-14 - CVE CVE-2026-23169 published to NVD
  • 2026-02-19 - Last updated in NVD database

Technical Details for CVE-2026-23169

Vulnerability Analysis

This race condition vulnerability occurs in the MPTCP path manager's netlink address flushing operation. The MPTCP subsystem in Linux implements multipath capabilities allowing TCP connections to use multiple network paths simultaneously. The path manager component handles address announcements and management through netlink interfaces.

The vulnerable code path involves concurrent access to shared data structures without proper RCU synchronization. When mptcp_pm_nl_flush_addrs_doit() is invoked, it uses list_splice_init() to manipulate linked lists while holding a spinlock. However, other code paths such as mptcp_pm_nl_get_local_id() and mptcp_pm_nl_is_backup() may access these lists using RCU read-side protections, expecting RCU-safe list modifications.

The fundamental issue is that list_splice_init() performs non-atomic pointer updates that can corrupt list traversals happening concurrently under RCU protection. The proper fix requires using list_splice_init_rcu(), but this function requires a synchronization callback and cannot be used while holding a spinlock, necessitating a restructuring of the locking strategy.

Root Cause

The vulnerability's root cause is the improper synchronization mechanism used in mptcp_pm_nl_flush_addrs_doit(). The function uses list_splice_init() which performs non-RCU-safe list manipulations while concurrent readers may be traversing the list under RCU protection. This creates a Time-of-Check Time-of-Use (TOCTOU) scenario where:

  1. A reader begins traversing the list under RCU read-side protection
  2. The flush operation modifies list pointers non-atomically
  3. The reader encounters corrupted pointers, leading to crashes

The constraint that list_splice_init_rcu() cannot be called while holding pernet->lock spinlock compounds the issue, requiring architectural changes to the locking mechanism.

Attack Vector

The attack vector for this vulnerability is local, requiring the ability to trigger MPTCP path manager netlink operations on the affected system. An attacker with sufficient privileges to interact with the MPTCP netlink interface could:

  1. Initiate concurrent MPTCP connections that trigger address lookups via mptcp_pm_nl_get_local_id() or mptcp_pm_nl_is_backup()
  2. Simultaneously invoke the address flush operation through netlink
  3. Race the operations to trigger the vulnerable code path
  4. Cause kernel crashes through corrupted list traversals

This vulnerability can be triggered through legitimate MPTCP operations occurring concurrently with administrative flush commands, making it exploitable in high-traffic MPTCP environments.

Detection Methods for CVE-2026-23169

Indicators of Compromise

  • Kernel panic or oops messages referencing mptcp_pm_nl_get_local_id() or mptcp_pm_nl_is_backup() functions
  • System instability or unexpected reboots on systems with active MPTCP connections
  • Crash dumps indicating list corruption in MPTCP path manager subsystem
  • Kernel log entries showing RCU warnings or list validation failures in MPTCP code paths

Detection Strategies

  • Monitor kernel logs for MPTCP-related crash signatures and RCU stall warnings
  • Implement kernel crash dump analysis to identify MPTCP path manager corruption patterns
  • Deploy kernel livepatching detection to identify unpatched systems in production environments
  • Use runtime kernel integrity monitoring to detect list corruption events

Monitoring Recommendations

  • Enable kernel crash dump collection (kdump) to capture evidence of exploitation attempts
  • Configure system monitoring for unexpected MPTCP-related kernel panics
  • Monitor MPTCP netlink activity for unusual patterns of flush operations
  • Implement automated alerting for kernel oops events containing MPTCP stack traces

How to Mitigate CVE-2026-23169

Immediate Actions Required

  • Update the Linux kernel to a patched version that includes the fix for the race condition
  • Consider temporarily disabling MPTCP on critical systems if patching is not immediately possible
  • Monitor system stability for signs of exploitation until patches are applied
  • Review and limit access to MPTCP netlink interfaces where possible

Patch Information

Multiple Linux kernel commits have been released to address this vulnerability. The patches restructure the locking mechanism in mptcp_pm_nl_flush_addrs_doit() to properly handle RCU synchronization requirements.

The following kernel commits contain the fix:

  • Commit 1f1b9523527d
  • Commit 338d40bab283
  • Commit 455e882192c9
  • Commit 51223bdd0f60
  • Commit 7896dbe990d5
  • Commit e2a9eeb69f7d

System administrators should update to the latest stable kernel version for their distribution that includes these fixes.

Workarounds

  • Disable MPTCP functionality by setting net.mptcp.enabled=0 via sysctl if not required for operations
  • Restrict access to MPTCP netlink interfaces using network namespaces or capability restrictions
  • Implement rate limiting on MPTCP path manager operations to reduce race condition window
  • Consider using kernel live patching solutions if available for your distribution
bash
# Disable MPTCP temporarily as a workaround
sysctl -w net.mptcp.enabled=0

# Make the change persistent across reboots
echo "net.mptcp.enabled=0" >> /etc/sysctl.d/99-disable-mptcp.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.01%

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

  • Linux Kernel Commit Change

  • Linux Kernel Commit Change

  • Linux Kernel Commit Change

  • Linux Kernel Commit Change

  • Linux Kernel Commit Change
  • Related CVEs
  • CVE-2026-23411: Linux Kernel Race Condition Vulnerability

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

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

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