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

CVE-2026-23353: Linux Kernel ice Driver DoS Vulnerability

CVE-2026-23353 is a denial of service vulnerability in the Linux kernel ice driver causing crashes during ethtool loopback tests. This article covers the technical details, affected versions, security impact, and mitigation.

Published: March 27, 2026

CVE-2026-23353 Overview

CVE-2026-23353 is a Null Pointer Dereference vulnerability in the Linux kernel's Intel ice network driver. The vulnerability was introduced during the conversion of the ice driver to page pool architecture, causing the ethtool offline loopback test to crash with a kernel NULL pointer dereference error.

The crash occurs in the ice_alloc_rx_bufs() function when attempting supervisor write access to an invalid memory address (0x000000000000000c). This happens because the libeth library was not properly initialized for the RX ring during loopback test operations.

Critical Impact

Local users with permission to run ethtool diagnostic commands can trigger a kernel panic, causing system instability and potential denial of service conditions.

Affected Products

  • Linux kernel versions with ice driver using page pool architecture
  • Systems with Intel network adapters utilizing the ice driver
  • Linux kernel 6.19.0-0.rc7 and related versions

Discovery Timeline

  • 2026-03-25 - CVE CVE-2026-23353 published to NVD
  • 2026-03-25 - Last updated in NVD database

Technical Details for CVE-2026-23353

Vulnerability Analysis

This vulnerability is classified as a Null Pointer Dereference that occurs within the Intel ice network driver's receive buffer allocation path. The root cause stems from incomplete initialization of ICE_VSI_LB (loopback) Virtual Station Interface (VSI) structures after the driver was converted to use the page pool subsystem.

When the ethtool loopback test is invoked, the driver attempts to configure receive queues through ice_vsi_cfg_rxqs(), which calls ice_vsi_cfg_rxq(). This function subsequently invokes ice_rxq_pp_create() via libeth_rx_fq_create(), which expects a valid napi struct from a q_vector. However, loopback VSIs were not assigned a q_vector during initialization, resulting in NULL pointer access when attempting to allocate receive buffers.

The crash manifests with error code 0x0002 (not-present page) when the kernel attempts to write to memory address 0x000000000000000c, which corresponds to an offset within a NULL structure pointer.

Root Cause

The vulnerability originates from the ice driver's VSI initialization code failing to treat ICE_VSI_LB (loopback) VSIs similarly to normal PF (Physical Function) VSIs. When the driver was converted to use page pools via libeth, the loopback VSI path was not updated to include the necessary q_vector allocation.

Specifically, the issue is that loopback VSIs require a dummy q_vector containing a napi struct that can be passed to libeth_rx_fq_create(). While the loopback test does not actually use interrupts, the libeth framework expects this structure to be present for proper page pool initialization.

Attack Vector

The attack vector for this vulnerability is local. An attacker with sufficient privileges to execute ethtool diagnostic commands can trigger the kernel crash by running the offline loopback self-test:

The vulnerability is triggered through the following call chain:

  1. User executes ethtool self-test command
  2. Kernel processes __x64_sys_ioctl() → dev_ioctl() → dev_ethtool()
  3. ethtool_self_test() invokes ice_self_test()
  4. ice_loopback_test() attempts to configure RX queues
  5. ice_vsi_cfg_rxqs() → ice_vsi_cfg_rxq() → ice_rxq_pp_create()
  6. NULL pointer dereference occurs in ice_alloc_rx_bufs() at RIP 0x1cd

Detection Methods for CVE-2026-23353

Indicators of Compromise

  • Kernel oops messages containing ice_alloc_rx_bufs in the call trace
  • System logs showing NULL pointer dereference at address 0x000000000000000c
  • Crash dumps with call traces involving ice_loopback_test, ice_vsi_cfg_rxq, and ice_vsi_cfg_rxqs
  • Unexpected system reboots following ethtool diagnostic operations on Intel ice NICs

Detection Strategies

  • Monitor kernel logs (dmesg, /var/log/kern.log) for BUG messages related to the ice driver module
  • Implement audit rules to track execution of ethtool commands with self-test flags
  • Configure kernel panic handlers to capture and analyze crash dumps for ice driver stack traces
  • Deploy file integrity monitoring on ice driver module files to detect unauthorized modifications

Monitoring Recommendations

  • Enable kernel crash dump collection (kdump) to capture detailed diagnostic information
  • Configure real-time log monitoring for kernel oops and panic events mentioning [ice] module
  • Implement alerting for repeated ethtool self-test command executions that may indicate exploitation attempts
  • Monitor system stability metrics on servers with Intel network adapters using the ice driver

How to Mitigate CVE-2026-23353

Immediate Actions Required

  • Apply the official kernel patches from the Linux stable tree immediately
  • Restrict access to ethtool diagnostic commands to authorized administrators only
  • Avoid running ethtool offline loopback tests until patches are applied
  • Consider temporarily disabling self-test capabilities on affected systems in production environments

Patch Information

The Linux kernel team has released patches to address this vulnerability. The fix treats ICE_VSI_LB VSIs more like normal PF VSIs by allocating a dummy q_vector containing the required napi struct for libeth compatibility.

Official Patches:

  • Kernel Patch 85c98b8
  • Kernel Patch a9c354e6

System administrators should update to kernel versions containing these patches or backport the fixes to their current kernel versions.

Workarounds

  • Restrict ethtool command access using Linux capabilities or sudo policies to limit which users can run diagnostic tests
  • Disable or skip the loopback self-test by avoiding the -t offline flag with ethtool until patched
  • Implement SELinux or AppArmor policies to prevent unauthorized ethtool diagnostic operations
  • Consider using alternative network diagnostic methods that do not invoke the ice driver's loopback test functionality
bash
# Configuration example
# Restrict ethtool access to root only
chmod 750 /usr/sbin/ethtool

# Add sudoers rule to restrict ethtool self-test (in /etc/sudoers.d/ethtool)
# Cmnd_Alias ETHTOOL_SAFE = /usr/sbin/ethtool -i *, /usr/sbin/ethtool -S *
# Cmnd_Alias ETHTOOL_DANGEROUS = /usr/sbin/ethtool -t *
# %netadmin ALL = ETHTOOL_SAFE, !ETHTOOL_DANGEROUS

# Check current kernel version for patch status
uname -r

# Verify ice driver version
modinfo ice | grep -E "^(version|filename)"

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 Patch 85c98b8

  • Kernel Patch a9c354e6
  • Related CVEs
  • CVE-2026-31465: Linux Kernel Writeback DoS Vulnerability

  • CVE-2026-31472: Linux Kernel IPTFS DoS Vulnerability

  • CVE-2026-31451: Linux Kernel ext4 DOS Vulnerability

  • CVE-2026-31448: Linux Kernel ext4 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