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

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

CVE-2026-23270 is a use-after-free vulnerability in the Linux kernel's net/sched subsystem affecting act_ct operations. This flaw occurs when packets are held by the defragmentation engine. Learn the technical details, impact, and mitigation.

Published: March 20, 2026

CVE-2026-23270 Overview

A Use-After-Free vulnerability has been identified in the Linux kernel's traffic control (TC) subsystem, specifically within the act_ct (connection tracking) action implementation. The flaw occurs when act_ct is improperly bound to egress qdiscs that do not handle TC_ACT_CONSUMED return values correctly. When the defragmentation engine holds an skb (socket buffer) and the classify function returns TC_ACT_CONSUMED, subsequent attempts by the defrag engine to access the packet can result in a Use-After-Free condition.

Critical Impact

This vulnerability can lead to memory corruption, kernel crashes, or potential privilege escalation through exploitation of the Use-After-Free condition in the kernel's network traffic control subsystem.

Affected Products

  • Linux Kernel (versions prior to the security patch)
  • Systems using act_ct with egress qdiscs other than clsact/ingress
  • Network configurations utilizing TC connection tracking actions

Discovery Timeline

  • 2026-03-18 - CVE CVE-2026-23270 published to NVD
  • 2026-03-19 - Last updated in NVD database

Technical Details for CVE-2026-23270

Vulnerability Analysis

The vulnerability exists in the Linux kernel's net/sched subsystem, specifically in the act_ct (connection tracking) action module. The root issue stems from the handling of TC_ACT_CONSUMED return values when act_ct is attached to egress paths.

When a packet is being processed by the defragmentation engine and the classify function returns TC_ACT_CONSUMED, the current skb is held by the defrag engine. However, most qdiscs are not designed to handle this return value properly, leading to a situation where the packet may be freed while the defragmentation engine still holds a reference to it. This creates a classic Use-After-Free condition when the defrag engine later attempts to access the already-freed packet memory.

The vulnerability was reported by Gangmin Kim, who identified that certain packet processing scenarios could trigger this UaF condition. The act_ct module was originally intended for use in ingress paths only, but users had begun attaching it to egress configurations, exposing this vulnerability.

Root Cause

The root cause lies in the mismatch between act_ct's return behavior and the expectations of various qdisc implementations. When act_ct returns TC_ACT_CONSUMED during packet classification, the expectation is that the skb is being held for deferred processing (such as defragmentation). However, qdiscs not designed to handle this return code may proceed to free or reuse memory associated with the packet.

The clsact/ingress qdiscs properly handle TC_ACT_CONSUMED, while other qdisc types do not have this handling, creating an inconsistent and exploitable condition when act_ct is bound to inappropriate qdisc types.

Attack Vector

The attack vector involves local manipulation of the traffic control subsystem. An attacker with sufficient privileges to configure TC rules could potentially:

  1. Attach act_ct to a non-clsact egress qdisc
  2. Send specially crafted fragmented packets that trigger the defragmentation engine
  3. Cause the classify function to return TC_ACT_CONSUMED
  4. Exploit the resulting UaF when the defrag engine accesses freed memory

The vulnerability requires local access to configure TC rules and the ability to inject or influence network traffic. The UaF condition could potentially be leveraged for kernel memory corruption, denial of service, or privilege escalation depending on the specific memory layout at the time of exploitation.

Detection Methods for CVE-2026-23270

Indicators of Compromise

  • Unexpected kernel panics or crashes related to net/sched or act_ct modules
  • KASAN (Kernel Address Sanitizer) reports indicating Use-After-Free in TC subsystem
  • Abnormal TC configurations binding act_ct to non-clsact/ingress qdiscs
  • Memory corruption artifacts in network-related kernel structures

Detection Strategies

  • Monitor kernel logs for KASAN or SLUB debugging warnings related to act_ct or net/sched
  • Audit TC configurations using tc filter show and tc actions show to identify act_ct bindings to egress qdiscs
  • Deploy kernel instrumentation to track TC_ACT_CONSUMED returns in non-clsact contexts
  • Use eBPF-based monitoring to observe TC action invocations and qdisc interactions

Monitoring Recommendations

  • Enable KASAN in development/testing environments to catch UaF conditions
  • Implement centralized logging for kernel messages related to network traffic control
  • Review and audit network namespace configurations for unexpected TC rule modifications
  • Monitor system stability metrics for unexplained kernel-related issues on systems utilizing TC features

How to Mitigate CVE-2026-23270

Immediate Actions Required

  • Apply the kernel patches from the official git repositories immediately
  • Audit existing TC configurations to identify any act_ct bindings to non-clsact qdiscs
  • Temporarily remove or reconfigure act_ct actions that are bound to egress paths outside of clsact
  • Restrict access to TC configuration capabilities to trusted administrators only

Patch Information

The Linux kernel maintainers have released patches to address this vulnerability. The fix restricts act_ct to only bind to clsact/ingress qdiscs and shared blocks, ensuring that the TC_ACT_CONSUMED return value is always handled correctly.

Security patches are available via the following kernel git commits:

  • Kernel Git Commit 11cb63b0
  • Kernel Git Commit 380ad8b7
  • Kernel Git Commit 524ce8b4
  • Kernel Git Commit 9deda0fc

Update your kernel to a version containing these patches or apply the patches to your current kernel build.

Workarounds

  • Migrate act_ct configurations to use only clsact qdiscs for both ingress and egress
  • Remove act_ct bindings from traditional egress qdiscs until patched kernels are deployed
  • Implement network policy restrictions to limit TC configuration changes
  • Consider using alternative connection tracking approaches that don't rely on act_ct for egress paths
bash
# Audit existing act_ct configurations
tc actions show action ct

# Remove act_ct from non-clsact egress qdiscs
tc filter del dev eth0 egress handle 1 pref 1

# Reconfigure with clsact (which properly handles TC_ACT_CONSUMED)
tc qdisc add dev eth0 clsact
tc filter add dev eth0 egress protocol ip pref 1 handle 1 flower action ct

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 11cb63b0

  • Kernel Git Commit 380ad8b7

  • Kernel Git Commit 524ce8b4

  • Kernel Git Commit 9deda0fc
  • 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