Use-after-free in libfuse - CVE-2026-33150
Published: April 25, 2026
libfuse
Detailed vulnerability description
The vulnerability allows a local user to execute arbitrary code.
The vulnerability exists due to use-after-free in the io_uring subsystem of libfuse when io_uring thread creation fails and the session later shuts down. A local user can trigger resource exhaustion that causes thread creation to fail to execute arbitrary code.
The issue can also crash FUSE filesystem processes using the io_uring transport on session shutdown. The io_uring transport must be explicitly enabled, and the trigger is reliable in containerized environments where cgroup pids.max limits constrain thread creation.