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
    • 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-2022-29581

CVE-2022-29581: Linux Kernel Privilege Escalation Flaw

CVE-2022-29581 is a privilege escalation vulnerability in Linux Kernel's net/sched subsystem that allows local attackers to gain root access. This article covers the technical details, affected versions, and mitigation.

Published: February 17, 2026

CVE-2022-29581 Overview

CVE-2022-29581 is an Improper Update of Reference Count vulnerability (CWE-911) in the net/sched component of the Linux Kernel that allows a local attacker to escalate privileges to root. This vulnerability affects Linux Kernel versions prior to 5.18 and versions 4.14 and later, making it a significant threat to a wide range of Linux systems including enterprise distributions and embedded devices.

The flaw exists in the traffic control (tc) subsystem's scheduler component, where improper handling of reference counts can lead to memory corruption conditions that an attacker can leverage to gain elevated privileges on the affected system.

Critical Impact

Local privilege escalation to root on vulnerable Linux systems running kernel versions 4.14 through pre-5.18, affecting enterprise distributions, cloud infrastructure, and embedded systems.

Affected Products

  • Linux Kernel versions 4.14 and later, prior to version 5.18
  • Debian Linux 10.0
  • Canonical Ubuntu Linux 14.04 LTS, 16.04 ESM, 18.04 LTS, 20.04 LTS, 22.04 LTS
  • NetApp H-Series firmware (H300s, H500s, H700s, H300e, H500e, H700e, H410s, H410c)

Discovery Timeline

  • May 17, 2022 - CVE-2022-29581 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2022-29581

Vulnerability Analysis

This vulnerability stems from improper reference count management in the Linux kernel's network traffic control scheduler (net/sched). Reference counting is a critical memory management technique used throughout the kernel to track when objects are in use and when they can be safely freed. When reference counts are not properly maintained, it can lead to use-after-free conditions or other memory corruption issues.

In this case, the vulnerability allows a local attacker with low privileges to exploit the reference counting flaw to corrupt kernel memory structures. By carefully manipulating the affected code path, an attacker can achieve arbitrary code execution with kernel-level privileges, effectively escalating from an unprivileged user to root.

The attack requires local access to the system, meaning an attacker would need initial access through another vector such as a compromised user account, a vulnerable service, or physical access. However, once local access is obtained, exploitation requires no user interaction.

Root Cause

The root cause is an improper update of reference counts in the net/sched subsystem. Reference counts are used to track the lifecycle of kernel objects. When code incorrectly increments or decrements these counts, it can lead to objects being freed while still in use (use-after-free) or never being freed (memory leak). In this vulnerability, the improper reference count handling creates a memory corruption condition that can be exploited for privilege escalation.

The fix, committed to the Linux kernel git repository with commit ID 3db09e762dc79584a69c10d74a6b98f89a9979f8, addresses the reference counting logic to ensure proper object lifecycle management.

Attack Vector

The attack is local in nature, requiring an attacker to have existing access to the target system. The attack flow typically involves:

  1. Attacker gains initial access to the system with a low-privileged user account
  2. Attacker triggers the vulnerable code path in the net/sched subsystem through crafted network traffic control operations
  3. The improper reference count handling corrupts kernel memory
  4. Attacker leverages the memory corruption to execute arbitrary code in kernel context
  5. Successful exploitation results in root-level access to the system

The vulnerability does not require any user interaction and can be exploited with low attack complexity once local access is obtained. For detailed technical analysis, see the Linux Kernel Commit Update and the OpenWall OSS Security Discussion.

Detection Methods for CVE-2022-29581

Indicators of Compromise

  • Unexpected processes running with root privileges that originated from unprivileged user accounts
  • Anomalous activity in the net/sched subsystem, particularly unusual traffic control operations
  • Kernel crash logs or oops messages related to reference counting or memory corruption in network scheduler components
  • Signs of unauthorized privilege escalation attempts in system audit logs

Detection Strategies

  • Monitor system calls and kernel interactions related to the traffic control (tc) subsystem for anomalous patterns
  • Deploy kernel-level monitoring solutions like SentinelOne Singularity to detect exploitation attempts in real-time
  • Implement Linux audit rules to track CAP_NET_ADMIN capability usage and privilege changes
  • Use behavioral analysis to identify unusual process privilege transitions from low-privileged users to root

Monitoring Recommendations

  • Enable kernel auditing with auditd to log network namespace and traffic control operations
  • Configure alerting for unexpected root process creation, especially those with network-related parent processes
  • Monitor for kernel panic or oops events that may indicate exploitation attempts
  • Review system logs regularly for signs of privilege escalation activity

How to Mitigate CVE-2022-29581

Immediate Actions Required

  • Update to Linux Kernel version 5.18 or later, which contains the fix for this vulnerability
  • Apply vendor-provided security patches from your Linux distribution (Debian, Ubuntu, Red Hat, etc.)
  • For systems that cannot be immediately patched, implement kernel live patching solutions where available
  • Restrict local access to affected systems and audit user accounts with shell access

Patch Information

The vulnerability has been addressed in Linux Kernel version 5.18 and later. The specific fix is available in commit 3db09e762dc79584a69c10d74a6b98f89a9979f8 in the mainline Linux kernel repository. Major distributions have released security updates:

  • Debian: Security Advisory DSA-5173
  • Ubuntu: Security updates available for 14.04 LTS, 16.04 ESM, 18.04 LTS, 20.04 LTS, and 22.04 LTS
  • NetApp: Security Advisory ntap-20220629-0005
  • Kernel Live Patches: Available via LSN-0086-1 and LSN-0089-1

Workarounds

  • Limit local access to affected systems by removing unnecessary user accounts and disabling remote shell access where possible
  • Implement strict access controls using SELinux or AppArmor to constrain network traffic control operations
  • Consider using namespace isolation to limit the impact of potential exploitation
  • Deploy endpoint detection and response (EDR) solutions like SentinelOne to detect and block exploitation attempts
bash
# Check current kernel version
uname -r

# Update kernel on Debian/Ubuntu
sudo apt update && sudo apt upgrade linux-image-generic

# Apply Debian security update for DSA-5173
sudo apt update && sudo apt install --only-upgrade linux-image-$(uname -r)

# Verify patch application by checking kernel version
cat /proc/version

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechLinux Kernel

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.29%

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

  • NVD-CWE-Other
  • Technical References
  • Packet Storm Security Notice LSN-0086-1

  • Packet Storm Security Notice LSN-0089-1

  • NetApp Security Advisory ntap-20220629-0005

  • Debian Security Advisory DSA-5173
  • Vendor Resources
  • OpenWall OSS Security Discussion

  • Linux Kernel Commit Update

  • Kernel Dance Commit Reference
  • Related CVEs
  • CVE-2026-31411: Linux Kernel Privilege Escalation Flaw

  • CVE-2026-23438: Linux Kernel Privilege Escalation Flaw

  • CVE-2026-23439: Linux Kernel Privilege Escalation Flaw

  • CVE-2026-23437: Linux Kernel Privilege Escalation Flaw
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