A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-43372

CVE-2026-43372: Linux Kernel PTP IRQ Setup Vulnerability

CVE-2026-43372 is a resource management flaw in the Linux Kernel's DSA Microchip driver that causes IRQ mapping leaks during PTP setup failures. This article covers the technical details, affected systems, and mitigation.

Published: May 18, 2026

CVE-2026-43372 Overview

CVE-2026-43372 is a medium-severity vulnerability in the Linux kernel's Distributed Switch Architecture (DSA) subsystem, specifically in the Microchip KSZ switch driver. The flaw resides in the Precision Time Protocol (PTP) interrupt request (IRQ) setup routine ksz_ptp_irq_setup(). When request_threaded_irq() fails during PTP message IRQ initialization, the newly created IRQ mapping is not disposed, leaving an orphaned resource. The error path only frees mappings that were successfully set up, missing the failed mapping. The issue affects Linux kernel version 6.18 and several 7.0 release candidates.

Critical Impact

A local attacker with low privileges can trigger repeated PTP IRQ setup failures to exhaust kernel IRQ mapping resources, leading to availability loss on systems using Microchip DSA-managed switches.

Affected Products

  • Linux kernel 6.18
  • Linux kernel 7.0-rc1, 7.0-rc2, 7.0-rc3
  • Systems using the net/dsa/microchip driver with PTP enabled

Discovery Timeline

  • 2026-05-08 - CVE-2026-43372 published to NVD
  • 2026-05-15 - Last updated in NVD database

Technical Details for CVE-2026-43372

Vulnerability Analysis

The vulnerability exists in the Linux kernel networking stack, within the Microchip DSA driver responsible for managing KSZ-family Ethernet switches. PTP support in this driver requires per-port IRQ mappings to handle hardware timestamping events. The ksz_ptp_irq_setup() function iterates over PTP message IRQs, creating an IRQ domain mapping for each and then calling request_threaded_irq() to register a handler.

When request_threaded_irq() fails for a given IRQ, the function's error path unwinds only the previously successful mappings. The mapping just created for the failing IRQ is never released through irq_dispose_mapping(). This leaves a dangling entry in the IRQ domain.

Repeated triggering of this failure path leaks IRQ descriptors and domain entries. Over time, this exhausts kernel resources and can destabilize the networking subsystem on affected hardware platforms.

Root Cause

The root cause is incomplete cleanup logic in an error handling path, classified under [CWE-NVD-noinfo] but consistent with resource leak patterns. The fix disposes the newly created mapping when its associated request_threaded_irq() call fails, ensuring symmetric allocation and release semantics in the failure case.

Attack Vector

Exploitation requires local access with low privileges on a system using a Microchip DSA switch driver with PTP enabled. An attacker capable of repeatedly triggering driver probe or PTP setup failures, for example through device manipulation or repeated module load operations, can incrementally leak IRQ resources. The impact is denial of service through availability loss, with no impact on confidentiality or integrity.

No public exploit code is available, and the vulnerability is not listed in the CISA Known Exploited Vulnerabilities catalog. The EPSS score reflects a low likelihood of exploitation in the wild.

Detection Methods for CVE-2026-43372

Indicators of Compromise

  • Kernel log messages from the ksz or dsa subsystem reporting request_threaded_irq failures during PTP setup
  • Growing IRQ descriptor counts visible in /proc/interrupts without corresponding device additions
  • Repeated module load and unload events for ksz_common, ksz9477, or related Microchip DSA drivers

Detection Strategies

  • Monitor kernel ring buffer output via dmesg for PTP IRQ setup errors on networking equipment running affected kernel versions
  • Audit installed kernel versions across the fleet against the patched commits 3704ac6, 6c58a9f, 99c8c16, c2d1d41, and e80fef3
  • Correlate networking driver errors with abnormal local process activity that may be probing the driver

Monitoring Recommendations

  • Track IRQ allocation trends and alert on sustained growth without hardware changes
  • Forward kernel logs from embedded and network appliance Linux systems to centralized log analysis
  • Inventory devices using Microchip KSZ switches with PTP enabled to scope exposure

How to Mitigate CVE-2026-43372

Immediate Actions Required

  • Identify Linux systems running kernel 6.18 or 7.0-rc1 through rc3 with the Microchip DSA driver loaded
  • Apply the upstream stable kernel fix incorporating the referenced commits as soon as vendor builds are available
  • Restrict local access to systems exposing the affected driver to trusted administrators

Patch Information

The fix has been merged into the mainline and stable Linux kernel trees. Affected users should update to a kernel containing one of the following commits: Kernel Git Commit - 3704ac6, Kernel Git Commit - 6c58a9f, Kernel Git Commit - 99c8c16, Kernel Git Commit - c2d1d41, or Kernel Git Commit - e80fef3. Distribution maintainers will backport the fix into supported stable branches.

Workarounds

  • Disable PTP functionality on Microchip DSA switches where hardware timestamping is not required
  • Avoid loading the ksz DSA driver on systems that do not require Microchip switch management
  • Limit local user accounts and process privileges on affected appliances until patches are applied

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

  • Vulnerability Details
  • TypeOther

  • 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 - 3704ac6

  • Kernel Git Commit - 6c58a9f

  • Kernel Git Commit - 99c8c16

  • Kernel Git Commit - c2d1d41

  • Kernel Git Commit - e80fef3
  • Related CVEs
  • CVE-2026-46239: Linux Kernel OV5647 PM Refcount Leak

  • CVE-2026-46235: Linux Kernel saa7164 Memory Vulnerability

  • CVE-2026-46230: Linux Kernel AMDGPU VCN3 OOB Vulnerability

  • CVE-2026-46224: Linux Kernel DRM/XE Memory Leak Bug
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