2940 matches found
PT-2026-90424
In the Linux kernel, the following vulnerability has been resolved: nfsd: RCU-protect cl cb session to fix use-after-free on session teardown After a DESTROY SESSION the per-session teardown path can free a session while rpciod still holds an inflight callback rpc task that dereferences clp-cl cb...
PT-2026-90204
In the Linux kernel, the following vulnerability has been resolved: openvswitch: Fix CT limit teardown use-after-free Packet processing uses CT limit state under RCU, while netns teardown frees that state under ovs mutex. The CT limit pointer was neither removed from readers nor protected by a...
PT-2026-90386
In the Linux kernel, the following vulnerability has been resolved: nfsd: hold rcu across localio cmpxchg retry nfsd file objects are freed via call rcu filecache.c:296, and nfsd file slab is created without SLAB TYPESAFE BY RCU KMEM CACHEnfsd file, 0 at filecache.c:789, so the slab page backing ...
PT-2026-90425
In the Linux kernel, the following vulnerability has been resolved: lockd, nfsd: RCU-protect nlmsvc ops dispatch nlmsvc ops is published by nfsd lockd init and cleared by nfsd lockd shutdown with plain stores, while lockd dereferences it unguarded from dispatch sites in fs/lockd/svcsubs.c. The...
PT-2026-90472
In the Linux kernel, the following vulnerability has been resolved: mm/migrate: report RCU-tasks quiescent states in migrate pages batch migrate pages batch unmaps each folio before moving it, and every unmap runs the mmu notifier invalidate callbacks. On KVM hosts try to migrate ends up in kvm m...
PT-2026-90283
In the Linux kernel, the following vulnerability has been resolved: jbd2: bound shrinker scans by examined checkpoint buffers The jbd2 shrinker currently accounts only checkpoint buffers that it successfully releases against nr to scan. Busy buffers therefore do not consume the scan budget. If a...
PT-2026-90282
In the Linux kernel, the following vulnerability has been resolved: jbd2: check need resched when skipping busy checkpoint buffers journal shrink one cp list skips busy checkpoint buffers when called with JBD2 SHRINK BUSY SKIP. The continue statement on this path also skips the need resched check...
PT-2026-90469
In the Linux kernel, the following vulnerability has been resolved: mm/vmscan: report RCU-tasks quiescent states in shrink lruvec I am seeing some rcu tasks stalls in the Meta fleet during reclaim. INFO: rcu tasks detected stalls on tasks: 0000000088620d09: .. nvcsw: 6735/6735 holdout: 1 idle cpu...
PT-2026-90124
In the Linux kernel, the following vulnerability has been resolved: net: openvswitch: fix flow mask use-after-free on flow deletion The commit in the Fixes tag below made so flow-mask free is scheduled via RCU right after it is removed from the flow table. The pointer stays in the flow structure...
PT-2026-90406
In the Linux kernel, the following vulnerability has been resolved: nfsd: defer vfree of compound ops to fix rpc status UAF The rpc status netlink dumpit walks every in-flight svc rqst under rcu read lock and, for NFSv4 requests, reads opnums out of args-ops. But args-ops is a separate vmalloc...
PT-2026-90261
In the Linux kernel, the following vulnerability has been resolved: sunrpc: defer rq argp and rq resp free until after RCU grace period svc rqst free frees rqstp-rq argp and rqstp-rq resp synchronously via kfree, but defers the rqstp struct free via kfree rcu. After svc exit thread calls list del...
kernel: security/keys: fix missed RCU read section on lookup
A flaw was found in the Linux kernel's keyring code. The assocarrayfind function, used for looking up keys, was called without holding the necessary Read-Copy-Update RCU read lock. This oversight allows for a memory corruption vulnerability, particularly affecting persistent key handling, as the...
kernel: security/keys: fix missed RCU read section on lookup
A flaw was found in the Linux kernel's keyring code. The assocarrayfind function, used for looking up keys, was called without holding the necessary Read-Copy-Update RCU read lock. This oversight allows for a memory corruption vulnerability, particularly affecting persistent key handling, as the...
kernel: security/keys: fix missed RCU read section on lookup
A flaw was found in the Linux kernel's keyring code. The assocarrayfind function, used for looking up keys, was called without holding the necessary Read-Copy-Update RCU read lock. This oversight allows for a memory corruption vulnerability, particularly affecting persistent key handling, as the...
kernel: wifi: mac80211: defer link RX stats percpu free to RCU
A flaw was found in the mac80211 Wi-Fi driver of the Linux kernel. When an MLO Multi-Link Operation link is removed, the RX statistics per-CPU buffer is freed immediately, while the link container is deferred to RCU Read-Copy-Update. This timing issue can lead to a use-after-free vulnerability,...
kernel: tls: Use __sk_dst_get() and dst_dev_rcu() in get_netdev_for_sock()
A flaw was found in the Linux kernel’s TLS implementation net/tls/tlsdevice.c. The function getnetdevforsock is invoked during setsockopt, which is not executed under RCU Read-Copy-Update protection. It previously used skdstgetsk-dev, which can lead to a use-after-free UAF if the sk’s destination...
Linux Distros Unpatched Vulnerability : CVE-2026-80758
The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - futex: Avoid private hash use-after-free on final put futexprivatehashput drops the reference to fph before evaluating fph-mm for wakeupvar. futexrefput enables...
Unity Linux 20.1050e Security Update: kernel (UTSA-2026-085347)
The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-085347 advisory. In the Linux kernel, the following vulnerability has been resolved: security/keys: fix missed RCU read section on lookup Nicholas Carlini reports that the keyring co...
Unity Linux 20.1050a Security Update: kernel (UTSA-2026-053433)
The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-053433 advisory. In the Linux kernel, the following vulnerability has been resolved: net/xen-netback: prevent UAF in xenvifflushhash During the listforeachentryrcu iteration call of...
SUSE CVE-2026-80758
In the Linux kernel, the following vulnerability has been resolved: futex: Avoid private hash use-after-free on final put futexprivatehashput drops the reference to fph before evaluating fph-mm for wakeupvar. futexrefput enables preemption again before returning. If that put drops the final...