Lucene search
+L

167502 matches found

OSV
OSV
added 2026/08/22 3:33 p.m.9 views

CVE-2026-74731 sched_ext: Skip sub-disable teardown for never-linked sub-schedulers

In the Linux kernel, the following vulnerability has been resolved: schedext: Skip sub-disable teardown for never-linked sub-schedulers A sub-scheduler enable can fail before scxlinksched links the sched into the hierarchy, e.g. when the parent is already being disabled, and cleanup still runs th...

5.7AI score
SaveExploits0References5
CVE
CVE
added 2026/08/22 3:33 p.m.23 views

CVE-2026-74731

CVE-2026-74731 is a use-after-free vulnerability in the Linux kernel's sched_ext (extensible scheduler) component. When a sub-scheduler enable fails before scx_link_sched() links it into the hierarchy, the cleanup path still runs the full scx_sub_disable(). This creates a race against root disabl...

7.8CVSS5.6AI score0.0017EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/08/22 3:33 p.m.9 views

CVE-2026-74731

In the Linux kernel, the following vulnerability has been resolved: schedext: Skip sub-disable teardown for never-linked sub-schedulers A sub-scheduler enable can fail before scxlinksched links the sched into the hierarchy, e.g. when the parent is already being disabled, and cleanup still runs th...

7.8CVSS5.5AI score0.0017EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/08/22 3:33 p.m.26 views

CVE-2026-74731 sched_ext: Skip sub-disable teardown for never-linked sub-schedulers

In the Linux kernel, the following vulnerability has been resolved: schedext: Skip sub-disable teardown for never-linked sub-schedulers A sub-scheduler enable can fail before scxlinksched links the sched into the hierarchy, e.g. when the parent is already being disabled, and cleanup still runs th...

7.8CVSS0.0017EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/22 3:33 p.m.9 views

EUVD-2026-64413

In the Linux kernel, the following vulnerability has been resolved: bonding: alb: re-check primaryispromisc under RTNL in bondalbmonitor bondalbmonitor reads primaryispromisc under RCU, then drops RCU and takes RTNL via rtnltrylock before undoing the promiscuity it set on the active slave. In tha...

5.5AI score0.00177EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/22 3:33 p.m.8 views

CVE-2026-74726 bonding: alb: re-check primary_is_promisc under RTNL in bond_alb_monitor

In the Linux kernel, the following vulnerability has been resolved: bonding: alb: re-check primaryispromisc under RTNL in bondalbmonitor bondalbmonitor reads primaryispromisc under RCU, then drops RCU and takes RTNL via rtnltrylock before undoing the promiscuity it set on the active slave. In tha...

5.7AI score
SaveExploits0References11
Debian CVE
Debian CVE
added 2026/08/22 3:33 p.m.8 views

CVE-2026-74726

In the Linux kernel, the following vulnerability has been resolved: bonding: alb: re-check primaryispromisc under RTNL in bondalbmonitor bondalbmonitor reads primaryispromisc under RCU, then drops RCU and takes RTNL via rtnltrylock before undoing the promiscuity it set on the active slave. In tha...

7.3CVSS5.4AI score0.00177EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/08/22 3:33 p.m.27 views

CVE-2026-74726 bonding: alb: re-check primary_is_promisc under RTNL in bond_alb_monitor

In the Linux kernel, the following vulnerability has been resolved: bonding: alb: re-check primaryispromisc under RTNL in bondalbmonitor bondalbmonitor reads primaryispromisc under RCU, then drops RCU and takes RTNL via rtnltrylock before undoing the promiscuity it set on the active slave. In tha...

7.3CVSS0.00177EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/22 3:33 p.m.21 views

CVE-2026-74727

A race condition in the Linux kernel's ovpn module (in-kernel OpenVPN) causes a Use-After-Free . When a peer is removed concurrently (via OVPN_CMD_PEER_DEL, keepalive expiry, or socket teardown) while ovpn_nl_peer_set_doit() or the float path (ovpn_peer_endpoints_update()) holds only a refcount, ...

9.8CVSS5.6AI score0.00166EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/22 3:33 p.m.10 views

CVE-2026-74727 ovpn: skip rehash for peers already removed from by_id

In the Linux kernel, the following vulnerability has been resolved: ovpn: skip rehash for peers already removed from byid ovpnnlpeersetdoit resolves the target peer via ovpnpeergetbyid before taking ovpn-lock. In the window between the lookup which only takes a refcount and the subsequent...

5.7AI score
SaveExploits0References6
EUVD
EUVD
added 2026/08/22 3:33 p.m.8 views

EUVD-2026-64414

In the Linux kernel, the following vulnerability has been resolved: ovpn: skip rehash for peers already removed from byid ovpnnlpeersetdoit resolves the target peer via ovpnpeergetbyid before taking ovpn-lock. In the window between the lookup which only takes a refcount and the subsequent...

5.6AI score0.00166EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/22 3:33 p.m.17 views

CVE-2026-74726

A race condition in the Linux kernel's bonding module affects the Active-Backup Load Balancing (ALB) monitor (bond_alb_monitor() in drivers/net/bonding/bond_alb.c). The function reads primary_is_promisc under RCU, then drops RCU and acquires RTNL via rtnl_trylock(). In that window, the active sla...

7.3CVSS5.5AI score0.00177EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/22 3:33 p.m.26 views

CVE-2026-74727 ovpn: skip rehash for peers already removed from by_id

In the Linux kernel, the following vulnerability has been resolved: ovpn: skip rehash for peers already removed from byid ovpnnlpeersetdoit resolves the target peer via ovpnpeergetbyid before taking ovpn-lock. In the window between the lookup which only takes a refcount and the subsequent...

9.8CVSS0.00166EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/08/22 3:33 p.m.7 views

CVE-2026-74727

In the Linux kernel, the following vulnerability has been resolved: ovpn: skip rehash for peers already removed from byid ovpnnlpeersetdoit resolves the target peer via ovpnpeergetbyid before taking ovpn-lock. In the window between the lookup which only takes a refcount and the subsequent...

9.8CVSS5.5AI score0.00166EPSS
SaveExploits0
EUVD
EUVD
added 2026/08/22 3:33 p.m.8 views

EUVD-2026-64412

In the Linux kernel, the following vulnerability has been resolved: enic: fix txhangreset use-after-free on device removal enicremove cancels the reset and changemtuwork items but does not cancel txhangreset. A TX timeout that fires while the device is being removed can schedule enictxhangreset s...

5.6AI score0.00168EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/22 3:33 p.m.9 views

CVE-2026-74725 enic: fix tx_hang_reset use-after-free on device removal

In the Linux kernel, the following vulnerability has been resolved: enic: fix txhangreset use-after-free on device removal enicremove cancels the reset and changemtuwork items but does not cancel txhangreset. A TX timeout that fires while the device is being removed can schedule enictxhangreset s...

5.8AI score
SaveExploits0References7
CVE
CVE
added 2026/08/22 3:33 p.m.19 views

CVE-2026-74725

A use-after-free vulnerability exists in the Linux kernel enic driver during device removal. The function enic_remove() cancels the reset and change_mtu_work items but fails to cancel tx_hang_reset. A TX timeout firing while the device is being removed can schedule enic_tx_hang_reset() to execute...

7.8CVSS5.6AI score0.00168EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/22 3:33 p.m.26 views

CVE-2026-74725 enic: fix tx_hang_reset use-after-free on device removal

In the Linux kernel, the following vulnerability has been resolved: enic: fix txhangreset use-after-free on device removal enicremove cancels the reset and changemtuwork items but does not cancel txhangreset. A TX timeout that fires while the device is being removed can schedule enictxhangreset s...

7.8CVSS0.00168EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/08/22 3:33 p.m.8 views

CVE-2026-74725

In the Linux kernel, the following vulnerability has been resolved: enic: fix txhangreset use-after-free on device removal enicremove cancels the reset and changemtuwork items but does not cancel txhangreset. A TX timeout that fires while the device is being removed can schedule enictxhangreset s...

7.8CVSS5.6AI score0.00168EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/22 3:32 p.m.10 views

CVE-2026-74698

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: fix BQL reset on SQ re-activation mlx5equeuestart deactivates and re-activates all channels but closes only the queue being restarted. mlx5eactivatetxqsq then unconditionally calls netdevtxresetqueue, zeroing the BQL...

5.3AI score0.00166EPSS
SaveExploits0
Rows per page
Query Builder