In the Linux kernel, the following vulnerability has been resolved: fuse-uring: make a fuse_req on SQE commit only findable after memcpy Bad userspace might try to trick us and send commit SQEs req…
High CVSS 7.8
Summary
In the Linux kernel, the following vulnerability has been resolved: fuse-uring: make a fuse_req on SQE commit only findable after memcpy Bad userspace might try to trick us and send commit SQEs request unique / commit-id of requests that are not even send to fuse-server (io_uring_cmd_done() not called) yet. fuse_uring_commit_fetch() ends the fuse request when the ring entry has a wrong state, but that could have caused a use-after-free with the memcpy operations in fuse_uring_send_in_task().…
In-depth triage
No in-depth report has been generated yet (DR-003 v2 AI pipeline is under construction).
Affected products
- :
Sources
- NVD DATABASE
Original Links
- https://git.kernel.org/stable/c/1efd3d474fc0ba74dfd984249bca78807d739812 Patch
- https://git.kernel.org/stable/c/a635f427d57e2012102ae4886b48d8955c59fb86 Patch
- https://git.kernel.org/stable/c/e1711479e9068ea31b31353a702a51e639c3d059 Patch
Timeline
- nvd_ingest NVD