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-2025-8067

CVE-2025-8067: UDisks Privilege Escalation Vulnerability

CVE-2025-8067 is a privilege escalation flaw in UDisks daemon that allows unprivileged users to crash the service or gain elevated access. This article covers technical details, affected versions, and mitigation.

Published: April 1, 2026

CVE-2025-8067 Overview

A critical vulnerability has been discovered in the UDisks daemon that allows unprivileged local users to exploit a boundary validation flaw in the loop device handler. The vulnerability stems from improper validation of the file descriptor index parameter passed through the D-Bus interface, where the daemon validates the upper bound but fails to check for negative values. This out-of-bounds read vulnerability (CWE-125) can be leveraged by attackers to crash the UDisks daemon or escalate privileges by gaining unauthorized access to files owned by privileged users.

Critical Impact

Local attackers can exploit this vulnerability to cause denial of service through daemon crashes or achieve local privilege escalation by accessing privileged user files through manipulated D-Bus requests.

Affected Products

  • UDisks daemon (all vulnerable versions)
  • Red Hat Enterprise Linux distributions with affected UDisks packages
  • Debian-based distributions with affected UDisks packages

Discovery Timeline

  • August 28, 2025 - CVE-2025-8067 published to NVD
  • November 4, 2025 - Last updated in NVD database

Technical Details for CVE-2025-8067

Vulnerability Analysis

The UDisks daemon provides a D-Bus interface for managing storage devices, including the creation and management of loop devices. When handling loop device creation requests, the daemon receives a file descriptor list and an index parameter specifying which file descriptor should back the loop device. The vulnerable code path properly validates that the index value does not exceed the maximum allowed value (upper bound check), but critically omits validation of the lower bound.

This oversight allows an attacker to supply a negative index value, causing the daemon to perform an out-of-bounds memory read. Depending on the memory layout and the specific negative value supplied, this can result in either a crash of the UDisks daemon (denial of service) or potentially allow the attacker to manipulate file descriptor references to gain access to files owned by privileged users.

The vulnerability is particularly concerning because the D-Bus interface is accessible to unprivileged local users by design, making exploitation straightforward once the flaw is understood.

Root Cause

The root cause of this vulnerability is an incomplete input validation check in the loop device handler function within the UDisks daemon. The code validates that the index parameter does not exceed the upper boundary of the file descriptor array but fails to verify that the index is non-negative. This type of signed integer boundary validation error is a common source of out-of-bounds access vulnerabilities, where developers assume array indices will always be positive without explicitly enforcing this constraint.

Attack Vector

The attack is performed locally through the D-Bus system interface. An unprivileged attacker can craft a malicious D-Bus message to the UDisks daemon containing a negative index value in the file descriptor index parameter. The exploitation flow involves:

  1. Connecting to the system D-Bus as an unprivileged user
  2. Sending a loop device creation request to the UDisks daemon
  3. Providing a valid file descriptor list but specifying a negative index value
  4. The daemon processes the request and accesses memory at an unintended offset

The vulnerability can manifest in two ways: accessing memory that causes a segmentation fault (resulting in daemon crash and denial of service), or accessing memory that contains valid file descriptor information belonging to privileged processes, enabling unauthorized file access.

Detection Methods for CVE-2025-8067

Indicators of Compromise

  • Unexpected crashes or restarts of the udisksd daemon process
  • Unusual D-Bus activity targeting the UDisks interface from non-administrative users
  • System logs showing segmentation faults in the UDisks daemon
  • Unauthorized access patterns to privileged user files through loop device operations

Detection Strategies

  • Monitor system logs (/var/log/messages or journald) for UDisks daemon crash events
  • Implement D-Bus monitoring to detect anomalous requests to the org.freedesktop.UDisks2 interface
  • Deploy file integrity monitoring on critical privileged user files
  • Use audit rules to track loop device creation operations and correlate with user privileges

Monitoring Recommendations

  • Enable and review audit logs for loop device (/dev/loop*) creation events
  • Configure alerting for UDisks daemon process termination and restart patterns
  • Monitor D-Bus traffic for requests with unusual parameter values targeting storage services
  • Implement process behavior monitoring to detect exploitation attempts against system daemons

How to Mitigate CVE-2025-8067

Immediate Actions Required

  • Apply vendor-provided security patches immediately for affected Linux distributions
  • Review system logs for evidence of exploitation attempts prior to patching
  • Consider temporarily restricting D-Bus access to the UDisks interface if patching cannot be performed immediately
  • Audit systems for unauthorized loop device creation or suspicious file access patterns

Patch Information

Multiple vendors have released security updates to address this vulnerability. Red Hat has published several security advisories including RHSA-2025:15017, RHSA-2025:15018, RHSA-2025:15020, and RHSA-2025:16130 among others. Debian has also issued a security announcement for affected LTS releases. Additional technical details and discussion can be found on the Openwall OSS-Security mailing list.

Administrators should update the udisks2 package using their distribution's package manager:

bash
# For Red Hat/CentOS/Fedora systems
sudo dnf update udisks2

# For Debian/Ubuntu systems
sudo apt update && sudo apt upgrade udisks2

Workarounds

  • Restrict D-Bus policy to limit which users can interact with the UDisks service
  • Implement additional access controls using polkit rules to restrict loop device operations
  • Consider running non-essential workstations without the UDisks daemon if storage management features are not required
  • Deploy endpoint detection solutions capable of monitoring for privilege escalation attempts
bash
# Example: Restrict UDisks D-Bus access via polkit rule
# Create /etc/polkit-1/rules.d/99-udisks-restrict.rules
cat << 'EOF' | sudo tee /etc/polkit-1/rules.d/99-udisks-restrict.rules
polkit.addRule(function(action, subject) {
    if (action.id.indexOf("org.freedesktop.udisks2") == 0) {
        if (subject.isInGroup("wheel") || subject.isInGroup("storage")) {
            return polkit.Result.YES;
        }
        return polkit.Result.NO;
    }
});
EOF

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechUdisks

  • SeverityHIGH

  • CVSS Score8.5

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-125
  • Technical References
  • Red Hat Security Advisory RHSA-2025:15017

  • Red Hat Security Advisory RHSA-2025:15018

  • Red Hat Security Advisory RHSA-2025:15020

  • Red Hat Security Advisory RHSA-2025:15956

  • Red Hat Security Advisory RHSA-2025:16021

  • Red Hat Security Advisory RHSA-2025:16090

  • Red Hat Security Advisory RHSA-2025:16106

  • Red Hat Security Advisory RHSA-2025:16121

  • Red Hat Security Advisory RHSA-2025:16122

  • Red Hat Security Advisory RHSA-2025:16125

  • Red Hat Security Advisory RHSA-2025:16130

  • Red Hat CVE Reference CVE-2025-8067

  • Red Hat Bugzilla Report #2388623

  • Openwall OSS-Security Discussion

  • Debian LTS Announcement
  • Related CVEs
  • CVE-2026-26103: udisks Privilege Escalation Vulnerability

  • CVE-2026-26104: udisks Auth Bypass 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