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

CVE-2026-43352: Linux Kernel DMA Ring Abort Vulnerability

CVE-2026-43352 is a DMA ring abort handling flaw in the Linux Kernel i3c mipi-i3c-hci driver that causes incorrect wait behavior and disrupts controller state. This article covers technical details, impact, and mitigation.

Published: May 18, 2026

CVE-2026-43352 Overview

CVE-2026-43352 affects the Linux kernel i3c/mipi-i3c-hci driver. The flaw resides in the DMA dequeue logic that handles RING_CTRL_ABORT operations. The driver issues ring aborts unconditionally, fails to re-initialize the completion structure used to wait for abort completion, and unintentionally clears RING_CTRL_ENABLE during the abort sequence. These defects reset hardware ring pointers and disrupt controller state. A local authenticated attacker with low privileges can exploit the resulting condition to impact confidentiality, integrity, and availability on affected systems.

Critical Impact

Local attackers with low privileges can disrupt i3c controller state and potentially compromise kernel integrity through flawed DMA ring abort handling.

Affected Products

  • Linux Kernel version 7.0-rc1
  • Linux Kernel version 7.0-rc2
  • Linux Kernel version 7.0-rc3

Discovery Timeline

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

Technical Details for CVE-2026-43352

Vulnerability Analysis

The vulnerability resides in the MIPI I3C Host Controller Interface (HCI) driver within the Linux kernel. The DMA dequeue path mishandles the RING_CTRL_ABORT operation. The driver unconditionally issues a ring abort even when the ring has already stopped, wasting cycles and creating undefined states.

The completion primitive used to wait for abort completion is never re-initialized between uses. Subsequent wait operations therefore observe stale state and return incorrect results. This produces erroneous control flow inside the driver.

The abort sequence also clears the RING_CTRL_ENABLE bit. Clearing this bit resets the hardware ring pointers and disrupts the controller state. Operations that depend on ring pointer continuity fail or yield inconsistent results.

Root Cause

The root cause is incorrect logic in the DMA ring abort path of i3c/mipi-i3c-hci. The code does not check whether the ring is running before issuing an abort. It mixes the abort control bit with the enable bit during register writes, and it reuses an uninitialized completion structure across multiple abort attempts.

Attack Vector

Exploitation requires local access with low privileges on a host running a vulnerable Linux kernel build that loads the mipi-i3c-hci driver. An attacker who can trigger DMA dequeue paths in the i3c controller can induce inconsistent controller state, corrupting kernel data structures and disrupting device operations.

No verified proof-of-concept code is available. See the Linux Kernel commit 003df94b for the fix details.

Detection Methods for CVE-2026-43352

Indicators of Compromise

  • Unexpected kernel log entries referencing mipi-i3c-hci ring abort failures or controller resets.
  • I3C devices becoming unresponsive or repeatedly re-enumerating without operator action.
  • Kernel warnings or oops messages originating from the i3c subsystem during normal device I/O.

Detection Strategies

  • Inventory hosts running Linux kernel versions 7.0-rc1 through 7.0-rc3 with the mipi-i3c-hci module loaded.
  • Audit dmesg and journalctl -k output for repeated abort sequence errors tied to the i3c driver.
  • Correlate i3c controller state resets with local user activity using endpoint telemetry.

Monitoring Recommendations

  • Forward kernel logs to a centralized analytics platform and alert on mipi-i3c-hci error patterns.
  • Track local privilege use on systems with i3c hardware exposed to user-space tools.
  • Baseline normal i3c device behavior and alert on deviations such as frequent controller reinitialization.

How to Mitigate CVE-2026-43352

Immediate Actions Required

  • Identify all systems running Linux kernel 7.0-rc1, 7.0-rc2, or 7.0-rc3 with the i3c HCI driver loaded.
  • Apply the upstream fixes referenced in the kernel stable tree and rebuild affected kernels.
  • Restrict local access on hosts that interact with i3c hardware until patches are deployed.

Patch Information

Fixes are available through the following upstream commits: Linux Kernel commit 003df94b, Linux Kernel commit 55496118, and Linux Kernel commit b795e68b. The patches check whether the ring is running before issuing an abort, re-initialize the completion when needed, keep RING_CTRL_ENABLE asserted during abort, and treat an already-stopped ring as a successful condition.

Workarounds

  • Unload the mipi-i3c-hci kernel module on systems where i3c functionality is not required.
  • Blacklist the driver via /etc/modprobe.d/ to prevent automatic load at boot.
  • Limit local logon rights and remove access to i3c device nodes for non-administrative users.
bash
# Blacklist the vulnerable driver until patches are applied
echo "blacklist mipi_i3c_hci" | sudo tee /etc/modprobe.d/cve-2026-43352.conf
sudo rmmod mipi_i3c_hci 2>/dev/null || true
sudo update-initramfs -u

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

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.01%

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

  • Linux Kernel Commit Update

  • Linux Kernel Commit Update
  • Related CVEs
  • CVE-2026-43343: Linux Kernel USB Gadget Vulnerability

  • CVE-2026-43307: Linux Kernel FIFO Read Overflow Vulnerability

  • CVE-2026-43308: Linux Kernel BUG Error Vulnerability

  • CVE-2026-43348: Linux Kernel Memory Mapping 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