CVE-2025-3931: Yggdrasil: local privilege escalation in yggdrasil
A flaw was found in Yggdrasil, which acts as a system broker, allowing the processes to communicate to other children's "worker" processes through the DBus component. Yggdrasil creates a DBus method to dispatch messages to workers. However, it misses authentication and authorization checks, allowing every system user to call it. One available Yggdrasil worker acts as a package manager with capabilities to create and enable new repositories and install or remove packages.
This flaw allows an attacker with access to the system to leverage the lack of authentication on the dispatch message to force the Yggdrasil worker to install arbitrary RPM packages. This issue results in local privilege escalation, enabling the attacker to access and modify sensitive system data.
Other sources
The yggdrasil application does not perform any kind of authentication or authorization check on com.redhat.Yggdrasil.Dispatch() DBus method, allowing attacker to abuse of the yggdrasil-worker-package-manager to perform a local privilege escalation
— Red Hat
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2025-3931?
CVE-2025-3931 is classified as a medium severity vulnerability due to its potential to allow unauthorized message dispatch through the DBus component.
How do I fix CVE-2025-3931?
To fix CVE-2025-3931, update Yggdrasil to a version newer than 0.4.6 that addresses the authentication and authorization flaw.
What systems are affected by CVE-2025-3931?
CVE-2025-3931 affects Yggdrasil versions up to and including 0.4.6.
What type of vulnerability is CVE-2025-3931?
CVE-2025-3931 is an authentication and authorization vulnerability related to inter-process communication.
Who is the vendor for CVE-2025-3931?
The vendor for CVE-2025-3931 is Yggdrasil.