|
|
Log in / Subscribe / Register

Nix privilege escalation security advisory

The NixOS project has announced a critical vulnerability in many versions of the Nix package manager's daemon. The flaw was introduced as part of a fix for a prior vulnerability in 2024. According to the advisory, all default configurations of NixOS and systems building untrusted derivations are impacted.

A bug in the fix for CVE-2024-27297 allowed for arbitrary overwrites of files writable by the Nix process orchestrating the builds (typically the Nix daemon running as root in multi-user installations) by following symlinks during fixed-output derivation output registration. This affects sandboxed Linux builds - sandboxed macOS builds are unaffected. The location of the temporary output used for the output copy was located inside the build chroot. A symlink, pointing to an arbitrary location in the filesystem, could be created by the derivation builder at that path. During output registration, the Nix process (running in the host mount namespace) would follow that symlink and overwrite the destination with the derivation's output contents.

In multi-user installations, this allows all users able to submit builds to the Nix daemon (allowed-users - defaulting to all users) to gain root privileges by modifying sensitive files.



to post comments

Does this impact GNU Guix?

Posted Apr 8, 2026 20:06 UTC (Wed) by atai (subscriber, #10977) [Link] (1 responses)

as the daemon part may be the same

Does this impact GNU Guix?

Posted Apr 8, 2026 20:38 UTC (Wed) by daroc (editor, #160859) [Link]

I don't believe it does impact Guix. The bug was introduced in a commit that was made after Guix separated from Nix, and which does not appear in the Guix repository.


Copyright © 2026, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds