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
    • 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-23117

CVE-2026-23117: Linux Kernel Use-After-Free Vulnerability

CVE-2026-23117 is a use-after-free vulnerability in the Linux kernel ice driver that causes NULL pointer dereference during devlink reload. This article covers technical details, affected versions, and mitigation.

Published: February 20, 2026

CVE-2026-23117 Overview

A vulnerability has been identified in the Linux kernel's ice network driver that can result in a NULL pointer dereference during driver operations. The issue stems from a missing ice_deinit_hw() call in the devlink reinit path, which causes hardware initialization failures and subsequent system instability when the driver is removed.

Critical Impact

System instability and potential denial of service through NULL pointer dereference when performing devlink-reload operations on Intel ice network adapters, followed by driver removal.

Affected Products

  • Linux kernel ice network driver
  • Systems utilizing Intel Ethernet Controller E800 Series adapters
  • Linux distributions with affected kernel versions

Discovery Timeline

  • 2026-02-14 - CVE CVE-2026-23117 published to NVD
  • 2026-02-18 - Last updated in NVD database

Technical Details for CVE-2026-23117

Vulnerability Analysis

This vulnerability affects the Linux kernel's ice network driver, which manages Intel Ethernet Controller E800 Series network adapters. The issue manifests when a devlink-reload operation is performed, resulting in an ice_init_hw failed error with return code -16 (-EBUSY). Subsequently, attempting to remove the ice driver triggers a NULL pointer dereference, causing system instability.

The error trace indicates the crash occurs within the ice_unload() function at offset 0x8f/0x100, called from ice_remove() at offset 0xba/0x300. This represents a failure in the driver's hardware deinitialization sequence during module removal.

Root Cause

The root cause is a regression introduced by commit 1390b8b3d2be ("ice: remove duplicate call to ice_deinit_hw() on error paths"), which removed the ice_deinit_hw() function call from ice_deinit_dev(). This change broke the symmetry between initialization and deinitialization in the devlink reinit path.

Specifically, ice_devlink_reinit_down() no longer calls ice_deinit_hw(), while ice_devlink_reinit_up() still calls ice_init_hw(). This asymmetry means that control queues are not properly uninitialized before reinitialization is attempted. When ice_init_hw() attempts to reinitialize hardware resources that are already in use, it fails with -EBUSY (error code -16), leaving the driver in an inconsistent state.

Attack Vector

The vulnerability requires local access to the system with sufficient privileges to perform devlink operations on network devices. An attacker with administrative access could trigger this vulnerability through the following sequence:

  1. Execute a devlink-reload operation on an affected ice network device
  2. Observe the ice_init_hw failed: -16 error indicating the hardware reinitialization failure
  3. Attempt to remove the ice driver module (e.g., modprobe -r ice)
  4. The NULL pointer dereference occurs during driver removal, potentially causing system instability or kernel panic

While this requires local administrative privileges, it could be leveraged for denial of service attacks on systems where an attacker has gained elevated access.

Detection Methods for CVE-2026-23117

Indicators of Compromise

  • Kernel log messages showing ice_init_hw failed: -16 errors after devlink operations
  • System crashes or kernel panics with call traces referencing ice_unload and ice_remove functions
  • Unexpected behavior when performing devlink reload on Intel E800 series network adapters
  • Kernel oops messages indicating NULL pointer dereference in the ice driver module

Detection Strategies

  • Monitor system logs for ice_init_hw failed errors with error code -16
  • Implement kernel log monitoring for NULL pointer dereference events in the ice driver module
  • Track devlink operations on ice network devices for unusual patterns or repeated failures
  • Use kernel tracing tools to monitor ice driver function calls during reload operations

Monitoring Recommendations

  • Configure system monitoring to alert on kernel oops or panic events related to network drivers
  • Implement log aggregation for dmesg output filtering for ice driver errors
  • Monitor driver module load/unload events, particularly for the ice module
  • Set up automated checks for driver initialization failures after devlink operations

How to Mitigate CVE-2026-23117

Immediate Actions Required

  • Apply the kernel patch that adds ice_deinit_hw() to ice_devlink_reinit_down()
  • Avoid performing devlink-reload operations on affected systems until patched
  • Update to a kernel version containing the fix commits
  • Consider temporarily disabling devlink reload functionality if updates cannot be immediately applied

Patch Information

The vulnerability has been resolved in the Linux kernel through commits that restore the proper ice_deinit_hw() call in the devlink reinit path. The fix ensures that hardware deinitialization is properly performed before reinitialization, maintaining the symmetry between ice_devlink_reinit_down() and ice_devlink_reinit_up().

Patch commits are available from the kernel Git repository:

  • Kernel Git Commit 42fb5f3deb58
  • Kernel Git Commit a3d99e2fbf01

System administrators should update their kernel packages through their distribution's package manager or apply the patches directly if building custom kernels.

Workarounds

  • Avoid using devlink reload commands on systems with the ice driver until the kernel is patched
  • If devlink-reload is required, reboot the system rather than removing the ice driver module
  • Restrict administrative access to devlink operations on production systems
  • Implement access controls to limit which users can perform driver module operations
bash
# Configuration example
# Check if ice driver is loaded and kernel version
lsmod | grep ice
uname -r

# Monitor for ice driver errors in kernel logs
dmesg | grep -i "ice_init_hw failed"

# Avoid devlink reload until patched - use system reboot instead
# If you must reload, do not attempt to remove the driver afterward
# devlink dev reload pci/0000:ca:00.0  # AVOID UNTIL PATCHED

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

  • Vulnerability Details
  • TypeUse After Free

  • Vendor/TechLinux Kernel

  • SeverityNONE

  • CVSS ScoreN/A

  • EPSS Probability0.02%

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

  • Kernel Git Commit Details
  • Related CVEs
  • CVE-2026-31414: Linux Kernel Use-After-Free Vulnerability

  • CVE-2026-31426: Linux Kernel Use-After-Free Vulnerability

  • CVE-2026-31427: Linux Kernel Use-After-Free Vulnerability

  • CVE-2026-31419: Linux Kernel Use-After-Free 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