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

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

CVE-2026-23445 is a use-after-free vulnerability in the Linux Kernel's igc driver that triggers page faults during XDP TX timestamp handling. This article covers the technical details, affected versions, impact, and mitigation.

Updated: May 16, 2026

CVE-2026-23445 Overview

CVE-2026-23445 is a Linux kernel vulnerability in the igc Intel Ethernet driver. The flaw triggers a page fault when an XDP (eXpress Data Path) application that requested TX timestamping shuts down while the network interface link remains up. Stale xsk_meta pointers left behind during TX ring shutdown are dereferenced by the IRQ handler, producing a kernel oops in igc_ptp_tx_tstamp_event and igc_tsync_interrupt. The issue affects Linux kernel 6.10 and 7.0 release candidates rc1 through rc7. Exploitation requires local access with low privileges and results in a high-impact availability loss through kernel crash.

Critical Impact

A local user running an XDP application with TX timestamping can crash the kernel through a use-after-free style page fault in the igc driver interrupt handler.

Affected Products

  • Linux Kernel 6.10
  • Linux Kernel 7.0-rc1 through 7.0-rc7
  • Systems using Intel I225/I226 Ethernet controllers with the igc driver

Discovery Timeline

  • 2026-04-03 - CVE-2026-23445 published to NVD
  • 2026-04-27 - Last updated in NVD database

Technical Details for CVE-2026-23445

Vulnerability Analysis

The vulnerability resides in the Intel igc driver that supports I225 and I226 2.5GbE controllers. The driver supports XDP zero-copy AF_XDP sockets and hardware TX timestamping for Precision Time Protocol (PTP) workloads. When an XDP application requests TX timestamps and then exits while the link stays up, the TX ring teardown path fails to clear the xsk_meta metadata pointers associated with the AF_XDP socket buffers.

The IRQ handler igc_tsync_interrupt continues to process timestamp completion events on the still-active link. It calls igc_ptp_tx_tstamp_event, which dereferences the stale metadata pointer at the freed AF_XDP umem address. The result is a kernel page fault on an unmapped address, as shown by the BUG: unable to handle page fault for address: ffffcfb6200fd008 splat in the original report.

Root Cause

The root cause is missing cleanup of XDP socket metadata during TX ring shutdown. The fix clears the stale xsk_meta data when the TX ring is brought down, ensuring the timestamp interrupt path no longer references freed memory. TX timestamps on other queues that were not used by the exiting XDP application are unaffected by both the bug and the fix.

Attack Vector

A local user with permission to open AF_XDP sockets can trigger the page fault by launching an XDP program that requests TX hardware timestamping and then terminating it while the interface link remains up. Triggering the bug requires CAP_NET_ADMIN or equivalent capabilities to bind AF_XDP sockets and configure XDP programs. The result is a kernel crash and denial of service for the entire host.

No public proof-of-concept exploit is available, and the issue is not listed in the CISA Known Exploited Vulnerabilities catalog.

Detection Methods for CVE-2026-23445

Indicators of Compromise

  • Kernel log entries containing BUG: unable to handle page fault for address followed by stack frames referencing igc_ptp_tx_tstamp_event or igc_tsync_interrupt.
  • Unexpected kernel panics or task crashes on systems running XDP workloads against Intel I225/I226 NICs.
  • Repeated termination of XDP applications that bind AF_XDP sockets with XDP_TX_METADATA timestamp requests.

Detection Strategies

  • Monitor dmesg and /var/log/kern.log for oops traces involving the igc module and the PTP timestamp call path.
  • Audit running processes for use of AF_XDP sockets combined with SOF_TIMESTAMPING_TX_HARDWARE requests on igc interfaces.
  • Correlate kernel crash telemetry with network interface uptime and XDP program load/unload events.

Monitoring Recommendations

  • Forward kernel ring buffer logs to a centralized logging or SIEM platform and alert on igc module page fault signatures.
  • Track kernel version inventory across Linux hosts to identify systems running 6.10 or 7.0-rc series builds.
  • Watch for abnormal NIC interrupt rates or driver resets on hosts using igc with PTP enabled.

How to Mitigate CVE-2026-23445

Immediate Actions Required

  • Apply the upstream patch from one of the stable kernel commits: 31521c124e64, 45b33e805bd3, 5e4c90c94eb7, or b02fa17d1744.
  • Update to a stable Linux kernel release that includes the igc XDP TX timestamp cleanup fix.
  • Restrict CAP_NET_ADMIN and AF_XDP socket access to trusted service accounts only on affected hosts.

Patch Information

The fix was merged into the mainline Linux kernel through four stable backport commits referenced on git.kernel.org. The patch cleans up stale xsk_meta data during TX ring shutdown so the interrupt handler no longer dereferences freed AF_XDP socket metadata. See the Kernel Git Commit b02fa17d1744 for the mainline change and the additional stable backport 31521c124e64, 45b33e805bd3, and 5e4c90c94eb7 commits.

Workarounds

  • Disable hardware TX timestamping on igc interfaces if XDP TX timestamps are not required for the workload.
  • Avoid running untrusted XDP applications that request TX hardware timestamping on production hosts until patched.
  • Bring the interface link down before terminating XDP applications that requested TX timestamping, removing the interrupt source that dereferences stale metadata.
bash
# Verify running kernel version and igc driver status
uname -r
modinfo igc | grep -E '^(version|filename)'

# Disable hardware TX timestamping on an igc interface as a temporary workaround
sudo hwstamp_ctl -i <iface> -t 0 -r 0

# Confirm the patch is present after upgrading
git log --oneline drivers/net/ethernet/intel/igc/ | grep -i 'xdp.*tx.*timestamp'

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

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability0.01%

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

  • Kernel Git Commit Update

  • Kernel Git Commit Update

  • Kernel Git Commit Update
  • Related CVEs
  • CVE-2026-43328: Linux Kernel Use-After-Free Vulnerability

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

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

  • CVE-2026-43335: Linux Kernel Use-After-Free Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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