421 matches found
CVE-2026-64588
The CVE-2026-64588 entry reports a data race in fuse-uring within the Linux kernel where a weaker memory ordering could let a CPU observe ring->ready as true and still use a stale fiq->ops pointer. The fix is concrete: replace the store to fiq->ops with smp_store_release and use smp_load...
5.4AI score
SaveExploits0References3
20