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

CVE-2022-1055: Linux Kernel Privilege Escalation Flaw

CVE-2022-1055 is a use-after-free privilege escalation vulnerability in Linux Kernel's tc_new_tfilter that allows local attackers to gain elevated privileges. This article covers technical details, affected versions, and patches.

Published: February 17, 2026

CVE-2022-1055 Overview

A use-after-free vulnerability exists in the Linux Kernel's tc_new_tfilter function that could allow a local attacker to achieve privilege escalation. This memory corruption flaw occurs within the Traffic Control (TC) subsystem, specifically in the traffic classifier filter creation routine. The exploit requires unprivileged user namespaces to be enabled on the target system, which is a common default configuration on many Linux distributions.

Critical Impact

Local attackers with unprivileged access can exploit this use-after-free vulnerability in the kernel's traffic control subsystem to escalate privileges to root, potentially gaining complete control over affected Linux systems.

Affected Products

  • Linux Kernel (versions prior to commit 04c2a47ffb13c29778e2a14e414ad4cb5a5db4b5)
  • Red Hat Enterprise Linux 8.0
  • Fedora 35
  • Canonical Ubuntu Linux 16.04 ESM, 18.04 LTS, 20.04 LTS, 21.10, 22.04 LTS
  • NetApp H-Series firmware (H300S, H500S, H700S, H300E, H500E, H700E, H410S, H410C)

Discovery Timeline

  • March 29, 2022 - CVE-2022-1055 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2022-1055

Vulnerability Analysis

This vulnerability is classified as CWE-416 (Use After Free), a critical memory corruption issue where the program continues to reference memory after it has been freed. In the context of tc_new_tfilter, this occurs within the Linux kernel's Traffic Control networking subsystem, which is responsible for managing network traffic scheduling and filtering.

The vulnerability allows a local attacker to manipulate memory that has already been deallocated, potentially corrupting kernel data structures. When exploited successfully, this can lead to arbitrary code execution with kernel privileges, effectively granting the attacker root access to the system.

The attack requires unprivileged user namespaces to be accessible, which allows non-root users to create isolated network namespaces where they can invoke the vulnerable TC functionality. This is a common configuration across modern Linux distributions, making the vulnerability exploitable in many real-world scenarios.

Root Cause

The root cause of this vulnerability lies in improper memory management within the tc_new_tfilter function. The code fails to properly handle object lifecycle management, resulting in a scenario where a reference to a traffic filter object is retained after the object's memory has been freed. Subsequent operations on this dangling pointer can corrupt kernel memory or allow an attacker to control kernel execution flow.

The fix implemented in commit 04c2a47ffb13c29778e2a14e414ad4cb5a5db4b5 addresses this issue by ensuring proper synchronization and reference counting for traffic filter objects, preventing the use-after-free condition from occurring.

Attack Vector

The attack vector is local, requiring an attacker to have authenticated access to the target system. The attacker must be able to create user namespaces and invoke Traffic Control netlink operations. The attack sequence typically involves:

  1. Creating an unprivileged user namespace to gain access to network namespace operations
  2. Setting up traffic control filters to trigger the vulnerable code path
  3. Racing the allocation and deallocation of filter objects to create the use-after-free condition
  4. Leveraging the memory corruption to achieve privilege escalation

The vulnerability exploitation demonstrates the risks associated with complex kernel subsystems that interact with user-accessible interfaces through namespaces.

Detection Methods for CVE-2022-1055

Indicators of Compromise

  • Unusual activity involving Traffic Control (TC) netlink socket operations from unprivileged users
  • Kernel log entries indicating memory corruption or unexpected faults in the cls_api.c or related TC modules
  • Suspicious processes creating user namespaces and performing network configuration operations
  • System crashes or instability related to networking subsystem operations

Detection Strategies

  • Monitor for processes invoking TC netlink operations from within user namespaces
  • Implement kernel audit rules to track RTM_NEWTFILTER netlink message creation
  • Deploy runtime kernel integrity monitoring to detect memory corruption attempts
  • Use Linux Security Modules (LSM) or seccomp to restrict access to sensitive netlink operations

Monitoring Recommendations

  • Enable and review kernel audit logs for netlink socket operations
  • Monitor for anomalous user namespace creation patterns, particularly in combination with network operations
  • Deploy endpoint detection solutions that can identify privilege escalation attempts
  • Regularly review system logs for kernel oops or panic events related to networking components

How to Mitigate CVE-2022-1055

Immediate Actions Required

  • Update the Linux kernel to a version that includes commit 04c2a47ffb13c29778e2a14e414ad4cb5a5db4b5
  • Apply vendor-specific security patches from your distribution (Red Hat, Ubuntu, Fedora, etc.)
  • Consider disabling unprivileged user namespaces if not required by workloads
  • Restrict access to netlink sockets using seccomp or AppArmor/SELinux policies

Patch Information

The vulnerability has been addressed in the upstream Linux kernel through commit 04c2a47ffb13c29778e2a14e414ad4cb5a5db4b5. Major Linux distributions have released corresponding security updates:

  • Red Hat has issued advisories for Enterprise Linux 8.0
  • Canonical has released patches for Ubuntu 16.04 ESM, 18.04 LTS, 20.04 LTS, 21.10, and 22.04 LTS
  • Fedora 35 has received security updates
  • NetApp has issued Security Advisory NTAP-20220506-0007 for affected H-Series devices

For detailed patch information, see the Kernel Commit Record and the Syzkaller Bug Report.

Workarounds

  • Disable unprivileged user namespaces by setting kernel.unprivileged_userns_clone=0 via sysctl
  • Implement network namespace restrictions using container security policies
  • Use seccomp profiles to block netlink operations for untrusted applications
  • Deploy mandatory access control (SELinux/AppArmor) policies to limit TC operations
bash
# Disable unprivileged user namespaces (temporary mitigation)
sysctl -w kernel.unprivileged_userns_clone=0

# Make the setting persistent across reboots
echo "kernel.unprivileged_userns_clone=0" >> /etc/sysctl.d/99-disable-userns.conf
sysctl --system

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 Score8.6

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:H/AT:N/PR:L/UI:N/VC:H/VI:H/VA:N/SC:H/SI:H/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-416
  • Technical References
  • Packet Storm Security Notice

  • NetApp Security Advisory
  • Vendor Resources
  • Kernel Commit Record

  • Kernel Dance Commit View

  • Syzkaller Bug Report
  • Related CVEs
  • CVE-2026-43055: Linux Kernel Privilege Escalation Flaw

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

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

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