Description
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.
INFO
Published Date :
2026-03-20T20:20:29.963Z
Last Modified :
2026-03-27T03:55:40.426Z
Source :
GitHub_M
AFFECTED PRODUCTS
The following products are affected by CVE-2026-33150 vulnerability.
| Vendors | Products |
|---|---|
| Libfuse |
|
| Libfuse Project |
|
REFERENCES
Here, you will find a curated list of external links that provide in-depth information to CVE-2026-33150.