NIXPKGS-2026-0694
GitHub issue
published 3 months ago
Permalink
CVE-2026-33150
7.8 HIGH
- CVSS version (CVSS): 3.1
- Attack Vector (AV): Local (L)
- Attack Complexity (AC): Low (L)
- Privileges Required (PR): Low (L)
- User Interaction (UI): None (N)
- Scope (S): Unchanged (U)
- Confidentiality (C): High (H)
- Integrity (I): High (H)
- Availability (A): High (H)
- Modified Attack Vector (MAV): Local (L)
- Modified Attack Complexity (MAC): Low (L)
- Modified Privileges Required (MPR): Low (L)
- Modified User Interaction (MUI): None (N)
- Modified Confidentiality (MC): High (H)
- Modified Scope (MS): Unchanged (U)
- Modified Integrity (MI): High (H)
- Modified Availability (MA): High (H)
by @LeSuisse Activity log
- Created suggestion
- @LeSuisse ignored package haskellPackages.libfuse3
- @LeSuisse accepted
- @LeSuisse published on GitHub
Use After Free in libfuse
libfuse is the reference implementation of the Linux FUSE. From version 3.18.0 to before version 3.18.2, a use-after-free vulnerability in the io_uring subsystem of libfuse allows a local attacker to crash FUSE filesystem processes and potentially execute arbitrary code. When io_uring thread creation fails due to resource exhaustion (e.g., cgroup pids.max), fuse_uring_start() frees the ring pool structure but stores the dangling pointer in the session state, leading to a use-after-free when the session shuts down. The trigger is reliable in containerized environments where cgroup pids.max limits naturally constrain thread creation. This issue has been patched in version 3.18.2.
References
-
https://github.com/libfuse/libfuse/security/advisories/GHSA-qxv7-xrc2-qmfx x_refsource_CONFIRM
-
https://github.com/libfuse/libfuse/releases/tag/fuse-3.18.2 x_refsource_MISC
Affected products
libfuse
- ==>= 3.18.0, < 3.18.2
Ignored packages (1)
pkgs.haskellPackages.libfuse3
A Haskell binding for libfuse-3.x