In the Linux kernel, the following vulnerability has been resolved:
fuse-uring: Avoid use-after-free in fuseuringasyncstopqueues
fuseuringasyncstopqueues() might run when the last reference on ring->queue_refs was already dropped.
In order to avoid an early destruction a reference on struct fuseconn is now taken before starting fuseuringasyncstop_queues() and that reference is only released when that delayed work queue terminates.
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/64xxx/CVE-2026-64261.json",
"cna_assigner": "Linux"
}