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

CVE-2024-50083: Linux Kernel TCP/MPTCP DoS Vulnerability

CVE-2024-50083 is a denial of service vulnerability in Linux Kernel's TCP/MPTCP implementation that causes DSS corruption due to large PMTU transmissions. This article covers technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2024-50083 Overview

CVE-2024-50083 is a vulnerability in the Linux kernel's MPTCP (Multipath TCP) implementation that causes Data Sequence Signal (DSS) corruption when handling large Path MTU (PMTU) transmissions. The vulnerability was discovered through Syzkaller fuzzing and can lead to system instability and denial of service conditions. The flaw exists in the TCP/MPTCP subsystem and affects the __mptcp_move_skbs_from_subflow function in net/mptcp/protocol.c.

Critical Impact

Remote attackers can exploit this vulnerability over the network without authentication to cause denial of service through kernel warnings and potential system crashes affecting MPTCP-enabled systems.

Affected Products

  • Linux Kernel (multiple versions with MPTCP support)
  • Linux Kernel 6.12-rc1
  • Linux Kernel 6.12-rc2

Discovery Timeline

  • 2024-10-29 - CVE CVE-2024-50083 published to NVD
  • 2025-11-03 - Last updated in NVD database

Technical Details for CVE-2024-50083

Vulnerability Analysis

This vulnerability occurs in the Linux kernel's MPTCP protocol implementation when processing data during TCP MTU probe operations. During large PMTU transmissions, the kernel's handling of socket buffers (skbs) between MPTCP subflows becomes corrupted. The issue manifests as a kernel WARNING in the __mptcp_move_skbs_from_subflow function at line 695 of net/mptcp/protocol.c.

The corruption is triggered through a specific code path that involves tcp_mtu_probe during tcp_write_xmit, which subsequently interacts with the MPTCP data handling routines. When the system processes incoming TCP data through tcp_data_queue and mptcp_data_ready, the corrupted DSS state causes assertion failures in the kernel.

Root Cause

The root cause of this vulnerability lies in improper handling of socket buffer data when MPTCP subflows process large MTU probe transmissions. The DSS (Data Sequence Signal) metadata becomes inconsistent when the kernel attempts to move socket buffers between the subflow and the main MPTCP socket during concurrent transmission and reception operations. This state corruption violates internal kernel invariants, triggering the warning condition.

Attack Vector

The vulnerability is exploitable remotely over the network. An attacker can craft network traffic targeting MPTCP-enabled systems to trigger the vulnerable code path. The attack does not require authentication or user interaction. By manipulating network conditions to cause large PMTU transmissions during active MPTCP sessions, an attacker can induce the kernel warning and potentially cause denial of service through repeated exploitation or system instability.

The attack flow involves:

  1. Establishing or interacting with an MPTCP connection on the target system
  2. Triggering conditions that cause large Path MTU probe transmissions
  3. Exploiting the race condition in socket buffer handling between subflows
  4. Causing DSS corruption that triggers kernel warnings and potential crashes

Detection Methods for CVE-2024-50083

Indicators of Compromise

  • Kernel WARNING messages in system logs referencing __mptcp_move_skbs_from_subflow at net/mptcp/protocol.c:695
  • System log entries showing "Possible SYN flooding" warnings on MPTCP-enabled ports
  • Unexpected kernel crashes or system instability on servers using MPTCP
  • Abnormal MPTCP connection behavior or connection failures

Detection Strategies

  • Monitor kernel logs for WARNING messages containing mptcp and protocol.c:695 patterns
  • Implement network monitoring for unusual MPTCP traffic patterns or malformed packets
  • Use kernel crash dump analysis to identify exploitation attempts targeting this vulnerability
  • Deploy intrusion detection rules to detect potential MPTCP-based attacks

Monitoring Recommendations

  • Enable kernel log monitoring with alerts for MPTCP-related warnings and errors
  • Configure system monitoring to track kernel oops and warning events in real-time
  • Monitor network interfaces for abnormal MPTCP session establishment patterns
  • Implement SIEM rules to correlate MPTCP-related kernel events with network traffic anomalies

How to Mitigate CVE-2024-50083

Immediate Actions Required

  • Update the Linux kernel to a patched version that includes the fix for this vulnerability
  • If immediate patching is not possible, consider disabling MPTCP if not required for operations
  • Monitor systems for signs of exploitation attempts through kernel log analysis
  • Review and restrict network exposure of systems running vulnerable kernel versions

Patch Information

Linux kernel developers have released patches to address this vulnerability. The fix has been committed to the stable kernel branches. Patches are available through the following commits:

  • Linux Kernel Commit 229dfdc
  • Linux Kernel Commit 4dabcdf
  • Linux Kernel Commit 9729010
  • Linux Kernel Commit ba8e658
  • Linux Kernel Commit c38add9
  • Linux Kernel Commit db04d18

Distribution-specific advisories are also available from Debian LTS Announcement January 2025 and Debian LTS Announcement March 2025.

Workarounds

  • Disable MPTCP support at the kernel level using sysctl: sysctl -w net.mptcp.enabled=0
  • Block or restrict MPTCP traffic at network perimeter firewalls if not required
  • Implement network segmentation to limit exposure of vulnerable systems
  • Consider using network-level filtering to drop MPTCP option packets on systems where MPTCP is not needed
bash
# Configuration example - Disable MPTCP if not required
# Check current MPTCP status
sysctl net.mptcp.enabled

# Disable MPTCP (temporary)
sysctl -w net.mptcp.enabled=0

# Disable MPTCP (persistent - add to /etc/sysctl.conf)
echo "net.mptcp.enabled=0" >> /etc/sysctl.conf
sysctl -p

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechLinux

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.10%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • NVD-CWE-noinfo
  • Technical References
  • Debian LTS Announcement January 2025

  • Debian LTS Announcement March 2025

  • NetApp Security Advisory NTAP-20250523-0010
  • Vendor Resources
  • Linux Kernel Commit 229dfdc

  • Linux Kernel Commit 4dabcdf

  • Linux Kernel Commit 9729010

  • Linux Kernel Commit ba8e658

  • Linux Kernel Commit c38add9

  • Linux Kernel Commit db04d18
  • Related CVEs
  • CVE-2026-23300: Linux Kernel IPv6 Nexthop DOS Vulnerability

  • CVE-2025-71108: Linux Kernel UCSI DOS Vulnerability

  • CVE-2025-68771: Linux Kernel OCFS2 DOS Vulnerability

  • CVE-2025-68768: Linux Kernel DoS 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