VYPR

Nix

by Nixos

Source repositories

CVEs (11)

  • CVE-2026-39860CriApr 8, 2026
    risk 0.52cvss 9.0epss 0.00

    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…

  • CVE-2019-17365HigOct 9, 2019
    risk 0.51cvss 7.8epss 0.00

    Nix through 2.3 allows local users to gain access to an arbitrary user's account because the parent directory of the user-profile directories is world writable.

  • CVE-2025-53819HigJul 14, 2025
    risk 0.44cvss 7.9epss 0.00

    Nix 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 users. The fix was applied to Nix 2.30.1. No known workarounds are available.

  • CVE-2026-44028HigMay 5, 2026
    risk 0.42cvss 7.5epss 0.00

    An 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 when the parser is run on a coroutine stack. The stack is allocated without a guard page, which means that a stack…

  • CVE-2024-47174MedSep 26, 2024
    risk 0.31cvss 5.9epss 0.00

    Nix 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 verify TLS certificates on HTTPS connections. This could lead to connection details such as full URLs or credentials leaking…

  • CVE-2024-36050MedMay 18, 2024
    risk 0.28cvss 4.3epss 0.00

    Nix through 2.22.1 mishandles certain usage of hash caches, which makes it easier for attackers to replace current source code with attacker-controlled source code by luring a maintainer into accepting a malicious pull request.

  • CVE-2026-44029MedMay 5, 2026
    risk 0.27cvss 5.3epss 0.01

    An 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" directory traversal. The fixed versions are 2.34.7, 2.33.6, 2.32.8, 2.31.5, 2.30.5, 2.29.4, and 2.28.7 (introduced in 2.24.7);

  • CVE-2024-38531LowJun 28, 2024
    risk 0.16cvss 3.6epss 0.00

    Nix 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 the permissions of the build directory. After creating a setuid binary in a globally accessible location, a malicious…

  • CVE-2024-51481LowOct 31, 2024
    risk 0.00cvss epss 0.00

    Nix 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.nix>`) were not executed in the macOS sandbox. Thus, these builders (which are running under the `nixbld*` users) had…

  • CVE-2024-45593CriSep 10, 2024
    risk 0.00cvss 9.0epss 0.01

    Nix 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 unpacked by Nix, causes Nix to write to arbitrary file system locations to which the Nix process has access. This will be…

  • CVE-2024-27297MedMar 11, 2024
    risk 0.00cvss 6.3epss 0.01

    Nix 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 program running on the host (or another fixed-output derivation) via Unix domain sockets in the abstract namespace. This…