2438 matches found
CVE-2026-74363 bpf: fix UAF by restoring RCU-delayed inode freeing in bpffs
In the Linux kernel, the following vulnerability has been resolved: bpf: fix UAF by restoring RCU-delayed inode freeing in bpffs commit 4f375ade6aa9 "bpf: Avoid RCU context warning when unpinning htab with internal structs" moved inode cleanup from -freeinode into -destroyinode to avoid sleeping ...
EUVD-2026-59510
In the Linux kernel, the following vulnerability has been resolved: bpf: fix UAF by restoring RCU-delayed inode freeing in bpffs commit 4f375ade6aa9 "bpf: Avoid RCU context warning when unpinning htab with internal structs" moved inode cleanup from -freeinode into -destroyinode to avoid sleeping ...
CVE-2026-74363 bpf: fix UAF by restoring RCU-delayed inode freeing in bpffs
In the Linux kernel, the following vulnerability has been resolved: bpf: fix UAF by restoring RCU-delayed inode freeing in bpffs commit 4f375ade6aa9 "bpf: Avoid RCU context warning when unpinning htab with internal structs" moved inode cleanup from -freeinode into -destroyinode to avoid sleeping ...
EUVD-2026-59485
In the Linux kernel, the following vulnerability has been resolved: bpf: Reject sleepable BPFLSMCGROUP programs at load time The cgroup shim runs under rcureadlockdontmigrate, so we should not attach any sleepable BPF programs there. Add support to the verifier to explicitly reject attempts to lo...
CVE-2026-74325
CVE-2026-74325 concerns the Linux kernel’s mt76 Wi-Fi driver. The fix replaces a plain kfree() with kfree_rcu() for the offchannel mlink object in mt76_put_vif_phy_link to ensure memory is not freed while still potentially accessed under RCU. The root cause is that rcu_assign_pointer(NULL) only p...
EUVD-2026-59472
In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: use kfreercu for offchannel link in mt76putvifphylink mt76putvifphylink frees the offchannel mlink with plain kfree after rcuassignpointerNULL. However, rcuassignpointer only prevents future RCU readers from obtaining...
CVE-2026-74325 wifi: mt76: use kfree_rcu for offchannel link in mt76_put_vif_phy_link
In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: use kfreercu for offchannel link in mt76putvifphylink mt76putvifphylink frees the offchannel mlink with plain kfree after rcuassignpointerNULL. However, rcuassignpointer only prevents future RCU readers from obtaining...
EUVD-2026-59436
In the Linux kernel, the following vulnerability has been resolved: ipv4: fib: Don't dump dying fibinfo in fibleafnotify. syzbot reported use-after-free in nsimfib4prepareevent. 0 The problem is that the following functions call fibinfohold / refcountinc while dumping fibinfo under RCU, which is...
CVE-2026-74289 ipv4: fib: Don't dump dying fib_info in fib_leaf_notify().
In the Linux kernel, the following vulnerability has been resolved: ipv4: fib: Don't dump dying fibinfo in fibleafnotify. syzbot reported use-after-free in nsimfib4prepareevent. 0 The problem is that the following functions call fibinfohold / refcountinc while dumping fibinfo under RCU, which is...
CVE-2026-74289
CVE-2026-74289 (Linux kernel) : A use-after-free bug occurs when dumping IPv4 fib_info under RCUs because fib_info_hold()/refcount_inc() are called while lifetime can’t be guaranteed. Affected: nsim_fib4_prepare_event(), mlxsw_sp_router_fib4_event(), rocker_router_fib_event(), and related fib_tri...
CVE-2026-74289 ipv4: fib: Don't dump dying fib_info in fib_leaf_notify().
In the Linux kernel, the following vulnerability has been resolved: ipv4: fib: Don't dump dying fibinfo in fibleafnotify. syzbot reported use-after-free in nsimfib4prepareevent. 0 The problem is that the following functions call fibinfohold / refcountinc while dumping fibinfo under RCU, which is...
CVE-2026-74288 net: fib_rules: Don't dump dying fib_rule in fib_rules_dump().
In the Linux kernel, the following vulnerability has been resolved: net: fibrules: Don't dump dying fibrule in fibrulesdump. rockerrouterfibevent calls fibruleget during RCU dump. If the fibrule is dying, refcountinc will complain about it. Let's call refcountincnotzero in fibrulesdump...
EUVD-2026-59435
In the Linux kernel, the following vulnerability has been resolved: net: fibrules: Don't dump dying fibrule in fibrulesdump. rockerrouterfibevent calls fibruleget during RCU dump. If the fibrule is dying, refcountinc will complain about it. Let's call refcountincnotzero in fibrulesdump...
CVE-2026-74288
The vulnerability CVE-2026-74288 affects the Linux kernel, specifically in the networking subsystem’s fib_rules handling. The issue arises in net: fib_rules_dump() when rocker_router_fib_event() calls fib_rule_get() during an RCU dump and encounters a dying fib_rule whose refcount is zero or bein...
CVE-2026-74255 tipc: fix UAF in tipc_l2_send_msg()
In the Linux kernel, the following vulnerability has been resolved: tipc: fix UAF in tipcl2sendmsg Syzbot reported a slab-use-after-free in ipvlanhardheader when called from tipcl2sendmsg. The root cause is that tipcdisablel2media calls synchronizenet while b-mediaptr is still valid. This allows...
CVE-2026-74255
The CVE affects the Linux kernel’s TIPC path, detailing a use-after-free in ipvlan_hard_header() invoked from tipc_l2_send_msg(). The root cause is tipc_disable_l2_media() calling synchronize_net() while b->media_ptr is still valid, allowing concurrent RCU readers to obtain a freed device poin...
EUVD-2026-59402
In the Linux kernel, the following vulnerability has been resolved: tipc: fix UAF in tipcl2sendmsg Syzbot reported a slab-use-after-free in ipvlanhardheader when called from tipcl2sendmsg. The root cause is that tipcdisablel2media calls synchronizenet while b-mediaptr is still valid. This allows...
CVE-2026-72463 xfrm: Fix dev use-after-free in xfrm async resumption
In the Linux kernel, the following vulnerability has been resolved: xfrm: Fix dev use-after-free in xfrm async resumption xfrm async resumption hold skb-dev refcnt until after transportfinish. However, xfrmrcvcb may modify skb-dev to tunnel dev without taking device reference, such as vtircvcb. T...
CVE-2026-72451 xfrm: Fix xfrm state cache insertion race
In the Linux kernel, the following vulnerability has been resolved: xfrm: Fix xfrm state cache insertion race The xfrm input state cache insertion code checks the validity of the state before acquiring the global xfrmstatelock. Thus it's possible for someone else to kill the state after it passed...
CVE-2026-72447
CVE-2026-72447 (Linux kernel SCTP diag leak) : The vulnerability concerns SCTP_DIAG endpoint dumping in the Linux kernel, where SCTP endpoint address lists were read without holding lock_sock(), allowing concurrent socket operations (e.g., bindx) to change data. This race can cause nla_reserve() ...