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-2024-46858

CVE-2024-46858: Linux Kernel Race Condition Vulnerability

CVE-2024-46858 is a race condition vulnerability in the Linux Kernel's MPTCP implementation that leads to use-after-free conditions. This article covers the technical details, affected versions, security impact, and mitigation.

Published: January 28, 2026

CVE-2024-46858 Overview

CVE-2024-46858 is a use-after-free (UAF) vulnerability in the Linux kernel's Multipath TCP (MPTCP) path manager subsystem. The vulnerability exists in the mptcp_pm_del_add_timer function, where a race condition between two concurrent execution paths can lead to accessing memory that has already been freed. This occurs when one CPU frees an entry structure while another CPU is still attempting to access it during timer deletion synchronization.

Critical Impact

Local attackers with low privileges can potentially achieve code execution, information disclosure, or system crashes by exploiting this race condition in the MPTCP path manager, compromising system confidentiality, integrity, and availability.

Affected Products

  • Linux Kernel versions 5.10.x before 5.10.227
  • Linux Kernel versions 5.15.x before 5.15.168
  • Linux Kernel versions 6.1.x before 6.1.111
  • Linux Kernel 6.11 release candidates (rc1 through rc7)

Discovery Timeline

  • September 27, 2024 - CVE-2024-46858 published to NVD
  • December 24, 2025 - Last updated in NVD database

Technical Details for CVE-2024-46858

Vulnerability Analysis

The vulnerability is classified as CWE-416 (Use After Free), which occurs when a program continues to use memory after it has been freed. In this case, the MPTCP path manager's mptcp_pm_del_add_timer function can be accessed through two separate execution paths simultaneously, creating a dangerous race condition.

The first path originates from network receive operations (net_rx_action → napi_poll → tcp_v4_rcv → mptcp_incoming_options → mptcp_pm_del_add_timer), while the second path comes from netlink message processing (netlink_sendmsg → genl_rcv_msg → mptcp_pm_nl_flush_addrs_doit → remove_anno_list_by_saddr → mptcp_pm_del_add_timer).

The core issue is that in the remove_anno_list_by_saddr function running on CPU2, after leaving the critical zone protected by pm.lock, the entry is released via kfree(entry). However, CPU1 may still be executing mptcp_pm_del_add_timer and attempting to access members of the already-freed entry structure.

Root Cause

The root cause is improper synchronization in accessing shared data structures within the MPTCP path manager. The pm.lock spinlock provides protection within a critical section, but the code was accessing the entry's add_timer member after releasing the lock, creating a window where another thread could free the entry. This represents a classic time-of-check time-of-use (TOCTOU) pattern combined with inadequate reference management for the timer object.

Attack Vector

This vulnerability requires local access to the system with low privileges. An attacker would need the ability to trigger network activity and netlink message processing simultaneously to exploit the race condition. While the attack complexity is high due to the timing requirements of the race condition, successful exploitation could lead to:

  • Arbitrary code execution by manipulating the freed memory contents
  • Information disclosure by reading data from reallocated memory
  • Denial of service through kernel crashes caused by accessing invalid memory

The attack surface is the MPTCP subsystem, which is typically enabled on systems configured for multipath TCP networking. The vulnerability does not require user interaction and operates entirely within kernel space.

Detection Methods for CVE-2024-46858

Indicators of Compromise

  • Unexpected kernel panics or oops messages referencing mptcp_pm_del_add_timer or __timer_delete_sync functions
  • KASAN (Kernel Address Sanitizer) reports indicating use-after-free conditions in MPTCP-related code paths
  • Unusual MPTCP connection behavior or unexpected netlink activity patterns

Detection Strategies

  • Enable kernel memory debugging features such as KASAN to detect use-after-free conditions at runtime
  • Monitor kernel logs for stack traces involving MPTCP path manager functions, particularly mptcp_pm_del_add_timer
  • Deploy SentinelOne Singularity Platform to monitor for anomalous kernel behavior and memory access patterns

Monitoring Recommendations

  • Implement continuous kernel log monitoring for MPTCP-related error messages and warnings
  • Use eBPF-based tracing to monitor MPTCP subsystem function calls and detect anomalous patterns
  • Enable audit logging for netlink socket operations to track potential exploitation attempts

How to Mitigate CVE-2024-46858

Immediate Actions Required

  • Update to patched kernel versions immediately: 5.10.227+, 5.15.168+, 6.1.111+, or 6.6.52+
  • If immediate patching is not possible, consider disabling MPTCP functionality until updates can be applied
  • Review systems for any signs of exploitation before and after applying patches

Patch Information

The vulnerability has been addressed in multiple stable kernel branches. The fix involves keeping a reference to add_timer inside the lock and calling sk_stop_timer_sync() with this reference instead of accessing entry->add_timer directly. Additionally, list_del(&entry->list) has been moved inside the pm lock to prevent direct access to any members of the entry outside the lock.

Patches are available through the following kernel commits:

  • Kernel commit 12134a6
  • Kernel commit 6452b16
  • Kernel commit 67409b3
  • Kernel commit b4cd80b

Debian users should refer to the Debian LTS announcements for distribution-specific updates.

Workarounds

  • Disable MPTCP if not required by setting the kernel parameter net.mptcp.enabled=0
  • Use kernel module loading restrictions to prevent MPTCP modules from loading if the feature is not needed
  • Implement network segmentation to limit local access to systems running vulnerable kernel versions
bash
# Disable MPTCP temporarily via sysctl
sysctl -w net.mptcp.enabled=0

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

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

  • SeverityHIGH

  • CVSS Score7.0

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-416
  • Technical References
  • Stable Kernel Commit Update

  • Stable Kernel Commit Update

  • Debian LTS Announcement - January 2025

  • Debian LTS Announcement - March 2025
  • Vendor Resources
  • Stable Kernel Commit Update

  • Stable Kernel Commit Update

  • Stable Kernel Commit Update

  • Stable Kernel Commit Update
  • 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