Bug 2449771 (CVE-2026-33150) - CVE-2026-33150 libfuse: libfuse: Arbitrary code execution via use-after-free in io_uring subsystem
Summary: CVE-2026-33150 libfuse: libfuse: Arbitrary code execution via use-after-free ...
Keywords:
Status: NEW
Alias: CVE-2026-33150
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
high
high
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On: 2451602 2451603 2451604 2451605
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-03-20 21:01 UTC by OSIDB Bzimport
Modified: 2026-03-26 06:05 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-03-20 21:01:44 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.