Nixos Nix

14 CVEs affecting Nixos Nix. Latest disclosed: 2026-05-05. Critical: 2, High: 2.

Top CVEs affecting Nixos Nix
CVESeverityScorePublishedSummary
CVE-2024-45593Critical9.12024-09-10Nix is a package manager for Linux and other Unix systems. A bug in Nix 2.24 prior to 2.24.6 allows a substituter or malicious user to craft a NAR that, when u…
CVE-2026-39860Critical9.02026-04-08Nix 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 pr…
CVE-2025-53819High7.92025-07-14Nix is a package manager for Linux and other Unix systems. Builds with Nix 2.30.0 on macOS were executed with elevated privileges (root), instead of the build…
CVE-2026-44028High7.52026-05-05An issue was discovered in Nix before 2.34.7 and Lix before 2.95.2. Unbounded recursion in the NAR (Nix Archive) parser could lead to a stack-to-heap overflow…
CVE-2024-27297Medium6.32024-03-11Nix is a package manager for Linux and other Unix systems. A fixed-output derivations on Linux can send file descriptors to files in the Nix store to another p…
CVE-2024-47174Medium5.92024-09-26Nix is a package manager for Linux and other Unix systems. Starting in version 1.11 and prior to versions 2.18.8 and 2.24.8, `<nix/fetchurl.nix>` did not verif…
CVE-2025-52993Medium5.62025-06-27A race condition in the Nix, Lix, and Guix package managers enables changing the ownership of arbitrary files to the UID and GID of the build user (e.g., nixbl…
CVE-2026-44029Medium5.32026-05-05An issue was discovered in Nix before 2.34.7. Writing to arbitrary files can occur via "nix-prefetch-url --unpack" or "nix store prefetch-file --unpack" direct…
CVE-2024-38531Low3.62024-06-28Nix is a package manager for Linux and other Unix systems that makes package management reliable and reproducible. A build process has access to and can change…
CVE-2025-52992Low3.22025-06-27The Nix, Lix, and Guix package managers fail to properly set permissions when a derivation build fails. This may allow arbitrary processes to modify the conten…
CVE-2025-52991Low3.22025-06-27The Nix, Lix, and Guix package managers default to using temporary build directories in a world-readable and world-writable location. This allows standard user…
CVE-2025-46415Low3.22025-06-27A race condition in the Nix, Lix, and Guix package managers allows the removal of content from arbitrary folders. This affects Nix before 2.24.15, 2.26.4, 2.28…
CVE-2025-46416Low2.92025-06-27The Nix, Lix, and Guix package managers allow a bypass of build isolation in which a user can elevate their privileges to the build user account (e.g., nixbld…
CVE-2024-514812024-10-31Nix is a package manager for Linux and other Unix systems. On macOS, built-in builders (such as `builtin:fetchurl`, exposed to users with `import <nix/fetchurl…