Lucene search
+L

2530 matches found

EUVD
EUVD
added 2026/08/15 5:58 a.m.8 views

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 ...

5.5AI score0.00125EPSS
SaveExploits0References7
OSV
OSV
added 2026/08/15 5:58 a.m.10 views

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 ...

7.8CVSS5.6AI score
SaveExploits0References10
EUVD
EUVD
added 2026/08/15 5:58 a.m.7 views

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...

5.4AI score0.00128EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/15 5:58 a.m.24 views

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...

7.8CVSS5.2AI score0.00127EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/15 5:58 a.m.32 views

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...

7.8CVSS0.00127EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/15 5:58 a.m.10 views

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...

7.8CVSS5.3AI score
SaveExploits0References6
EUVD
EUVD
added 2026/08/15 5:58 a.m.8 views

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...

5.2AI score0.00127EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/15 5:57 a.m.7 views

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...

5.4AI score0.0012EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/15 5:57 a.m.9 views

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...

7.8CVSS5.5AI score
SaveExploits0References5
CVE
CVE
added 2026/08/15 5:57 a.m.28 views

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...

7.8CVSS5.4AI score0.0012EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/15 5:57 a.m.33 views

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...

7.8CVSS0.0012EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/15 5:57 a.m.30 views

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...

7.8CVSS0.00129EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/15 5:57 a.m.5 views

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...

5.3AI score0.00129EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/15 5:57 a.m.22 views

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...

7.8CVSS5.3AI score0.00129EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/15 5:57 a.m.8 views

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...

7.8CVSS5.4AI score
SaveExploits0References11
CVE
CVE
added 2026/08/15 5:57 a.m.30 views

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...

9.8CVSS5.3AI score0.00506EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/15 5:57 a.m.30 views

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...

9.8CVSS0.00506EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/15 5:57 a.m.5 views

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...

9.8CVSS5.5AI score
SaveExploits0References11
EUVD
EUVD
added 2026/08/15 5:57 a.m.7 views

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...

5.4AI score0.00506EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/15 5:57 a.m.12 views

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...

9.8CVSS5.6AI score
SaveExploits0References5
Rows per page
Query Builder