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-36946

CVE-2022-36946: Linux Kernel DoS Vulnerability

CVE-2022-36946 is a denial of service flaw in the Linux Kernel nfnetlink_queue module that allows remote attackers to trigger system panic. This post covers the technical details, affected versions, and mitigation.

Published: February 18, 2026

CVE-2022-36946 Overview

CVE-2022-36946 is a denial of service vulnerability in the Linux kernel's netfilter subsystem. The flaw exists in the nfqnl_mangle function within net/netfilter/nfnetlink_queue.c, where improper handling of nf_queue verdicts with a one-byte nfta_payload attribute can cause skb_pull to encounter a negative skb->len value. This condition triggers a kernel panic, allowing remote attackers to crash affected systems.

Critical Impact

Remote attackers can cause a complete system denial of service by triggering a kernel panic through specially crafted network packets, affecting availability of Linux-based systems and infrastructure.

Affected Products

  • Linux Kernel through version 5.18.14
  • Debian Linux 10.0 and 11.0
  • NetApp Active IQ Unified Manager for VMware vSphere
  • NetApp SolidFire & HCI Management Node
  • NetApp SolidFire & HCI Storage Node
  • NetApp SolidFire Enterprise SDS
  • NetApp HCI Compute Node

Discovery Timeline

  • 2022-07-27 - CVE-2022-36946 published to NVD
  • 2025-05-05 - Last updated in NVD database

Technical Details for CVE-2022-36946

Vulnerability Analysis

This denial of service vulnerability occurs in the netfilter queue handling code of the Linux kernel. The nfqnl_mangle function is responsible for modifying packet data when processing nf_queue verdicts. Under specific conditions, when a verdict includes an nfta_payload attribute with a length of only one byte, the function's buffer manipulation logic fails to properly validate the resulting buffer length.

The vulnerability enables remote attackers to trigger a kernel panic without requiring authentication or user interaction. Systems using netfilter packet queuing functionality (such as those running intrusion detection systems, firewalls, or custom packet processing applications that leverage NFQUEUE) are particularly susceptible. When exploited, the kernel encounters an assertion failure due to the negative length condition, resulting in an immediate system crash.

Root Cause

The root cause lies in insufficient validation within the nfqnl_mangle function when processing packet modification requests. The function calls skb_pull to remove data from the beginning of a socket buffer (skb), but fails to properly check that the resulting skb->len would remain non-negative. When an nf_queue verdict specifies an nfta_payload attribute with minimal data (one byte), the calculation can result in a negative length value, violating kernel invariants and triggering a panic.

Attack Vector

The attack can be executed remotely over the network without requiring any privileges or user interaction. An attacker needs to craft malicious network packets that, when processed by the kernel's netfilter queue mechanism, trigger the vulnerable code path. The attack targets systems where:

  1. The netfilter NFQUEUE target is in use (common in IDS/IPS deployments)
  2. Userspace applications are processing queued packets via libnetfilter_queue
  3. The vulnerable code path is reachable through packet processing rules

The exploitation results in an immediate kernel panic, causing a complete denial of service that requires system reboot to recover. No data confidentiality or integrity impact has been identified; the vulnerability is limited to availability disruption.

Detection Methods for CVE-2022-36946

Indicators of Compromise

  • Unexpected kernel panics with backtraces referencing nfqnl_mangle or nfnetlink_queue.c
  • System crashes coinciding with high volumes of unusual network traffic patterns
  • Kernel log entries showing negative skb->len assertions or related netfilter errors
  • Repeated system reboots without apparent cause on systems running NFQUEUE-based applications

Detection Strategies

  • Monitor kernel logs for panic messages containing nfqnl_mangle, nfnetlink_queue, or skb_pull references
  • Implement network traffic analysis to detect anomalous packets targeting NFQUEUE processing
  • Deploy kernel crash dump analysis tools to identify exploitation attempts post-crash
  • Use runtime kernel integrity monitoring to detect attempted exploitation

Monitoring Recommendations

  • Enable kernel crash dump collection (kdump) to capture diagnostic information during panics
  • Configure centralized logging to preserve kernel messages before system crashes
  • Monitor system uptime and unplanned reboot events across infrastructure
  • Track netfilter queue statistics for unusual packet processing patterns

How to Mitigate CVE-2022-36946

Immediate Actions Required

  • Update Linux kernel to a patched version that includes commit 99a63d36cb3ed5ca3aa6fcb64cffbeaf3b0fb164
  • Review iptables/nftables rules and temporarily disable NFQUEUE targets if patching is not immediately possible
  • Prioritize patching on systems running IDS/IPS or custom packet processing applications
  • Apply vendor-specific patches for Debian, NetApp, and other affected distributions

Patch Information

The vulnerability has been addressed in the upstream Linux kernel. The fix is available in commit 99a63d36cb3ed5ca3aa6fcb64cffbeaf3b0fb164. Distribution-specific patches are available:

  • Debian: Security advisory DSA-5207 provides patched packages. Additional updates available via Debian LTS announcements.
  • NetApp: Refer to security advisory NTAP-20220901-0007 for affected products and remediation guidance.

Workarounds

  • Remove or disable NFQUEUE targets from iptables/nftables rules until patching is complete
  • Implement network segmentation to limit exposure of vulnerable systems to untrusted traffic
  • Deploy network-level filtering to drop malformed packets before they reach vulnerable hosts
  • Consider using alternative packet processing mechanisms that do not rely on NFQUEUE
bash
# Temporary workaround: Remove NFQUEUE rules
# List current NFQUEUE rules
iptables -L -n -v | grep NFQUEUE
ip6tables -L -n -v | grep NFQUEUE

# Remove specific NFQUEUE rules (adjust chain and rule numbers as needed)
# iptables -D INPUT <rule_number>
# iptables -D FORWARD <rule_number>

# Verify kernel version and check if patch is applied
uname -r
# Patched kernels include commit 99a63d36cb3ed5ca3aa6fcb64cffbeaf3b0fb164

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

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability4.70%

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

  • Debian LTS Announcement - Sept 2022

  • Debian LTS Announcement - Oct 2022

  • NetApp Security Advisory - NTAP-20220901-0007

  • Debian Security Advisory DSA-5207
  • Vendor Resources
  • Netfilter Development Discussion
  • 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