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

CVE-2026-43054: Linux Kernel tcm_loop DOS Vulnerability

CVE-2026-43054 is a denial of service vulnerability in the Linux Kernel's tcm_loop SCSI target driver that causes system hangs during LUN operations. This article covers the technical details, affected versions, and solutions.

Published: May 7, 2026

CVE-2026-43054 Overview

CVE-2026-43054 is a medium-severity vulnerability in the Linux kernel SCSI target subsystem, specifically in the tcm_loop driver. The flaw stems from tcm_loop_target_reset() violating the SCSI error handling (EH) contract by returning SUCCESS without draining in-flight commands. This causes the SCSI EH layer to reuse scsi_cmnd structures while the target core still has asynchronous completion work queued for the old se_cmd. The result is a leaked LUN reference that prevents transport_clear_lun_ref() from completing, hanging configfs LUN unlink operations indefinitely in D-state. The vulnerability is tracked under CWE-772: Missing Release of Resource after Effective Lifetime.

Critical Impact

Local low-privilege users can trigger a kernel resource leak that hangs LUN unlink operations and degrades system availability through unkillable D-state processes.

Affected Products

  • Linux Kernel (multiple stable branches)
  • Linux Kernel 7.0 release candidates (rc1 through rc5)
  • Distributions shipping the tcm_loop SCSI target module

Discovery Timeline

  • 2026-05-01 - CVE-2026-43054 published to NVD
  • 2026-05-07 - Last updated in NVD database

Technical Details for CVE-2026-43054

Vulnerability Analysis

The vulnerability resides in the tcm_loop SCSI low-level driver (LLD), which provides a virtual SCSI host backed by the LIO target core. According to scsi_eh.rst, when a reset handler returns SUCCESS, the driver must guarantee that lower layers have forgotten about timed-out SCSI commands. Other LLDs such as virtio_scsi, mpt3sas, ipr, scsi_debug, and mpi3mr enforce this contract by draining or completing outstanding commands before signaling success.

The tcm_loop_target_reset() function returns SUCCESS without performing this drain step. This breaks the synchronization expectation between the SCSI midlayer and the target core, leaving asynchronous completion work pending against se_cmd structures that the SCSI EH then recycles for recovery commands like Test Unit Ready (TUR).

Root Cause

The root cause is a missing drain operation in the target reset handler. When the SCSI EH issues a target reset and proceeds to reuse the in-flight scsi_cmnd, the memset in queuecommand zeroes se_lun and lun_ref_active. As a consequence, transport_lun_remove_cmd() skips its percpu_ref_put(), leaking the LUN reference. The leaked reference prevents transport_clear_lun_ref() from ever completing, causing core_tpg_remove_lun() and the configfs_unlink path to block indefinitely.

Attack Vector

Exploitation requires local access with low privileges sufficient to interact with the LIO/configfs interface or to trigger SCSI error handling on a tcm_loop target. A local user able to drive the SCSI EH path on a vulnerable target can induce the reference leak, producing tasks blocked in D-state and a loss of availability for storage management operations. The vulnerability does not impact confidentiality or integrity. Exploitation does not yield code execution; the realized impact is denial of service against the storage stack.

The upstream fix introduces two drain steps: issuing TMR_LUN_RESET via tcm_loop_issue_tmr() to drain commands the target core tracks, then using blk_mq_tagset_busy_iter() with flush_work() on each se_cmd to drain deferred completion work for commands already marked CMD_T_COMPLETE.

Detection Methods for CVE-2026-43054

Indicators of Compromise

  • Kernel log entries reporting INFO: task <name>:<pid> blocked for more than 122 seconds with transport_clear_lun_ref in the stack trace.
  • Processes performing rm or configfs unlink operations stuck in uninterruptible sleep (D-state).
  • Stack traces containing core_tpg_remove_lun, target_fabric_port_unlink, and configfs_unlink that fail to complete.

Detection Strategies

  • Monitor /var/log/messages and dmesg for hung task warnings referencing the target_core_mod module.
  • Track running kernel versions across the fleet and flag hosts using tcm_loop with kernels predating the patch commits.
  • Audit which systems load the tcm_loop module, because only hosts running LIO with the loopback fabric are exposed.

Monitoring Recommendations

  • Enable hung_task_timeout_secs alerting and forward kernel hung-task events to the SIEM for correlation.
  • Watch for sustained increases in processes in D-state on storage-serving hosts.
  • Track configfs operations that fail to terminate, particularly LUN removal calls from orchestration tooling.

How to Mitigate CVE-2026-43054

Immediate Actions Required

  • Apply the upstream stable patches referenced by the kernel maintainers as soon as vendor builds are available.
  • Inventory all hosts loading the tcm_loop module and prioritize patching those exposing LIO targets.
  • Restrict local access and configfs permissions on storage hosts to trusted administrators only.

Patch Information

The fix is distributed across multiple stable branches. Apply your distribution's kernel update containing one of the following commits: 05ac3754, 103f79e4, 1333eee5, 15f5241d, 757c43c6, 7cbd69aa, or a836054e. The patch makes tcm_loop_target_reset() drain commands using TMR_LUN_RESET and blk_mq_tagset_busy_iter() plus flush_work().

Workarounds

  • Unload the tcm_loop module on systems that do not require LIO loopback functionality using modprobe -r tcm_loop.
  • Blacklist tcm_loop in /etc/modprobe.d/ where the loopback fabric is unused.
  • Limit access to /sys/kernel/config/target/ and related configfs paths to privileged administrators only.
bash
# Configuration example: blacklist tcm_loop where unused
echo "blacklist tcm_loop" | sudo tee /etc/modprobe.d/blacklist-tcm_loop.conf
sudo modprobe -r tcm_loop

# Verify the module is no longer loaded
lsmod | grep tcm_loop

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

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability0.03%

  • 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
  • CWE-772
  • Vendor Resources
  • Kernel Git Commit 05ac375

  • Kernel Git Commit 103f79e

  • Kernel Git Commit 1333eee

  • Kernel Git Commit 15f5241

  • Kernel Git Commit 757c43c

  • Kernel Git Commit 7cbd69a

  • Kernel Git Commit a836054
  • Related CVEs
  • CVE-2026-31739: Linux Kernel Tegra Crypto DoS Vulnerability

  • CVE-2026-31736: Linux Kernel MTK PPE DoS Vulnerability

  • CVE-2026-31727: Linux Kernel USB Gadget DoS Vulnerability

  • CVE-2026-31775: Linux Kernel ALSA ctxfi 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