Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-26104

CVE-2026-26104: udisks Auth Bypass Vulnerability

CVE-2026-26104 is an authentication bypass flaw in udisks storage daemon that lets unprivileged users export LUKS encryption headers without authorization, exposing cryptographic metadata. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: February 27, 2026

CVE-2026-26104 Overview

A flaw was found in the udisks storage management daemon that allows unprivileged users to back up LUKS encryption headers without authorization. The issue occurs because a privileged D-Bus method responsible for exporting encryption metadata does not perform a policy check. As a result, sensitive cryptographic metadata can be read and written to attacker-controlled locations. This weakens the confidentiality guarantees of encrypted storage volumes.

Critical Impact

Local unprivileged attackers can extract LUKS encryption headers containing sensitive cryptographic metadata, potentially enabling offline password attacks against encrypted storage volumes.

Affected Products

  • udisks storage management daemon (specific versions not disclosed)

Discovery Timeline

  • February 25, 2026 - CVE-2026-26104 published to NVD
  • February 25, 2026 - Last updated in NVD database

Technical Details for CVE-2026-26104

Vulnerability Analysis

This vulnerability is classified as CWE-862 (Missing Authorization), which occurs when a software component does not perform an authorization check when an actor attempts to access a resource or perform an action. In the context of udisks, the storage management daemon exposes D-Bus methods that allow interaction with encrypted storage volumes. The flaw exists in a privileged D-Bus method responsible for exporting LUKS encryption headers.

LUKS (Linux Unified Key Setup) headers contain critical cryptographic metadata including the master key encrypted with user passphrases, key slots, cipher specifications, and salt values. While the master key itself remains encrypted, access to these headers enables offline brute-force or dictionary attacks against the passphrase without detection. The vulnerability requires local access, meaning an attacker must already have some level of access to the target system.

Root Cause

The root cause is a missing PolicyKit authorization check in the D-Bus method responsible for LUKS header export functionality. D-Bus services on Linux systems typically rely on PolicyKit (polkit) to enforce access control policies for privileged operations. When a D-Bus method fails to invoke the appropriate polkit authentication check, any local user can call the method regardless of their privilege level.

The affected method allows specifying an arbitrary output location for the exported header, enabling attackers to write sensitive cryptographic data to attacker-controlled paths such as world-readable directories or removable media.

Attack Vector

The attack vector is local, requiring the attacker to have an authenticated session on the target system. Exploitation involves invoking the vulnerable D-Bus method through standard D-Bus client utilities or custom scripts. The attack flow typically involves:

  1. The attacker identifies encrypted LUKS volumes on the system through standard block device enumeration
  2. The attacker invokes the vulnerable udisks D-Bus method to export the LUKS header
  3. The exported header file is written to an attacker-specified location
  4. The attacker exfiltrates the header file for offline cryptographic analysis

This vulnerability is particularly concerning in multi-user environments such as shared workstations, container hosts with unprivileged user access, or systems where users have limited shell access. For more technical details, refer to the Red Hat CVE Advisory.

Detection Methods for CVE-2026-26104

Indicators of Compromise

  • Unexpected calls to udisks D-Bus methods related to LUKS header operations from non-root users
  • Creation of LUKS header backup files in unusual locations (e.g., /tmp, user home directories, or removable media mount points)
  • D-Bus message logs showing header export requests from unprivileged user sessions

Detection Strategies

  • Monitor D-Bus system bus for calls to udisks encrypted volume methods, particularly those involving header export functionality
  • Implement file integrity monitoring (FIM) on directories commonly used for data exfiltration such as /tmp, /var/tmp, and user-writable paths
  • Use auditd rules to track file creation events matching LUKS header signatures or naming patterns

Monitoring Recommendations

  • Enable verbose logging for the udisks daemon and PolicyKit authentication events
  • Configure SIEM alerts for patterns indicating LUKS header export activity from non-administrative accounts
  • Review system logs periodically for failed or unexpected polkit authorization requests related to storage operations

How to Mitigate CVE-2026-26104

Immediate Actions Required

  • Review and restrict local user access on systems with sensitive encrypted volumes
  • Audit existing LUKS volumes for unauthorized header exports by checking for unexpected backup files
  • Consider implementing additional access controls through SELinux or AppArmor policies to restrict udisks D-Bus method access
  • Monitor the Red Hat Bugzilla Report for patch availability and updates

Patch Information

Patch information is not yet available from the vendor. System administrators should monitor vendor security advisories and apply updates as soon as they become available. Refer to the Red Hat CVE Advisory for the latest remediation guidance.

Workarounds

  • Restrict local shell access to trusted users only on systems with encrypted storage containing sensitive data
  • Implement custom PolicyKit rules to explicitly deny LUKS header export operations for non-administrative users
  • Use SELinux or AppArmor to confine the udisks daemon and restrict write access to sensitive directories
bash
# Example PolicyKit rule to restrict LUKS header operations
# Place in /etc/polkit-1/rules.d/50-udisks-luks-restrict.rules
polkit.addRule(function(action, subject) {
    if (action.id.indexOf("org.freedesktop.udisks2.encrypted") == 0) {
        if (!subject.isInGroup("wheel")) {
            return polkit.Result.NO;
        }
    }
});

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechUdisks

  • 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:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-862
  • Technical References
  • Red Hat CVE Advisory

  • Red Hat Bugzilla Report
  • Related CVEs
  • CVE-2026-26103: udisks Privilege Escalation Vulnerability

  • CVE-2025-8067: UDisks Privilege Escalation Vulnerability

  • CVE-2021-3802: Udisks2 Denial of Service 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