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
    • 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-53164

CVE-2024-53164: Linux Kernel DOS Vulnerability

CVE-2024-53164 is a denial of service flaw in the Linux kernel net scheduler that causes improper qlen adjustment ordering. This article covers the technical details, affected versions, impact, and mitigation.

Updated: January 22, 2026

CVE-2024-53164 Overview

CVE-2024-53164 is a vulnerability in the Linux kernel's network scheduler (net/sched) subsystem related to improper ordering of queue length (qlen) adjustments. The flaw occurs when changes to sch->q.qlen are not properly synchronized with calls to qdisc_tree_reduce_backlog(), which can result in parent qdiscs not being notified when a child qdisc is about to become empty. This race condition in the traffic control subsystem can lead to system instability and denial of service conditions.

Critical Impact

Local attackers with low privileges can exploit this vulnerability to cause a denial of service condition by triggering improper queue length handling in the kernel's network scheduler, potentially leading to system crashes or network subsystem failures.

Affected Products

  • Linux Kernel (multiple versions)
  • Linux Kernel 6.13-rc1
  • Debian Linux (LTS releases)

Discovery Timeline

  • December 27, 2024 - CVE-2024-53164 published to NVD
  • November 3, 2025 - Last updated in NVD database

Technical Details for CVE-2024-53164

Vulnerability Analysis

The vulnerability resides in the Linux kernel's traffic control (tc) subsystem, specifically in how queue discipline (qdisc) operations handle backlog reduction. When a qdisc processes packets and needs to adjust its queue length, the qdisc_tree_reduce_backlog() function is called to propagate these changes up the qdisc hierarchy to parent schedulers.

The root cause is a timing issue where the queue length (sch->q.qlen) modification occurs after the call to qdisc_tree_reduce_backlog() rather than before it. This incorrect ordering means that when a child qdisc is about to become empty, the parent qdisc may not receive proper notification of this state change. The parent qdisc relies on accurate queue length information to make scheduling decisions, and stale or incorrect values can lead to inconsistent internal state.

This vulnerability requires local access to exploit, as an attacker would need the ability to configure or interact with network qdiscs on the system. The impact is primarily availability-focused, as exploitation could cause the network subsystem to enter an inconsistent state, potentially leading to kernel panics or network connectivity failures.

Root Cause

The vulnerability stems from incorrect code ordering in the qdisc tree management logic. The qlen adjustment must occur before qdisc_tree_reduce_backlog() is called because that function uses the current queue length to determine whether to notify parent qdiscs about state changes. When the adjustment happens afterward, the function operates on stale data, failing to properly propagate the "becoming empty" notification to parent schedulers.

Attack Vector

The attack vector is local, requiring an authenticated user with low privileges to interact with the network scheduler subsystem. An attacker could potentially trigger this vulnerability by manipulating traffic control configurations or generating specific network traffic patterns that cause the race condition to manifest. This could be achieved through standard networking tools that interact with the kernel's qdisc subsystem.

The exploitation scenario involves creating conditions where the qdisc_tree_reduce_backlog() function is called with outdated queue length information, causing parent qdiscs to maintain incorrect state and potentially leading to resource exhaustion or system instability.

Detection Methods for CVE-2024-53164

Indicators of Compromise

  • Unexpected kernel panics or oops messages referencing net/sched or qdisc components
  • Network subsystem failures or connectivity issues without apparent external cause
  • System log entries indicating qdisc-related errors or warnings
  • Unusual traffic control behavior or scheduler inconsistencies

Detection Strategies

  • Monitor kernel logs (dmesg, /var/log/kern.log) for qdisc-related error messages or stack traces
  • Implement kernel crash dump analysis to identify net/sched subsystem crashes
  • Deploy SentinelOne Singularity Platform for real-time kernel-level threat detection and behavioral analysis
  • Use auditd to monitor traffic control configuration changes via tc commands

Monitoring Recommendations

  • Enable kernel crash reporting mechanisms (kdump, netconsole) to capture diagnostic data
  • Monitor system stability metrics and correlate with network subsystem activity
  • Configure alerting for unexpected kernel restarts or network service failures
  • Review traffic control configurations periodically for unauthorized modifications

How to Mitigate CVE-2024-53164

Immediate Actions Required

  • Update the Linux kernel to a patched version that includes the ordering fix
  • Review and audit current qdisc configurations for potential attack surface reduction
  • Limit local user access to traffic control utilities where not required
  • Apply vendor-specific patches from distribution security advisories

Patch Information

The Linux kernel maintainers have released patches to address this vulnerability by correcting the ordering of qlen adjustments relative to qdisc_tree_reduce_backlog() calls. Multiple stable kernel branches have been patched with the following commits:

  • Kernel Commit 33db36b3c53d
  • Kernel Commit 44782565e1e6
  • Kernel Commit 489422e2beff
  • Kernel Commit 5e473f462a16
  • Kernel Commit 5eb7de8cd58e
  • Kernel Commit 97e13434b5da
  • Kernel Commit e3e54ad9eff8

Debian users should refer to the Debian LTS Security Announcements for distribution-specific package updates.

Workarounds

  • Restrict access to traffic control utilities (tc) to authorized administrators only
  • Minimize qdisc hierarchy complexity where possible to reduce potential attack surface
  • Implement network namespace isolation to limit qdisc configuration scope
  • Consider disabling advanced qdisc features if not required for operations
bash
# Restrict tc utility access to root only
chmod 750 /sbin/tc

# Monitor qdisc configuration changes
auditctl -w /sbin/tc -p x -k traffic_control

# Check current kernel version for vulnerability status
uname -r

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechLinux Kernel

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/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 1

  • Debian LTS Announcement 2
  • Vendor Resources
  • Kernel Commit Reference 1

  • Kernel Commit Reference 2

  • Kernel Commit Reference 3

  • Kernel Commit Reference 4

  • Kernel Commit Reference 5

  • Kernel Commit Reference 6

  • Kernel Commit Reference 7
  • Related CVEs
  • CVE-2026-23446: Linux Kernel aqc111 Driver DoS Vulnerability

  • CVE-2026-23451: Linux Kernel Bonding Driver DoS Flaw

  • CVE-2026-23460: Linux Kernel ROSE Protocol DoS Vulnerability

  • CVE-2026-23459: 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