Lucene search
+L

2438 matches found

Cvelist
Cvelist
added 2 days ago31 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.8CVSS0.00172EPSS
SaveExploits0References7
EUVD
EUVD
added 2 days ago6 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.00172EPSS
SaveExploits0References7
OSV
OSV
added 2 days ago3 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 ...

5.6AI score
SaveExploits0References10
EUVD
EUVD
added 2 days ago6 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.00165EPSS
SaveExploits0References2
CVE
CVE
added 2 days ago19 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.00166EPSS
SaveExploits0References3
EUVD
EUVD
added 2 days ago6 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.00166EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2 days ago30 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.00166EPSS
SaveExploits0References3
EUVD
EUVD
added 2 days ago5 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.00155EPSS
SaveExploits0References2
OSV
OSV
added 2 days ago3 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...

5.5AI score
SaveExploits0References5
CVE
CVE
added 2 days ago17 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.00155EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2 days ago33 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.00155EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2 days ago28 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.00176EPSS
SaveExploits0References8
EUVD
EUVD
added 2 days ago4 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.00176EPSS
SaveExploits0References8
CVE
CVE
added 2 days ago9 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.00176EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2 days ago30 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.00176EPSS
SaveExploits0References8
CVE
CVE
added 2 days ago18 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.00176EPSS
SaveExploits0References8
EUVD
EUVD
added 2 days ago5 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.00176EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2 days ago29 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.8CVSS0.00162EPSS
SaveExploits0References2
OSV
OSV
added 2 days ago3 views

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

5.6AI score
SaveExploits0References7
CVE
CVE
added 2 days ago13 views

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

5.4AI score0.0022EPSS
SaveExploits0References8
Rows per page
Query Builder