Lucene search
+L

249895 matches found

Cvelist
Cvelist
added 2026/08/22 3:33 p.m.17 views

CVE-2026-74732 drm/amd/display: Check for tg ops in dce110_set_avmute

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check for tg ops in dce110setavmute Some older DCE timing generators do not implement istgenabled in their ops table. Calling it unconditionally when waiting for AV mute frames causes a NULL pointer dereference o...

SaveExploits0References4
EUVD
EUVD
added 2026/08/22 3:33 p.m.8 views

EUVD-2026-64419

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check for tg ops in dce110setavmute Some older DCE timing generators do not implement istgenabled in their ops table. Calling it unconditionally when waiting for AV mute frames causes a NULL pointer dereference o...

5.5AI score
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/22 3:33 p.m.19 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...

SaveExploits0References2
Cvelist
Cvelist
added 2026/08/22 3:33 p.m.18 views

CVE-2026-74730 NFS: Pin the 'struct nfs_server' during a FREE_STATEID call

In the Linux kernel, the following vulnerability has been resolved: NFS: Pin the 'struct nfsserver' during a FREESTATEID call Dan Aloni reports that he was able to hit a use-after-free bug if a FREESTATEID operation gets delayed for whatever reason. Fix this by bumping the refcount of the 'struct...

SaveExploits0References8
Debian CVE
Debian CVE
added 2026/08/22 3:33 p.m.7 views

CVE-2026-74729

In the Linux kernel, the following vulnerability has been resolved: soc: aspeed: lpc-snoop: Fix usercopy overflow in snoopfileread putfifowithdiscard acts as both producer and consumer on the kfifo: it calls kfifoskip advances out and kfifoput advances in from the IRQ handler without synchronizin...

5.5AI score
SaveExploits0
CVE
CVE
added 2026/08/22 3:33 p.m.16 views

CVE-2026-74729

CVE-2026-74729 is a usercopy overflow in the Linux kernel's soc: aspeed: lpc-snoop driver. The root cause is a race condition on SMP systems: put_fifo_with_discard() in the IRQ handler and snoop_file_read() concurrently access the same kfifo without synchronization, which can leave the internal (...

5.6AI score
SaveExploits0References2
CVE
CVE
added 2026/08/22 3:33 p.m.11 views

CVE-2026-74730

This is a use-after-free vulnerability in the Linux kernel NFS subsystem . When a FREE_STATEID operation is delayed, the struct nfs_server object can be freed while operations are still in flight, leading to a use-after-free condition. The fix pins the struct nfs_server by incrementing its refcou...

5.6AI score
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/22 3:33 p.m.20 views

CVE-2026-74729 soc: aspeed: lpc-snoop: Fix usercopy overflow in snoop_file_read

In the Linux kernel, the following vulnerability has been resolved: soc: aspeed: lpc-snoop: Fix usercopy overflow in snoopfileread putfifowithdiscard acts as both producer and consumer on the kfifo: it calls kfifoskip advances out and kfifoput advances in from the IRQ handler without synchronizin...

SaveExploits0References2
Debian CVE
Debian CVE
added 2026/08/22 3:33 p.m.5 views

CVE-2026-74730

In the Linux kernel, the following vulnerability has been resolved: NFS: Pin the 'struct nfsserver' during a FREESTATEID call Dan Aloni reports that he was able to hit a use-after-free bug if a FREESTATEID operation gets delayed for whatever reason. Fix this by bumping the refcount of the 'struct...

5.5AI score
SaveExploits0
EUVD
EUVD
added 2026/08/22 3:33 p.m.9 views

EUVD-2026-64416

In the Linux kernel, the following vulnerability has been resolved: soc: aspeed: lpc-snoop: Fix usercopy overflow in snoopfileread putfifowithdiscard acts as both producer and consumer on the kfifo: it calls kfifoskip advances out and kfifoput advances in from the IRQ handler without synchronizin...

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

EUVD-2026-64417

In the Linux kernel, the following vulnerability has been resolved: NFS: Pin the 'struct nfsserver' during a FREESTATEID call Dan Aloni reports that he was able to hit a use-after-free bug if a FREESTATEID operation gets delayed for whatever reason. Fix this by bumping the refcount of the 'struct...

5.6AI score
SaveExploits0References8
CVE
CVE
added 2026/08/22 3:33 p.m.12 views

CVE-2026-74728

CVE-2026-74728 is a NULL pointer dereference in the Linux kernel's XFS filesystem repair tooling. When xfs_buf_alloc_backing_mem() fails, xfs_buf_free() is called with bp->b_addr still NULL. The code then falls through to the folio_put path, which calls virt_to_folio(NULL), dereferencing an in...

5.6AI score
SaveExploits0References3
EUVD
EUVD
added 2026/08/22 3:33 p.m.9 views

EUVD-2026-64415

In the Linux kernel, the following vulnerability has been resolved: xfs: handle NULL baddr in xfsbuffree When xfsbufallocbackingmem fails, xfsbuffree is called with bp-baddr still NULL. The code falls through to the folioput path which calls virttofolioNULL, dereferencing an invalid address and...

5.6AI score
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/08/22 3:33 p.m.7 views

CVE-2026-74728

In the Linux kernel, the following vulnerability has been resolved: xfs: handle NULL baddr in xfsbuffree When xfsbufallocbackingmem fails, xfsbuffree is called with bp-baddr still NULL. The code falls through to the folioput path which calls virttofolioNULL, dereferencing an invalid address and...

5.5AI score
SaveExploits0
Cvelist
Cvelist
added 2026/08/22 3:33 p.m.20 views

CVE-2026-74728 xfs: handle NULL b_addr in xfs_buf_free

In the Linux kernel, the following vulnerability has been resolved: xfs: handle NULL baddr in xfsbuffree When xfsbufallocbackingmem fails, xfsbuffree is called with bp-baddr still NULL. The code falls through to the folioput path which calls virttofolioNULL, dereferencing an invalid address and...

SaveExploits0References3
Debian CVE
Debian CVE
added 2026/08/22 3:33 p.m.7 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...

5.4AI score
SaveExploits0
EUVD
EUVD
added 2026/08/22 3:33 p.m.8 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 score
SaveExploits0References8
CVE
CVE
added 2026/08/22 3:33 p.m.12 views

CVE-2026-74727

CVE-2026-74727 is a race condition in the Linux kernel ovpn (OpenVPN) module that leads to a Use-After-Free (UAF) . The root cause is a TOCTOU window in ovpn_nl_peer_set_doit() and ovpn_peer_endpoints_update(): a peer resolved by ID can be concurrently removed (via OVPN_CMD_PEER_DEL, keepalive ex...

5.6AI score
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/22 3:33 p.m.20 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...

SaveExploits0References8
Cvelist
Cvelist
added 2026/08/22 3:33 p.m.19 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...

SaveExploits0References3
Rows per page
Query Builder