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-2022-39190

CVE-2022-39190: Linux Kernel DOS Vulnerability

CVE-2022-39190 is a denial of service vulnerability in Linux Kernel's netfilter component that occurs when binding to an already bound chain. This article covers technical details, affected versions, and mitigation.

Published: February 11, 2026

CVE-2022-39190 Overview

An issue was discovered in net/netfilter/nf_tables_api.c in the Linux kernel before version 5.19.6. A denial of service vulnerability exists that can occur when a process attempts to bind to an already bound chain in the netfilter subsystem. This flaw in the nf_tables API allows local attackers with limited privileges to trigger a denial of service condition by exploiting improper validation of chain binding states.

Critical Impact

Local attackers can cause system denial of service by binding to already bound chains in the netfilter nf_tables subsystem, potentially disrupting network filtering operations and system availability.

Affected Products

  • Linux Kernel versions prior to 5.19.6
  • Debian Linux 10.0

Discovery Timeline

  • 2022-09-02 - CVE CVE-2022-39190 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2022-39190

Vulnerability Analysis

The vulnerability resides in the netfilter nf_tables subsystem, specifically within the nf_tables_api.c file. The root issue stems from missing validation logic that should prevent binding operations to chains that are already in a bound state. When a local user with appropriate capabilities attempts to bind to an already bound chain, the system fails to properly reject this operation, leading to a denial of service condition.

The netfilter framework in Linux provides packet filtering, network address translation (NAT), and packet mangling capabilities. The nf_tables component is the modern replacement for iptables and provides a more flexible and efficient framework for network packet classification. Chain binding is a critical operation in this framework, and improper handling of binding states can lead to resource exhaustion or system instability.

Root Cause

The vulnerability exists because the nf_tables API lacks proper validation to check whether a chain is already bound before allowing additional binding operations. The nft_chain_is_bound() function was not being called to verify the chain's binding state prior to permitting the binding request. This oversight allows duplicate binding operations that the system is not designed to handle gracefully.

Attack Vector

The attack requires local access with low privileges on the target system. An attacker must have the ability to interact with the netfilter subsystem, typically through netlink sockets. The attacker can exploit this vulnerability by issuing binding requests to chains that are already bound, causing the system to enter an inconsistent state that results in denial of service.

c
 		return PTR_ERR(chain);
 	if (nft_is_base_chain(chain))
 		return -EOPNOTSUPP;
+	if (nft_chain_is_bound(chain))
+		return -EINVAL;
 	if (desc->flags & NFT_DATA_DESC_SETELEM &&
 	    chain->flags & NFT_CHAIN_BINDING)
 		return -EINVAL;

Source: GitHub Linux Commit e02f0d3

The patch adds a critical check using nft_chain_is_bound() to verify whether the chain is already bound before proceeding with the binding operation. If the chain is already bound, the function now returns -EINVAL to reject the request.

Detection Methods for CVE-2022-39190

Indicators of Compromise

  • Unexpected system crashes or kernel panics related to netfilter operations
  • Repeated failed netfilter chain binding operations in system logs
  • Abnormal resource consumption in processes interacting with nf_tables
  • Degraded network performance or packet filtering failures

Detection Strategies

  • Monitor kernel logs for netfilter-related errors or warnings using dmesg or /var/log/kern.log
  • Implement auditing of netlink socket operations to detect unusual nf_tables interactions
  • Use kernel tracing tools like ftrace or bpftrace to monitor nf_tables API calls
  • Deploy intrusion detection rules to identify suspicious local privilege activity targeting netfilter

Monitoring Recommendations

  • Enable kernel auditing for CAP_NET_ADMIN capability usage to track privileged network operations
  • Monitor for processes making unusual numbers of netfilter configuration changes
  • Implement baseline monitoring for normal nf_tables operations to identify anomalies
  • Configure alerting for kernel-level denial of service indicators

How to Mitigate CVE-2022-39190

Immediate Actions Required

  • Update the Linux kernel to version 5.19.6 or later immediately
  • Review systems for any signs of exploitation or denial of service incidents
  • Restrict access to netfilter configuration capabilities to only trusted users and processes
  • Consider implementing additional access controls on systems that cannot be immediately patched

Patch Information

The vulnerability has been addressed in Linux kernel version 5.19.6. The fix was implemented in commit e02f0d3970404bfea385b6edb86f2d936db0ea2b, which adds validation to check if a chain is already bound before allowing binding operations. Detailed information about the fix is available in the Linux Kernel ChangeLog 5.19.6 and the GitHub Linux Commit e02f0d3.

Debian users should refer to the Debian LTS Announcement November 2022 for distribution-specific patch information.

Workarounds

  • Limit local user access to systems running vulnerable kernel versions
  • Restrict CAP_NET_ADMIN capability to reduce the attack surface
  • Implement namespace isolation to contain potential exploitation attempts
  • Consider using security modules like AppArmor or SELinux to restrict nf_tables access
bash
# Configuration example: Restrict CAP_NET_ADMIN capability
# Remove CAP_NET_ADMIN from processes that don't require it
setcap -r /path/to/binary

# Verify kernel version is patched
uname -r
# Should show 5.19.6 or later

# Check for available kernel updates on Debian
apt update && apt list --upgradable | grep linux-image

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechLinux Kernel

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability0.05%

  • 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-Other
  • Technical References
  • Debian LTS Announcement November 2022

  • Kernel Mailing List Discussion

  • Twitter Profile pr0Ln
  • Vendor Resources
  • Linux Kernel ChangeLog 5.19.6

  • GitHub Linux Commit e02f0d3
  • Related CVEs
  • CVE-2026-31418: Linux Kernel Netfilter IPset DoS Flaw

  • CVE-2026-31420: Linux Kernel Bridge MRP DoS Vulnerability

  • CVE-2026-31415: Linux Kernel IPv6 DoS Vulnerability

  • CVE-2026-31424: Linux Kernel Netfilter DoS 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