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
    • 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-2023-2269

CVE-2023-2269: Linux Kernel DM-Multipathing DoS Vulnerability

CVE-2023-2269 is a denial of service flaw in the Linux Kernel Device Mapper-Multipathing component caused by recursive locking that leads to deadlock. This article covers technical details, affected versions, and mitigation.

Published: February 4, 2026

CVE-2023-2269 Overview

A denial of service vulnerability exists in the Linux Kernel Device Mapper-Multipathing sub-component due to a recursive locking scenario that results in a deadlock condition. The flaw is located in the table_clear function within drivers/md/dm-ioctl.c. A local attacker with elevated privileges can exploit this vulnerability to cause the system to become unresponsive, leading to service disruption.

Critical Impact

Local attackers with high privileges can trigger a deadlock condition in the Device Mapper subsystem, causing complete system unavailability and requiring a reboot to recover.

Affected Products

  • Linux Kernel version 6.2
  • Fedora 36, 37, and 38
  • Debian Linux 10.0, 11.0, and 12.0
  • NetApp H300S/H500S/H700S/H410S/H410C Firmware

Discovery Timeline

  • April 25, 2023 - CVE-2023-2269 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2023-2269

Vulnerability Analysis

This vulnerability is classified under CWE-667 (Improper Locking) and CWE-413 (Improper Resource Locking). The flaw exists in the Device Mapper (DM) subsystem of the Linux kernel, specifically within the multipathing component that provides I/O failover and load balancing for block devices.

The vulnerability requires local access to the system and high privileges to exploit. While the attack complexity is low, the impact is limited to availability—there is no compromise of confidentiality or integrity. An attacker cannot read or modify data, but can effectively render the system unusable until a manual intervention (typically a reboot) is performed.

Root Cause

The root cause is a recursive locking condition in the table_clear function found in drivers/md/dm-ioctl.c. When certain operations are performed on Device Mapper tables, the code path can attempt to acquire a lock that is already held by the same thread, creating a deadlock scenario. This improper lock handling violates proper kernel locking semantics and results in the affected thread becoming permanently blocked.

Attack Vector

The attack vector is local, requiring the attacker to have authenticated access to the target system with elevated privileges. The attacker can trigger the vulnerability by issuing specific ioctl commands to the Device Mapper interface that cause the recursive locking condition.

The exploitation flow involves:

  1. Gaining local access with appropriate privileges to interact with /dev/mapper/ devices
  2. Initiating a table_clear operation through the DM ioctl interface
  3. Triggering the code path that leads to recursive lock acquisition
  4. The kernel thread deadlocks, causing system-wide service disruption

No exploit code is publicly available for this vulnerability. For technical discussion, refer to the Linux Kernel Mailing List Discussion.

Detection Methods for CVE-2023-2269

Indicators of Compromise

  • System becomes unresponsive with no apparent CPU or memory exhaustion
  • Processes interacting with Device Mapper devices hang indefinitely
  • Kernel soft lockup warnings or hung task warnings in system logs
  • Unable to perform block device operations involving dm-multipath

Detection Strategies

  • Monitor kernel logs for soft lockup detection messages related to Device Mapper threads
  • Implement watchdog mechanisms to detect system unresponsiveness
  • Track ioctl system calls targeting /dev/mapper/control device
  • Use SentinelOne Singularity platform to monitor for anomalous kernel behavior patterns

Monitoring Recommendations

  • Enable kernel lockup detection (CONFIG_DETECT_HUNG_TASK, CONFIG_SOFTLOCKUP_DETECTOR)
  • Configure appropriate timeout values for hung task detection
  • Implement system health monitoring that can detect and alert on unresponsive states
  • Deploy endpoint detection solutions capable of monitoring kernel-level activities

How to Mitigate CVE-2023-2269

Immediate Actions Required

  • Update the Linux kernel to a patched version that addresses the recursive locking issue
  • Apply vendor-specific patches from Debian, Fedora, or NetApp as applicable
  • Restrict access to Device Mapper ioctl interfaces to trusted administrators only
  • Implement monitoring to detect exploitation attempts before system becomes unresponsive

Patch Information

Security patches are available from multiple vendors. Refer to the following advisories for patched versions:

  • Debian Security DSA-5448
  • Debian Security DSA-5480
  • Debian LTS Announce July 2023
  • Debian LTS Announce October 2023
  • Fedora Package Announcements
  • NetApp Security Advisory NTAP-20230929-0004

Workarounds

  • Limit access to Device Mapper control interfaces using file permissions
  • Reduce the attack surface by disabling dm-multipath if not required in your environment
  • Implement process isolation to limit which users can interact with kernel DM interfaces
  • Use SELinux or AppArmor policies to restrict access to /dev/mapper/control
bash
# Restrict Device Mapper control access to root only
chmod 600 /dev/mapper/control

# Verify Device Mapper multipath status
multipathd show config

# Check if dm-multipath module can be safely unloaded (if not needed)
lsmod | grep dm_multipath

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 Score4.4

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-413

  • CWE-667
  • Technical References
  • Debian LTS Announce July 2023

  • Debian LTS Announce October 2023

  • Fedora Package Announcement

  • Fedora Package Announcement

  • Fedora Package Announcement

  • NetApp Security Advisory NTAP-20230929-0004

  • Debian Security DSA-5448

  • Debian Security DSA-5480
  • Vendor Resources
  • Linux Kernel Mailing List Discussion
  • Related CVEs
  • CVE-2026-23446: Linux Kernel aqc111 Driver DoS Vulnerability

  • CVE-2026-23451: Linux Kernel Bonding Driver DoS Flaw

  • CVE-2026-23460: Linux Kernel ROSE Protocol DoS Vulnerability

  • CVE-2026-23459: Linux Kernel 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