PT-2026-64481 · Linux · Linux
CVE-2026-64260
·
Published
2026-07-25
·
Updated
2026-07-25
None
No severity ratings or metrics are available. When they are, we'll update the corresponding info on the page.
In the Linux kernel, the following vulnerability has been resolved:
fuse-uring: Avoid queue->stopped races and set/read that value under lock
There are several readers of queue->stopped that check the value
under lock, but fuse uring commit fetch() did not and actually
the value was not set under the lock in fuse uring abort end requests()
either. Especially in fuse uring commit fetch it is important
to check under a lock, because due to races 'struct fuse req'
might be freed with fuse request end, but another thread/cpu
might already do teardown work.
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Linux