---
id: CVE-2025-8067
title: >-
  A flaw was found in the Udisks daemon, where it allows unprivileged users to
  create loop devices using the D-BUS system
summary: >-
  A flaw was found in the Udisks daemon, where it allows unprivileged users to
  create loop devices using the D-BUS system. This is achieved via the loop
  device handler, which handles requests sent through the D-BUS interface. As
  two of the…
severity: high
cvss: 8.5
cvssVector: 'CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:H'
cwe:
  - CWE-125
published: '2025-08-28'
updated: '2026-06-25'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2025-8067'
references:
  - url: 'https://access.redhat.com/errata/RHSA-2025:15017'
    label: secalert@redhat.com
  - url: 'https://access.redhat.com/errata/RHSA-2025:15018'
    label: secalert@redhat.com
  - url: 'https://access.redhat.com/errata/RHSA-2025:15020'
    label: secalert@redhat.com
  - url: 'https://access.redhat.com/errata/RHSA-2025:15956'
    label: secalert@redhat.com
  - url: 'https://access.redhat.com/errata/RHSA-2025:16021'
    label: secalert@redhat.com
  - url: 'https://access.redhat.com/errata/RHSA-2025:16090'
    label: secalert@redhat.com
  - url: 'https://access.redhat.com/errata/RHSA-2025:16106'
    label: secalert@redhat.com
  - url: 'https://access.redhat.com/errata/RHSA-2025:16121'
    label: secalert@redhat.com
  - url: 'https://access.redhat.com/errata/RHSA-2025:16122'
    label: secalert@redhat.com
  - url: 'https://access.redhat.com/errata/RHSA-2025:16125'
    label: secalert@redhat.com
  - url: 'https://access.redhat.com/errata/RHSA-2025:16130'
    label: secalert@redhat.com
  - url: 'https://access.redhat.com/security/cve/CVE-2025-8067'
    label: secalert@redhat.com
  - url: 'https://bugzilla.redhat.com/show_bug.cgi?id=2388623'
    label: secalert@redhat.com
  - url: 'http://www.openwall.com/lists/oss-security/2025/08/28/1'
    label: af854a3a-2127-422b-91ae-364da2661108
  - url: 'https://lists.debian.org/debian-lts-announce/2025/08/msg00023.html'
    label: af854a3a-2127-422b-91ae-364da2661108
tags:
  - nvd
  - exploit-available
epss: 0.00653
epssPercentile: 0.49882
ingestedAt: '2026-06-29T13:24:34.406Z'
exploits:
  github: 1
  githubRepos:
    - 'https://github.com/born0monday/CVE-2025-8067'
  checkedAt: '2026-09-24T07:52:54.177Z'
exploitAvailable: true
---

## Overview

A flaw was found in the Udisks daemon, where it allows unprivileged users to create loop devices using the D-BUS system. This is achieved via the loop device handler, which handles requests sent through the D-BUS interface. As two of the parameters of this handle, it receives the file descriptor list and index specifying the file where the loop device should be backed. The function itself validates the index value to ensure it isn't bigger than the maximum value allowed. However, it fails to validate the lower bound, allowing the index parameter to be a negative value. Under these circumstances, an attacker can cause the UDisks daemon to crash or perform a local privilege escalation by gaining access to files owned by privileged users.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
