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-2026-22999

CVE-2026-22999: Linux Kernel Use-After-Free Vulnerability

CVE-2026-22999 is a use-after-free flaw in the Linux kernel's net/sched sch_qfq component that can lead to memory corruption. This article covers the technical details, affected versions, impact, and mitigation.

Published: January 30, 2026

CVE-2026-22999 Overview

A Use-After-Free (UAF) vulnerability has been identified in the Linux kernel's network scheduler component, specifically within the Quick Fair Queueing (QFQ) discipline implementation. The flaw exists in the qfq_change_class() function, which improperly frees an existing class and its associated qdisc data structure during error handling scenarios.

When qfq_change_class() encounters an error condition, it incorrectly frees cl->qdisc and cl even when a new class and qdisc were not allocated. This premature deallocation can lead to Use-After-Free conditions, potentially allowing attackers to corrupt memory, crash the system, or achieve code execution through careful memory manipulation.

Critical Impact

This vulnerability in the Linux kernel's QFQ scheduler can lead to Use-After-Free conditions, risking system stability and potential privilege escalation for local attackers with network scheduler configuration capabilities.

Affected Products

  • Linux kernel with QFQ (Quick Fair Queueing) scheduler enabled
  • Systems utilizing net/sched/sch_qfq.c network scheduling
  • Linux distributions running vulnerable kernel versions

Discovery Timeline

  • 2026-01-25 - CVE CVE-2026-22999 published to NVD
  • 2026-01-26 - Last updated in NVD database

Technical Details for CVE-2026-22999

Vulnerability Analysis

The vulnerability resides in the qfq_change_class() function within the Linux kernel's QFQ scheduler implementation (net/sched/sch_qfq.c). The QFQ scheduler is a packet scheduling algorithm that provides fair queuing for network traffic.

The core issue stems from improper resource management during error handling. When modifying an existing class configuration fails, the function erroneously frees memory that is still in use by the system. Specifically, the cl->qdisc (queuing discipline) and cl (class) structures should only be freed if new allocations were made during the operation. The flawed logic frees these structures regardless, creating a dangling pointer scenario.

This Use-After-Free vulnerability can be triggered when an administrator or privileged user attempts to modify QFQ class parameters and the operation fails partway through. The freed memory may be reallocated for other purposes while the scheduler still maintains references to it, leading to memory corruption when subsequent scheduler operations access the stale pointers.

Root Cause

The root cause is a logic error in the error handling path of qfq_change_class(). The function fails to track whether new allocations were made before attempting cleanup, leading to the premature deallocation of existing, in-use data structures. The fix ensures that cl->qdisc and cl are only freed when a new class and qdisc were actually allocated during the function's execution, preventing the Use-After-Free condition.

Attack Vector

Exploitation of this vulnerability requires local access to the system with sufficient privileges to configure network traffic control (typically root or CAP_NET_ADMIN capability). An attacker would need to:

  1. Configure or have access to QFQ scheduler on a network interface
  2. Trigger the error condition in qfq_change_class() through malformed or conflicting configuration parameters
  3. Perform subsequent memory operations to reclaim the freed memory with attacker-controlled data
  4. Trigger the scheduler to access the corrupted memory, potentially achieving code execution or privilege escalation

The vulnerability is exploitable through the tc (traffic control) utility or equivalent netlink socket interactions. While the attack requires local privileges, it could be used for privilege escalation in containerized environments or by compromised processes with limited network administration capabilities.

Detection Methods for CVE-2026-22999

Indicators of Compromise

  • Unexpected kernel panics or oops messages referencing qfq_change_class, sch_qfq, or QFQ scheduler functions
  • System instability following traffic control configuration changes
  • Kernel log entries indicating memory corruption or invalid memory access in network scheduler subsystems
  • Unusual process crashes when interacting with QFQ scheduler configurations

Detection Strategies

  • Monitor kernel logs (dmesg, /var/log/kern.log) for UAF-related warnings, KASAN reports, or scheduler-related crashes
  • Implement kernel address sanitizer (KASAN) in development/testing environments to detect memory corruption early
  • Deploy audit rules to track tc command executions and netlink socket operations related to traffic control
  • Use SentinelOne Singularity Platform to detect anomalous kernel behavior and memory corruption attempts

Monitoring Recommendations

  • Enable kernel auditing for network namespace and traffic control operations
  • Configure alerting for unexpected scheduler-related kernel messages
  • Monitor for processes repeatedly attempting to modify QFQ scheduler configurations
  • Implement system integrity monitoring to detect unauthorized kernel module changes

How to Mitigate CVE-2026-22999

Immediate Actions Required

  • Update to a patched Linux kernel version containing the fix for this vulnerability
  • If immediate patching is not possible, consider disabling or removing the QFQ scheduler module (sch_qfq)
  • Restrict access to traffic control utilities and CAP_NET_ADMIN capability to trusted administrators only
  • Audit current QFQ scheduler configurations and monitor for suspicious modification attempts

Patch Information

The vulnerability has been addressed in the Linux kernel through multiple stable branch commits. The fix ensures proper tracking of allocation state before freeing resources in the error path.

Patches are available through the following kernel git commits:

  • Kernel Git Commit 362e269bb03f
  • Kernel Git Commit 3879cffd9d07
  • Kernel Git Commit e9d8f11652fa

System administrators should apply kernel updates from their Linux distribution's security channels as soon as patches become available.

Workarounds

  • Remove or blacklist the sch_qfq kernel module if QFQ scheduling is not required: modprobe -r sch_qfq
  • Restrict CAP_NET_ADMIN capability to minimize the attack surface
  • Use alternative scheduling disciplines such as fq_codel, htb, or pfifo_fast if fair queuing is needed
  • Implement network namespaces with restricted permissions to isolate traffic control configurations
bash
# Configuration example
# Disable QFQ scheduler module loading
echo "blacklist sch_qfq" >> /etc/modprobe.d/blacklist-qfq.conf

# Remove currently loaded module (if not in use)
modprobe -r sch_qfq

# Verify module is not loaded
lsmod | grep qfq

# Restrict traffic control access (example using capabilities)
setcap -r /sbin/tc

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

  • Vulnerability Details
  • TypeUse After Free

  • Vendor/TechLinux Kernel

  • SeverityNONE

  • CVSS ScoreN/A

  • EPSS Probability0.02%

  • Known ExploitedNo
  • Impact Assessment
  • ConfidentialityNone
  • IntegrityNone
  • AvailabilityNone
  • Technical References
  • Kernel Git Commit Update

  • Kernel Git Commit Update

  • Kernel Git Commit Update
  • Related CVEs
  • CVE-2026-31414: Linux Kernel Use-After-Free Vulnerability

  • CVE-2026-31426: Linux Kernel Use-After-Free Vulnerability

  • CVE-2026-31427: Linux Kernel Use-After-Free Vulnerability

  • CVE-2026-31419: Linux Kernel Use-After-Free 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