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

CVE-2024-26808: Linux Kernel Privilege Escalation Flaw

CVE-2024-26808 is a privilege escalation vulnerability in the Linux Kernel netfilter component that causes stale netdevice references. This article covers technical details, affected versions, impact, and mitigation.

Updated: January 22, 2026

CVE-2024-26808 Overview

CVE-2024-26808 is a vulnerability in the Linux kernel's netfilter subsystem, specifically within the nft_chain_filter module. The flaw occurs when a network device is unregistered but its reference remains in the inet/ingress basechain hook list, creating a stale reference condition. This can lead to system instability and denial of service conditions when the kernel attempts to access the invalid netdevice reference.

Critical Impact

Local attackers with low privileges can exploit this vulnerability to cause denial of service through kernel crashes by triggering stale netdevice references in netfilter hook lists.

Affected Products

  • Linux Kernel (multiple versions including 6.8-rc1)
  • Debian Linux 10.0
  • Systems using netfilter with inet/ingress basechains

Discovery Timeline

  • April 4, 2024 - CVE-2024-26808 published to NVD
  • April 4, 2025 - Last updated in NVD database

Technical Details for CVE-2024-26808

Vulnerability Analysis

This vulnerability exists in the Linux kernel's netfilter framework, which provides packet filtering, network address translation, and port translation functionality. The issue specifically affects the nft_chain_filter component responsible for managing filter chains in the nftables subsystem.

When a network device is removed from the system (triggering a NETDEV_UNREGISTER event), the kernel's netfilter code fails to properly remove the netdevice reference from inet/ingress basechain hook lists. This oversight results in dangling pointers that remain in the hook list even after the associated network device has been deallocated.

The vulnerability requires local access to exploit but only needs low privileges, making it accessible to authenticated users on affected systems. Successful exploitation results in denial of service, potentially causing kernel panics or system crashes when the stale reference is dereferenced.

Root Cause

The root cause is improper handling of the NETDEV_UNREGISTER event notification in the nft_chain_filter module. When a network interface is unregistered, the module fails to clean up references to the netdevice from inet/ingress basechains. This creates a use-after-free scenario where the kernel maintains pointers to memory that may be reallocated for other purposes, leading to memory corruption or crashes.

Attack Vector

The attack vector requires local access to the system. An attacker with low privileges can trigger the vulnerability by manipulating network interfaces in conjunction with nftables rules using inet/ingress basechains. The attack does not require user interaction and the scope is unchanged, meaning the impact is limited to the vulnerable component itself.

Exploitation involves creating nftables rules attached to a network device using inet family ingress chains, then triggering the device's removal while the hook remains registered. The resulting stale reference can cause the kernel to crash when processing network packets or during hook traversal operations.

Detection Methods for CVE-2024-26808

Indicators of Compromise

  • Unexpected kernel panics or oops messages referencing netfilter or nft_chain_filter
  • System crashes occurring during network interface removal or reconfiguration
  • Kernel log messages indicating invalid memory access in netfilter subsystem
  • Core dumps showing netfilter-related stack traces

Detection Strategies

  • Monitor kernel logs (dmesg, /var/log/kern.log) for netfilter-related errors and warnings
  • Implement kernel crash dump analysis to identify exploitation patterns
  • Use kernel debugging tools to track netdevice reference counting anomalies
  • Deploy system monitoring to detect unusual network interface manipulation patterns

Monitoring Recommendations

  • Enable kernel crash dump collection for post-incident analysis
  • Configure alerting for kernel panic events on affected systems
  • Monitor for suspicious processes repeatedly adding/removing network interfaces
  • Track nftables rule modifications, especially those involving inet/ingress chains

How to Mitigate CVE-2024-26808

Immediate Actions Required

  • Update Linux kernel to a patched version immediately
  • Review and audit nftables configurations using inet/ingress basechains
  • Restrict local user access on critical systems until patches are applied
  • Monitor systems for signs of exploitation or instability

Patch Information

Multiple patches have been released to address this vulnerability. The fix properly handles the NETDEV_UNREGISTER event by removing the netdevice reference from inet/ingress basechains before the device is deallocated. Patches are available from the official Linux kernel Git repository:

  • Linux Kernel Patch
  • Linux Kernel Update
  • Linux Kernel Security Commit
  • Linux Kernel Fix
  • Linux Kernel Improvement
  • Linux Kernel Change Log

Debian users should refer to the Debian LTS Announcement for distribution-specific updates.

Workarounds

  • Avoid using inet family ingress chains until patches can be applied
  • Minimize network interface changes on systems with nftables inet/ingress rules
  • Implement strict access controls to limit local user capabilities
  • Consider using iptables as an alternative to nftables on unpatched systems
bash
# Check current kernel version
uname -r

# List nftables rules to identify inet/ingress chains
nft list ruleset | grep -E "inet.*ingress"

# Update kernel on Debian-based systems
apt update && apt upgrade linux-image-$(uname -r)

# Verify patch is applied by checking kernel version
dpkg -l | grep linux-image

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

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • NVD-CWE-noinfo
  • Technical References
  • Debian LTS Announcement
  • Vendor Resources
  • Linux Kernel Patch

  • Linux Kernel Update

  • Linux Kernel Security Commit

  • Linux Kernel Fix

  • Linux Kernel Improvement

  • Linux Kernel Change Log
  • 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