| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-04-08 | 2.7 kB | |
| v1.11.2 source code.tar.gz | 2026-04-08 | 5.3 MB | |
| v1.11.2 source code.zip | 2026-04-08 | 5.8 MB | |
| Totals: 3 Items | 11.2 MB | 1 | |
Hotfix for Nix vulnerability
This is a hotfix release to patch a vulnerability in Nix. See https://github.com/NixOS/nix/security/advisories/GHSA-g3g9-5vj6-r3gj
For Linux installations of Flox, the vulnerability allows non-root users to gain root privileges by modifying sensitive files. macOS and container installations are not affected. This affects Flox installations >=1.3.2 up to this release.
Full details from the Nix advisory
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.
Details relevant to Flox
Flox installations outside of containers default to a multi-user installation with allowed-users defaulting to all. Questions and additional info can be found in our community slack.
Other fixes
- Manifest parse errors now include line and column information, making it easier to locate syntax errors.
Thank you to our community contributions this release
- Manifest parse error improvements (@electricalen)
Download Links
- DEB (x86_64-linux)
- DEB (aarch64-linux)
- RPM (x86_64-linux)
- RPM (aarch64-linux)
- OSX (x86_64-darwin)
- OSX (aarch64-darwin)
[!NOTE] You can find the SHA256 checksums for Flox 1.11.2 and SHA512 checksums for Flox 1.11.2 online.