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-2026-23054

CVE-2026-23054: Linux Kernel hv_netvsc DOS Vulnerability

CVE-2026-23054 is a denial of service flaw in Linux kernel's hv_netvsc driver that causes system hangs when RSS hash keys are programmed without RX indirection tables. This article covers technical details, impact, and mitigations.

Published: February 6, 2026

CVE-2026-23054 Overview

CVE-2026-23054 is a vulnerability in the Linux kernel's Hyper-V network driver (hv_netvsc) that can cause a system hang when attempting to program RSS (Receive Side Scaling) hash keys without a valid RX indirection table. The vulnerability exists in the netvsc_set_rxfh() function, which failed to properly validate the presence of an indirection table before accepting RSS hash key updates.

When a device reports only a single receive queue, the rndis_filter_device_add() function does not allocate an RX indirection table. Accepting RSS hash key updates in this state leads to undefined behavior resulting in a system hang, causing a denial of service condition.

Critical Impact

Exploitation of this vulnerability can cause affected Linux systems running on Hyper-V to become unresponsive, requiring a hard reboot to recover.

Affected Products

  • Linux kernel with hv_netvsc driver enabled
  • Systems running Linux on Microsoft Hyper-V
  • Azure virtual machines running vulnerable kernel versions

Discovery Timeline

  • 2026-02-04 - CVE CVE-2026-23054 published to NVD
  • 2026-02-05 - Last updated in NVD database

Technical Details for CVE-2026-23054

Vulnerability Analysis

This vulnerability is classified as a Denial of Service (DoS) condition caused by improper validation in the Linux kernel's Hyper-V network virtual service client driver. The hv_netvsc driver implements network connectivity for Linux guests running on Microsoft Hyper-V hypervisor.

RSS (Receive Side Scaling) is a network driver technology that enables efficient distribution of network receive processing across multiple CPUs. The RSS configuration typically includes an indirection table that maps receive queues to CPUs and a hash key used to compute the hash for packet distribution.

The vulnerability occurs when the driver attempts to process RSS hash key programming requests without first verifying that a valid RX indirection table exists. When only a single receive queue is reported by the device, rndis_filter_device_add() skips allocation of the indirection table. Subsequent attempts to update the RSS hash key via netvsc_set_rxfh() then operate on invalid data structures, causing the system to hang.

Root Cause

The root cause is a missing validation check in the netvsc_set_rxfh() function. The function did not verify whether ndc->rx_table_sz was non-zero before attempting RSS hash key operations. When the RX indirection table is absent (table size is zero), the hash key programming proceeds anyway, leading to undefined behavior and ultimately a system hang.

The fix introduces a gate on ndc->rx_table_sz in netvsc_set_rxfh(), returning -EOPNOTSUPP when the indirection table is not allocated. This ensures the RSS configuration interface properly reflects the actual device capabilities.

Attack Vector

An attacker with local access to a vulnerable Linux system running on Hyper-V could trigger this vulnerability by attempting to configure RSS hash keys through the ethtool interface or similar mechanisms. The attack requires the ability to modify network device settings, which typically requires elevated privileges (root or CAP_NET_ADMIN capability).

The attack scenario involves:

  1. Identifying a Hyper-V virtual machine running a vulnerable Linux kernel with the hv_netvsc driver
  2. Confirming the network device reports only a single receive queue (no indirection table allocated)
  3. Attempting to set RSS hash keys via ethtool -X or programmatically through netlink
  4. The system becomes unresponsive, requiring administrative intervention to recover

Detection Methods for CVE-2026-23054

Indicators of Compromise

  • System hangs or becomes unresponsive after network configuration changes on Hyper-V guests
  • Kernel log messages related to hv_netvsc driver operations prior to system freeze
  • Attempted RSS configuration changes on single-queue network devices in audit logs
  • Unexplained virtual machine restarts in Azure or on-premises Hyper-V environments

Detection Strategies

  • Monitor for ethtool commands attempting to modify RSS settings on hv_netvsc interfaces
  • Implement audit rules tracking network device configuration changes requiring CAP_NET_ADMIN
  • Deploy kernel version detection to identify systems running vulnerable kernel releases
  • Use endpoint detection solutions to correlate network configuration changes with system instability

Monitoring Recommendations

  • Enable comprehensive logging for network subsystem configuration changes
  • Configure alerting for unexpected system reboots or hangs on Hyper-V/Azure Linux VMs
  • Implement kernel version inventory tracking across your Linux fleet
  • Monitor for privilege escalation attempts that could grant CAP_NET_ADMIN capabilities

How to Mitigate CVE-2026-23054

Immediate Actions Required

  • Apply the kernel patches from the official kernel git repository immediately
  • Restrict access to network configuration capabilities (CAP_NET_ADMIN) to trusted administrators only
  • Review and audit users with elevated network configuration privileges
  • Consider temporarily disabling RSS configuration tools on production systems until patched

Patch Information

The Linux kernel maintainers have released patches to address this vulnerability. The fix adds proper validation in netvsc_set_rxfh() to check for the presence of a valid RX indirection table before accepting RSS hash key updates. When the table is absent, the function now returns -EOPNOTSUPP, properly indicating the operation is not supported.

The patches are available from the following kernel git commits:

  • Kernel Git Commit 11dd9a9e
  • Kernel Git Commit 4cd55c60
  • Kernel Git Commit 82c9039c
  • Kernel Git Commit d2356495

Update your Linux kernel to a version containing one of these patches. Distribution vendors will release updated kernel packages incorporating this fix.

Workarounds

  • Restrict access to the ethtool command and network configuration utilities through file permissions or SELinux/AppArmor policies
  • Remove CAP_NET_ADMIN capability from non-essential users and processes
  • Implement network namespace isolation to limit network configuration scope
  • For Azure VMs, consider using Azure-provided managed images with patched kernels
bash
# Restrict ethtool access to root only
chmod 750 /usr/sbin/ethtool
chown root:root /usr/sbin/ethtool

# Audit network configuration changes
auditctl -w /usr/sbin/ethtool -p x -k network_config

# Check current kernel version for vulnerability assessment
uname -r

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

  • SeverityNONE

  • CVSS ScoreN/A

  • EPSS Probability0.02%

  • Known ExploitedNo
  • Impact Assessment
  • ConfidentialityNone
  • IntegrityNone
  • AvailabilityNone
  • Technical References
  • Kernel Git Commit 11dd9a9e

  • Kernel Git Commit 4cd55c60

  • Kernel Git Commit 82c9039c

  • Kernel Git Commit d2356495
  • 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