CVE-2026-39860
Awaiting Analysis
Awaiting Analysis - Queue
Symlink Follow Vulnerability in Nix Allows Root Overwrite
Publication date: 2026-04-08
Last updated on: 2026-04-15
Assigner: GitHub, Inc.
Description
Description
Nix is a package manager for Linux and other Unix systems. 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. This vulnerability is fixed in 2.34.5, 2.33.4, 2.32.7, 2.31.4, 2.30.4, 2.29.3, and 2.28.6.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| nixos | nix | From 2.18.2 (inc) to 2.18.9 (inc) |
| nixos | nix | From 2.19.4 (inc) to 2.19.7 (inc) |
| nixos | nix | From 2.20.5 (inc) to 2.20.9 (inc) |
| nixos | nix | From 2.21.0 (inc) to 2.28.6 (exc) |
| nixos | nix | From 2.29.0 (inc) to 2.29.3 (exc) |
| nixos | nix | From 2.30.0 (inc) to 2.30.4 (exc) |
| nixos | nix | From 2.31.0 (inc) to 2.31.4 (exc) |
| nixos | nix | From 2.32.0 (inc) to 2.32.7 (exc) |
| nixos | nix | From 2.33.0 (inc) to 2.33.4 (exc) |
| nixos | nix | From 2.34.0 (inc) to 2.34.5 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-61 | The product, when opening a file or directory, does not sufficiently account for when the file is a symbolic link that resolves to a target outside of the intended control sphere. This could allow an attacker to cause the product to operate on unauthorized files. |