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-2024-0193

CVE-2024-0193: Linux Kernel Use-After-Free Vulnerability

CVE-2024-0193 is a use-after-free flaw in the Linux Kernel netfilter subsystem that enables privilege escalation. This article covers the technical details, affected versions, security impact, and mitigation strategies.

Updated: January 22, 2026

CVE-2024-0193 Overview

A use-after-free vulnerability was discovered in the netfilter subsystem of the Linux kernel. The flaw occurs when the catchall element is garbage-collected during the removal of a pipapo set, causing the element to be deactivated twice. This double deactivation triggers a use-after-free condition on NFT_CHAIN or NFT_OBJECT objects, enabling a local unprivileged user with CAP_NET_ADMIN capability to escalate their privileges on the system.

Critical Impact

Local privilege escalation allowing users with CAP_NET_ADMIN capability to gain elevated system privileges through memory corruption in the kernel's netfilter subsystem.

Affected Products

  • Linux Kernel (all affected versions)
  • Red Hat Enterprise Linux 9.0

Discovery Timeline

  • 2024-01-02 - CVE-2024-0193 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2024-0193

Vulnerability Analysis

This vulnerability (CWE-416: Use After Free) resides in the Linux kernel's netfilter subsystem, specifically within the nftables implementation. The issue stems from improper handling of catchall elements during garbage collection when a pipapo (PIle PAcket POlicies) set is being removed from the system.

The pipapo set type in nftables is used for efficient packet classification and policy matching. When a pipapo set containing catchall elements is removed, a race condition in the garbage collection process can cause the catchall element to be deactivated twice. This double deactivation corrupts the internal reference counting mechanism, leaving dangling pointers to NFT_CHAIN or NFT_OBJECT structures.

An attacker with CAP_NET_ADMIN capability—which can be obtained through unprivileged user namespaces on many default Linux configurations—can trigger this condition to achieve use-after-free access to kernel memory. By carefully timing operations and controlling memory allocations, an attacker could potentially overwrite critical kernel data structures to escalate privileges.

Root Cause

The root cause is a synchronization flaw in the garbage collection logic for pipapo set elements. When a pipapo set is destroyed, the cleanup code does not properly coordinate with the garbage collector, allowing the catchall element deactivation to occur twice. The first deactivation frees the associated memory, while the second deactivation operates on the already-freed memory, creating a classic use-after-free scenario.

The vulnerability exists because:

  1. The catchall element lifecycle is not properly tracked during set removal
  2. No locking mechanism prevents concurrent deactivation attempts
  3. Reference counting for NFT_CHAIN and NFT_OBJECT structures can be corrupted

Attack Vector

The attack requires local access to the system with CAP_NET_ADMIN capability. On many Linux distributions, unprivileged users can obtain this capability within user namespaces, significantly lowering the barrier to exploitation. The attacker must:

  1. Create an unprivileged user namespace to obtain CAP_NET_ADMIN
  2. Set up an nftables pipapo set with catchall elements
  3. Trigger set removal while manipulating garbage collection timing
  4. Exploit the resulting use-after-free to corrupt kernel memory
  5. Escalate privileges through controlled memory corruption

The vulnerability mechanism involves memory management issues in the netfilter subsystem where improper synchronization between set removal and garbage collection creates a race condition. For detailed technical analysis, refer to Red Hat Bug Report #2255653.

Detection Methods for CVE-2024-0193

Indicators of Compromise

  • Unexpected processes running with elevated privileges after user namespace creation
  • Kernel log messages indicating use-after-free or memory corruption in netfilter/nftables subsystem
  • Suspicious nftables rule or set manipulation activity from unprivileged users
  • Process crashes or kernel oops messages related to nft_pipapo functions

Detection Strategies

  • Monitor for creation of user namespaces combined with nftables operations using audit rules
  • Implement kernel integrity monitoring to detect unauthorized privilege changes
  • Deploy endpoint detection and response (EDR) solutions capable of monitoring kernel-level operations
  • Configure auditd rules to track CAP_NET_ADMIN capability usage and nftables operations

Monitoring Recommendations

  • Enable kernel audit logging for netfilter operations using auditctl -a always,exit -F arch=b64 -S *nftables*
  • Monitor /var/log/kern.log and dmesg output for memory corruption warnings
  • Track user namespace creation events, especially when followed by network administration operations
  • Implement real-time alerting for privilege escalation indicators

How to Mitigate CVE-2024-0193

Immediate Actions Required

  • Apply the latest kernel security updates from your Linux distribution
  • Restrict user namespace creation if not required using sysctl kernel.unprivileged_userns_clone=0
  • Limit CAP_NET_ADMIN capability assignment to trusted users and processes
  • Consider disabling nftables if iptables can be used as an alternative

Patch Information

Red Hat has released security advisories addressing this vulnerability:

  • RHSA-2024:1018 - Kernel security update
  • RHSA-2024:1019 - Kernel security update
  • RHSA-2024:1248 - Kernel security update
  • RHSA-2024:2094 - Kernel security update
  • RHSA-2024:4412 - Kernel security update
  • RHSA-2024:4415 - Kernel security update

For complete vulnerability details, see the Red Hat CVE-2024-0193 Information page.

Workarounds

  • Disable unprivileged user namespaces to prevent capability acquisition by regular users
  • Apply mandatory access control policies (SELinux/AppArmor) to restrict nftables access
  • Use network namespaces isolation to limit exposure of vulnerable kernel functionality
  • Implement kernel module blacklisting for nf_tables if the functionality is not required
bash
# Disable unprivileged user namespaces (temporary)
sysctl -w kernel.unprivileged_userns_clone=0

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

# Verify the setting is applied
sysctl kernel.unprivileged_userns_clone

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

  • SeverityMEDIUM

  • CVSS Score6.7

  • EPSS Probability0.11%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-416
  • Technical References
  • Red Hat Security Advisory RHSA-2024:1018

  • Red Hat Security Advisory RHSA-2024:1019

  • Red Hat Security Advisory RHSA-2024:1248

  • Red Hat Security Advisory RHSA-2024:2094

  • Red Hat Security Advisory RHSA-2024:4412

  • Red Hat Security Advisory RHSA-2024:4415
  • Vendor Resources
  • Red Hat CVE-2024-0193 Information

  • Red Hat Bug Report #2255653
  • 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