Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2025-59378 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

In guix-daemon in GNU Guix before 1618ca7, a content-addressed-mirrors file can be written to create a setuid program that allows a regular user to gain the privileges of the build user that runs it (even after the build has ended).

Metrics

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-669Incorrect Resource Transfer Between Spheres[email protected]

Affected Products

ProductVersions
GNU Guix
< 1618ca7

CPE

  • cpe:2.3:a:gnu:guix:*:*:*:*:*:*:*:*

Remediation

  • Upgrade: 1618ca7moderate effort

    For Guix System, reconfigure the system after a `guix pull`, either restarting `guix-daemon` or rebooting. For example: ``` guix pull sudo guix system reconfigure /run/current-system/configuration.scm sudo herd restart guix-daemon ``` For Guix on another distribution, run `guix pull` with `sudo`, as the `guix-daemon` runs as root, and restart the `guix-daemon` service. For example, on a system using systemd to manage services, run: ``` sudo --login guix pull sudo systemctl restart guix-daemon.service ``` Note that for users with their distro's package of Guix (as opposed to having used the install script) you may need to take other steps or upgrade the Guix package as per other packages on your distro. Please consult the relevant documentation from your distro or contact the package maintainer for additional information or questions.

Change History

3 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2025-59378
NVD Published Date:
Sep 15, 2025
NVD Last Modified:
Jun 17, 2026
Source:
[email protected]
CVE-2025-59378 Details - Not Deferred