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-23074

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

CVE-2026-23074 is a use-after-free vulnerability in the Linux kernel's net/sched component that occurs when teql is incorrectly used as a non-root qdisc. This post covers the technical details, affected versions, and mitigation.

Published: February 6, 2026

CVE-2026-23074 Overview

A Use-After-Free vulnerability has been identified in the Linux kernel's net/sched traffic control subsystem. The vulnerability exists in the teql (True Equalizer Link) qdisc implementation, which fails to enforce its design constraint of only being used as a root qdisc. When teql is improperly configured as a child qdisc, specific scheduling conditions can lead to a dangling pointer access and subsequent memory corruption.

Critical Impact

This vulnerability can result in kernel memory corruption through Use-After-Free, potentially allowing privilege escalation or denial of service on affected Linux systems.

Affected Products

  • Linux Kernel (multiple versions with net/sched teql support)
  • Systems using QFQ (Quick Fair Queueing) with teql as child qdisc
  • Network-intensive Linux deployments using traffic control configurations

Discovery Timeline

  • February 4, 2026 - CVE CVE-2026-23074 published to NVD
  • February 5, 2026 - Last updated in NVD database

Technical Details for CVE-2026-23074

Vulnerability Analysis

The vulnerability stems from a missing constraint check in the teql qdisc implementation. The teql (True Equalizer Link) scheduler was designed with the explicit intention of being used only as a root qdisc, but this constraint was never programmatically enforced in the kernel code.

The issue manifests in a specific scheduling scenario involving QFQ (Quick Fair Queueing) as the root qdisc with teql configured as a child class. When packets are enqueued to teql, it reports success but only updates the parent-visible queue length (sch->q.qlen) during dequeue operations. Since teql's peek operation always returns NULL, the parent QFQ scheduler never invokes dequeue, leaving the queue length incorrectly reported as zero.

This incorrect state becomes dangerous when class parameters are modified. The qfq_change_class function calls qfq_deact_rm_from_agg, which fails to properly deactivate the class due to the zero queue length. However, the function still frees internal pointers from the aggregate structure. When delayed packets from a sibling class (such as netem) are eventually processed, the freed pointers are accessed, triggering a Use-After-Free condition.

Root Cause

The root cause is the absence of validation logic to ensure teql is only instantiated as a root qdisc. The teql implementation incorrectly handles queue length accounting when used in non-root contexts, creating a state inconsistency between the actual queue contents and the reported queue depth. This architectural oversight allows the creation of invalid scheduler hierarchies that lead to memory safety violations.

Attack Vector

Exploitation requires local access to configure network traffic control settings on the system. An attacker with sufficient privileges to manipulate qdisc configurations can craft a specific hierarchy combining QFQ as root with netem (providing packet delay) and teql as child classes. The attack sequence involves:

  1. Creating a QFQ root qdisc with weighted child classes
  2. Configuring one class with netem to introduce packet delays
  3. Configuring another class with teql (violating design constraints)
  4. Sending packets to trigger the scheduling race condition
  5. Modifying class parameters to trigger the UAF during deactivation

The vulnerability allows manipulation of kernel memory through the dangling pointer access, potentially leading to privilege escalation or system crash.

Detection Methods for CVE-2026-23074

Indicators of Compromise

  • Unexpected kernel panics or crashes related to net/sched subsystem
  • Kernel log messages indicating memory corruption in traffic control code
  • Unusual qdisc configurations with teql used as non-root qdisc
  • System instability during network traffic control parameter modifications

Detection Strategies

  • Monitor kernel logs for UAF-related KASAN reports in net/sched functions
  • Audit traffic control configurations for improper teql placement using tc qdisc show
  • Implement system call monitoring for setsockopt and netlink operations modifying qdisc hierarchies
  • Deploy kernel integrity monitoring to detect memory corruption patterns

Monitoring Recommendations

  • Enable kernel address sanitizer (KASAN) in development and testing environments
  • Monitor for anomalous traffic control configuration changes via audit subsystem
  • Implement alerting on kernel crashes with call traces involving qfq_ or teql_ functions
  • Track privileged user activities related to network namespace and traffic control modifications

How to Mitigate CVE-2026-23074

Immediate Actions Required

  • Apply the kernel patches from the official stable branches immediately
  • Audit existing traffic control configurations to ensure teql is not used as a child qdisc
  • Restrict access to traffic control configuration capabilities using Linux capabilities
  • Consider using network namespaces to limit the blast radius of potential exploitation

Patch Information

The Linux kernel maintainers have released patches across multiple stable branches to enforce the constraint that teql can only be used as a root qdisc. The fix adds validation logic during qdisc attachment to reject configurations where teql would be instantiated as a child class.

Patches are available in the following kernel commits:

  • Kernel Git Commit 0686bed
  • Kernel Git Commit 16ed73c
  • Kernel Git Commit 4c7e8aa
  • Kernel Git Commit 50da4b9

Workarounds

  • Avoid configuring teql as a non-root qdisc in any traffic control hierarchy
  • Remove or replace existing teql child qdisc configurations with appropriate alternatives
  • Restrict CAP_NET_ADMIN capability to trusted users and processes only
  • Use alternative traffic shaping solutions that don't involve teql if root qdisc usage isn't suitable
bash
# Configuration example
# Check for improper teql configurations
tc qdisc show | grep teql

# Remove teql if configured as child qdisc (example for interface eth0)
tc qdisc del dev eth0 parent 1:2 handle 20:

# Verify teql is only used as root qdisc
tc qdisc show dev eth0 root

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 0686bed

  • Kernel Git Commit 16ed73c

  • Kernel Git Commit 4c7e8aa

  • Kernel Git Commit 50da4b9
  • Related CVEs
  • CVE-2026-31475: Linux Kernel Use-After-Free Vulnerability

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

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

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