NIXPKGS-2025-0001
published on
Permalink
CVE-2025-8067
8.5 HIGH
- CVSS version (CVSS): 3.1
- Attack Vector (AV): Local (L)
- Attack Complexity (AC): Low (L)
- Privileges Required (PR): None (N)
- User Interaction (UI): None (N)
- Scope (S): Changed (C)
- Confidentiality (C): Low (L)
- Integrity (I): Low (L)
- Availability (A): High (H)
- Modified Attack Vector (MAV): Local (L)
- Modified Attack Complexity (MAC): Low (L)
- Modified Privileges Required (MPR): None (N)
- Modified User Interaction (MUI): None (N)
- Modified Confidentiality (MC): Low (L)
- Modified Scope (MS): Changed (C)
- Modified Integrity (MI): Low (L)
- Modified Availability (MA): High (H)
by @balsoft Activity log
- Created suggestion
- @balsoft added maintainer @balsoft maintainer.add
- @balsoft accepted
- @balsoft published on GitHub
Udisks: out-of-bounds read in udisks daemon
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.
References
Affected products
udisks
udisks2
- <2.10.2
- <2.10.91
- *
Package maintainers
-
@JohnAZoidberg Daniel Schäfer <git@danielschaefer.me>
-
@jtojnar Jan Tojnar <jtojnar@gmail.com>
Additional maintainers
-
@balsoft Alexander Bantyev <balsoft75@gmail.com>