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

CVE-2026-45955: Linux Kernel Privilege Escalation Flaw

CVE-2026-45955 is a privilege escalation vulnerability in the Linux kernel's md-llbitmap component that can leave the percpu_ref in a permanently broken state. This article covers technical details, impact, and mitigations.

Published: May 28, 2026

CVE-2026-45955 Overview

CVE-2026-45955 is a resource management vulnerability in the Linux kernel's md-llbitmap subsystem, used by the multiple device (MD) RAID infrastructure. The flaw resides in llbitmap_suspend_timeout(), which fails to resurrect a percpu_ref reference counter when a suspend operation times out. The caller md_llbitmap_daemon_fn then advances to the next page without invoking llbitmap_resume(), leaving the percpu_ref permanently in a killed state. This renders the affected page control structure unusable for subsequent bitmap operations.

Critical Impact

The defect can permanently disable bitmap page control structures inside the MD RAID layer, leading to degraded RAID bitmap functionality and potential denial of service on storage subsystems relying on md-llbitmap.

Affected Products

  • Linux kernel versions containing the md-llbitmap implementation
  • Storage stacks using MD RAID with the low-latency bitmap (llbitmap) feature
  • Distributions shipping the affected kernel commits prior to patches 095417d6b669, 2446d0993501, and d119bd2e1643

Discovery Timeline

  • 2026-05-27 - CVE-2026-45955 published to NVD
  • 2026-05-27 - Last updated in NVD database

Technical Details for CVE-2026-45955

Vulnerability Analysis

The defect lives in the Linux kernel's md/md-llbitmap module, which provides a low-latency bitmap implementation for the MD RAID subsystem. The llbitmap_suspend_timeout() function uses a percpu_ref counter to coordinate suspension of bitmap pages while waiting for outstanding operations to drain. When the wait succeeds, the page is resumed through llbitmap_resume(), which resurrects the percpu_ref. When the wait times out, the function returns -ETIMEDOUT to its caller. The caller, md_llbitmap_daemon_fn, treats the timeout as a recoverable per-page error and proceeds to the next page without invoking the resume path.

Root Cause

The root cause is a missing cleanup step on the error path of llbitmap_suspend_timeout(). The percpu_ref is killed via percpu_ref_kill() to begin the suspend sequence, but no compensating percpu_ref_resurrect() call occurs before returning the timeout error. Because the resume routine is skipped by the caller, the reference counter remains in a killed state indefinitely. Subsequent attempts to acquire references on the affected page fail, breaking the bitmap page control structure for the remainder of the array's lifetime.

Attack Vector

The condition is reachable through normal MD RAID workloads that trigger bitmap suspend operations under contention or I/O pressure sufficient to exceed the suspend timeout. A local user generating sustained storage activity against an MD array configured with llbitmap can drive the timeout path and progressively disable bitmap pages. The published advisory does not document remote exploitation or privilege escalation primitives. The upstream fix resurrects the percpu_ref before returning the error, restoring the page control structure to a usable state.

The vulnerability is described in prose only because no verified proof-of-concept code is published. Review the upstream commits at Kernel Git Commit 095417d6b669, Kernel Git Commit 2446d0993501, and Kernel Git Commit d119bd2e1643 for the authoritative patch content.

Detection Methods for CVE-2026-45955

Indicators of Compromise

  • Kernel log messages from the md subsystem referencing llbitmap_suspend_timeout returning -ETIMEDOUT.
  • Persistent failures of bitmap operations on MD RAID arrays after an observed suspend timeout event.
  • MD daemon threads (md_llbitmap_daemon_fn) advancing through pages while bitmap state appears stuck.

Detection Strategies

  • Monitor dmesg and /var/log/messages for repeated md-llbitmap warnings or stalled bitmap activity following a timeout.
  • Compare running kernel versions against distribution advisories that incorporate the upstream patches referenced above.
  • Audit MD array configurations to identify systems using llbitmap and prioritize them for patch verification.

Monitoring Recommendations

  • Forward kernel logs to a centralized logging or SIEM platform and alert on md, llbitmap, and percpu_ref keywords.
  • Track RAID health metrics (/proc/mdstat, mdadm --detail) for anomalies after periods of heavy I/O.
  • Establish baselines for bitmap operation latency to detect degradation indicative of stuck page control structures.

How to Mitigate CVE-2026-45955

Immediate Actions Required

  • Apply the upstream kernel patches that resurrect the percpu_ref before returning -ETIMEDOUT from llbitmap_suspend_timeout().
  • Update to a distribution kernel that includes commits 095417d6b669, 2446d0993501, or d119bd2e1643 as backported by your vendor.
  • Reboot affected hosts after patch installation so the corrected md-llbitmap module is loaded.

Patch Information

The fix is published in the mainline Linux kernel and stable trees through the following commits: Kernel Git Commit 095417d6b669, Kernel Git Commit 2446d0993501, and Kernel Git Commit d119bd2e1643. The patch ensures percpu_ref_resurrect() runs on the timeout error path, restoring the bitmap page control structure for subsequent operations.

Workarounds

  • Where patching is delayed, consider migrating MD RAID arrays off the llbitmap feature to the legacy bitmap implementation until the corrected kernel is deployed.
  • Reduce sustained I/O pressure on affected arrays to lower the likelihood of triggering the suspend timeout path.
  • Schedule controlled restarts of affected systems to clear any bitmap pages already stuck in a killed percpu_ref state.
bash
# Verify whether the running kernel contains the fix
uname -r
grep -E 'llbitmap|md-llbitmap' /proc/kallsyms | head
# Inspect MD arrays and bitmap configuration
cat /proc/mdstat
mdadm --detail /dev/md0 | grep -i bitmap

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechLinux Kernel

  • SeverityNONE

  • CVSS ScoreN/A

  • Known ExploitedNo
  • Impact Assessment
  • ConfidentialityNone
  • IntegrityNone
  • AvailabilityNone
  • Technical References
  • Kernel Git Commit Change

  • Kernel Git Commit Change

  • Kernel Git Commit Change
  • Related CVEs
  • CVE-2026-46268: Linux Kernel Privilege Escalation Flaw

  • CVE-2026-46254: Linux Kernel Privilege Escalation Flaw

  • CVE-2026-46251: Linux Kernel Privilege Escalation Flaw

  • CVE-2026-46248: Linux Kernel Privilege Escalation Flaw
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