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

CVE-2026-23122: Linux Kernel igc Driver DoS Vulnerability

CVE-2026-23122 is a denial of service vulnerability in the Linux kernel igc driver causing TX unit hangs under heavy timestamping load. This article covers technical details, affected versions, and mitigation strategies.

Published: February 20, 2026

CVE-2026-23122 Overview

A vulnerability has been resolved in the Linux kernel's igc (Intel I225/I226 Ethernet Controller) driver related to Time-Sensitive Networking (TSN) TX packet buffer configuration. The previous buffer allocation of 7 KB per queue caused TX unit hangs under heavy timestamping load conditions. This issue affects systems utilizing TSN functionality on Intel I225 and I226 network controllers, potentially leading to denial of service conditions when the network interface becomes unresponsive.

Critical Impact

Systems running affected Linux kernel versions with Intel I225/I226 network controllers may experience TX unit hangs and network interface unavailability under heavy TSN timestamping workloads, causing denial of service conditions.

Affected Products

  • Linux kernel with igc driver (Intel I225/I226 Ethernet Controllers)
  • Systems utilizing Time-Sensitive Networking (TSN) functionality
  • Devices with Intel I225 or I226 network interface controllers

Discovery Timeline

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

Technical Details for CVE-2026-23122

Vulnerability Analysis

The vulnerability exists within the igc driver's TSN TX packet buffer configuration. The driver previously allocated 7 KB per queue for TSN TX packet buffering, which proved insufficient to handle heavy timestamping loads. Under stress conditions, this configuration caused the TX unit to hang, effectively rendering the network interface non-functional.

The fix reduces the TSN TX packet buffer from 7 KB to 5 KB per queue, which aligns with the TSN recommendations specified in the Intel I225/I226 Software User Manual Section 7.5.4. This change frees approximately 8 KB of buffer space which remains currently unused. The reduction is not expected to impact throughput performance, as the Intel i226 controller is PCIe-limited for small TSN packets rather than TX-buffer-limited.

Root Cause

The root cause of this vulnerability is an improper buffer size configuration in the igc driver. The 7 KB per queue allocation exceeded the optimal buffer size recommended by Intel for TSN operations, creating conditions where the TX unit could become overwhelmed and hang when processing heavy timestamping workloads. The buffer size did not conform to the vendor's documented specifications in the I225/I226 SW User Manual.

Attack Vector

This vulnerability primarily manifests as a local denial of service condition. An attacker or heavy workload scenario capable of generating significant TSN timestamping traffic could trigger the TX unit hang condition. The attack vector involves:

  1. Identifying systems with Intel I225/I226 network controllers running affected kernel versions
  2. Generating heavy TSN timestamping load to the affected interface
  3. Causing the TX unit to hang, resulting in network interface unavailability

The vulnerability can be triggered through legitimate high-load TSN operations or potentially through crafted network traffic designed to maximize timestamping operations.

Detection Methods for CVE-2026-23122

Indicators of Compromise

  • Network interface unavailability or unresponsiveness on Intel I225/I226 controllers
  • System logs showing TX unit hang messages related to the igc driver
  • Timestamping operations failing or timing out
  • Network performance degradation during TSN operations

Detection Strategies

  • Monitor kernel logs for igc driver error messages indicating TX unit hangs
  • Track network interface availability and responsiveness on affected hardware
  • Implement alerting for sudden network interface failures on systems with I225/I226 controllers
  • Review system logs for patterns of network interface resets or recoveries

Monitoring Recommendations

  • Enable detailed logging for the igc driver module
  • Monitor network interface statistics for anomalies in TX queue behavior
  • Implement network health checks for systems utilizing TSN functionality
  • Track kernel version and driver versions across affected infrastructure

How to Mitigate CVE-2026-23122

Immediate Actions Required

  • Update the Linux kernel to a patched version containing the fix
  • Review systems for Intel I225/I226 network controllers that may be affected
  • Monitor affected systems for signs of TX unit hang conditions
  • Consider reducing TSN timestamping load on vulnerable systems until patching is complete

Patch Information

The vulnerability has been resolved through kernel patches that reduce the TSN TX packet buffer from 7 KB to 5 KB per queue. The patches are available through the Linux kernel stable tree:

  • Kernel Git Commit 88037973c8ef
  • Kernel Git Commit 8ad1b6c1e63d

Organizations should apply these patches through their standard kernel update procedures or wait for their Linux distribution to release updated kernel packages.

Workarounds

  • Reduce TSN timestamping workload on affected systems to minimize risk of triggering the vulnerability
  • Consider temporarily disabling TSN functionality if it is not critical for operations
  • Implement network redundancy to maintain connectivity if the primary interface becomes unavailable
  • Monitor affected interfaces closely and implement automated recovery procedures
bash
# Check if your system has an affected Intel I225/I226 controller
lspci | grep -i "I225\|I226"

# Check the currently loaded igc driver version
modinfo igc | grep -E "^(version|srcversion)"

# Monitor for TX hang issues in kernel logs
dmesg | grep -i "igc\|tx.*hang"

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 Change

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