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

CVE-2024-36978: Linux Kernel Buffer Overflow Vulnerability

CVE-2024-36978 is a buffer overflow flaw in the Linux kernel's sch_multiq scheduler that enables out-of-bounds memory writes. This article covers the technical details, affected versions, impact, and mitigation.

Updated: May 16, 2026

CVE-2024-36978 Overview

CVE-2024-36978 is an out-of-bounds write vulnerability in the Linux kernel's sch_multiq network scheduler. The flaw resides in the multiq_tune() function within the network queueing discipline subsystem. A local attacker with low privileges can trigger memory corruption by exploiting a logic error in how q->bands is reassigned during kmalloc operations. The vulnerability is tracked under CWE-787 and affects multiple Linux kernel versions including 6.10-rc1 and 6.10-rc2. Successful exploitation can result in kernel memory corruption, leading to privilege escalation, denial of service, or arbitrary code execution within kernel context.

Critical Impact

Local attackers can corrupt kernel memory through the multiq queueing discipline, potentially achieving kernel-level code execution and full system compromise.

Affected Products

  • Linux Kernel (multiple versions prior to fix)
  • Linux Kernel 6.10-rc1
  • Linux Kernel 6.10-rc2

Discovery Timeline

  • 2024-06-19 - CVE-2024-36978 published to NVD
  • 2026-05-12 - Last updated in NVD database

Technical Details for CVE-2024-36978

Vulnerability Analysis

The vulnerability exists in the multiq_tune() function in net/sched/sch_multiq.c, which configures the multi-queue queueing discipline (qdisc) in the Linux kernel traffic control subsystem. The sch_multiq qdisc distributes packets across multiple bands corresponding to hardware transmit queues.

During reconfiguration, multiq_tune() updates the number of bands managed by the qdisc. The function assigns q->bands to the new value from qopt->bands from user-supplied configuration. However, the original code used the updated q->bands value in a subsequent kmalloc allocation and indexing operation, when it should have used the previous value or aligned the allocation size with the access pattern.

This discrepancy creates an out-of-bounds write condition. An attacker with CAP_NET_ADMIN capability in a user namespace can issue crafted netlink messages to manipulate the multiq qdisc and write beyond the allocated buffer.

Root Cause

The root cause is improper sequencing of state updates and memory allocation within multiq_tune(). The function assigned the new band count to the queue structure before completing the allocation logic that depended on the old value. Subsequent code paths used the stale assumption, causing writes past the bounds of the allocated q->queues array.

Attack Vector

Exploitation requires local access with privileges to configure network queueing disciplines. Unprivileged users in containers or sandboxes that grant CAP_NET_ADMIN within a user namespace may also reach the vulnerable code path. The attacker invokes the netlink interface to add or modify a multiq qdisc with a crafted band configuration, triggering the out-of-bounds write. Technical details and patch commits are available in the Linux Kernel Git repository.

No public proof-of-concept exploit code has been released for this issue.

Detection Methods for CVE-2024-36978

Indicators of Compromise

  • Unexpected kernel oops or panic messages referencing sch_multiq, multiq_tune, or KASAN reports of slab-out-of-bounds writes in the network scheduler.
  • Anomalous tc qdisc add or tc qdisc change invocations specifying the multiq discipline from non-administrative user contexts.
  • Process activity from unprivileged users or containers spawning netlink sockets targeting RTM_NEWQDISC with multiq parameters.

Detection Strategies

  • Audit execve events for tc commands referencing multiq and correlate with the invoking user, container, and namespace context.
  • Enable Linux Audit rules on the setsockopt and netlink message paths used by traffic control to flag unexpected qdisc configuration changes.
  • Monitor kernel logs (dmesg, /var/log/kern.log) for KASAN, slab corruption, or general protection fault entries related to sch_multiq.

Monitoring Recommendations

  • Inventory hosts running affected kernel versions and prioritize patching on multi-tenant systems and container hosts where untrusted workloads execute.
  • Forward kernel and audit logs to a centralized log analytics platform to identify crash patterns indicative of exploitation attempts.
  • Track usage of CAP_NET_ADMIN grants in user namespaces and container runtimes such as Docker, containerd, and Kubernetes.

How to Mitigate CVE-2024-36978

Immediate Actions Required

  • Apply the upstream kernel patches referenced in the stable kernel commits, including d6fb5110e8722bc00748f22caeb650fe4672f129 and related backports.
  • Update to a distribution kernel package that incorporates the fix, including the Debian LTS update documented in the Debian LTS announcement.
  • Review and apply Siemens product advisories for affected industrial systems, including SSA-265688, SSA-355557, and SSA-613116.

Patch Information

The fix reorders the logic in multiq_tune() so that the previous q->bands value is used for allocation sizing before the new value is assigned. Patched commits are tracked in the upstream Linux kernel stable tree, with the primary fix available at the Kernel Git Commit. Distribution maintainers including Debian and Siemens have released corresponding updates for supported kernel branches.

Workarounds

  • Restrict CAP_NET_ADMIN capability assignment in user namespaces and container security profiles to prevent unprivileged access to qdisc configuration.
  • Disable or blacklist the sch_multiq kernel module on systems that do not require multi-queue traffic shaping by adding blacklist sch_multiq to /etc/modprobe.d/.
  • Apply seccomp or AppArmor profiles to container workloads to block netlink configuration syscalls targeting traffic control.
bash
# Configuration example: blacklist the vulnerable module
echo 'blacklist sch_multiq' | sudo tee /etc/modprobe.d/disable-multiq.conf
sudo rmmod sch_multiq 2>/dev/null
sudo update-initramfs -u

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechLinux Kernel

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.03%

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

  • Siemens Security Advisory

  • Siemens Security Advisory

  • Siemens Security Advisory
  • Vendor Resources
  • Kernel Git Commit Update

  • Kernel Git Commit Update

  • Kernel Git Commit Update

  • Kernel Git Commit Update

  • Kernel Git Commit Update

  • Kernel Git Commit Update

  • Kernel Git Commit Update
  • Related CVEs
  • CVE-2026-46237: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-46236: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-46234: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-46232: Linux Kernel Buffer Overflow Vulnerability
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