Lucene search
+L

369999 matches found

Debian CVE
Debian CVE
added 2026/08/15 5:58 a.m.3 views

CVE-2026-74330

In the Linux kernel, the following vulnerability has been resolved: configfs: fix lockless traversals of -schildren Having the parent directory locked protects entries from removal by another thread, but it does not protect cursors from being moved around by lseek - or freed, for that matter...

7.8CVSS5.3AI score0.00129EPSS
SaveExploits0
OSV
OSV
added 2026/08/15 5:58 a.m.13 views

CVE-2026-74330 configfs: fix lockless traversals of ->s_children

In the Linux kernel, the following vulnerability has been resolved: configfs: fix lockless traversals of -schildren Having the parent directory locked protects entries from removal by another thread, but it does not protect cursors from being moved around by lseek - or freed, for that matter...

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

EUVD-2026-59477

In the Linux kernel, the following vulnerability has been resolved: configfs: fix lockless traversals of -schildren Having the parent directory locked protects entries from removal by another thread, but it does not protect cursors from being moved around by lseek - or freed, for that matter...

5.4AI score0.00129EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/15 5:58 a.m.30 views

CVE-2026-74330 configfs: fix lockless traversals of ->s_children

In the Linux kernel, the following vulnerability has been resolved: configfs: fix lockless traversals of -schildren Having the parent directory locked protects entries from removal by another thread, but it does not protect cursors from being moved around by lseek - or freed, for that matter...

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

EUVD-2026-59476

In the Linux kernel, the following vulnerability has been resolved: watchdog: unregister PM notifier on watchdog unregister watchdogregisterdevice registers wdd-pmnb when WDOGNOPINGONSUSPEND is set, but watchdogunregisterdevice does not remove it. This leaves an embedded notifier block on the PM...

5.3AI score0.00172EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2026/08/15 5:58 a.m.29 views

CVE-2026-74329 watchdog: unregister PM notifier on watchdog unregister

In the Linux kernel, the following vulnerability has been resolved: watchdog: unregister PM notifier on watchdog unregister watchdogregisterdevice registers wdd-pmnb when WDOGNOPINGONSUSPEND is set, but watchdogunregisterdevice does not remove it. This leaves an embedded notifier block on the PM...

0.00172EPSS
SaveExploits0References7
CVE
CVE
added 2026/08/15 5:58 a.m.50 views

CVE-2026-74329

The CVE-2026-74329 entry describes a Linux kernel issue in the watchdog subsystem: watchdog_register_device() may register wdd->pm_nb when WDOG_NO_PING_ON_SUSPEND is set, but watchdog_unregister_device() does not remove it, leaving an embedded notifier block on the PM notifier chain after the ...

5.3AI score0.00172EPSS
SaveExploits0References7
OSV
OSV
added 2026/08/15 5:58 a.m.13 views

CVE-2026-74329 watchdog: unregister PM notifier on watchdog unregister

In the Linux kernel, the following vulnerability has been resolved: watchdog: unregister PM notifier on watchdog unregister watchdogregisterdevice registers wdd-pmnb when WDOGNOPINGONSUSPEND is set, but watchdogunregisterdevice does not remove it. This leaves an embedded notifier block on the PM...

5.5AI score
SaveExploits0References10
CVE
CVE
added 2026/08/15 5:58 a.m.25 views

CVE-2026-74330

The CVE-2026-74330 entry specifies a Linux kernel fix for configfs lockless traversals of ->s_children. The issue allowed cursor movement or freeing under lock protection of the parent directory, potentially enabling invalid cursor states via lseek() despite entry protection from removal. The ...

7.8CVSS5.3AI score0.00129EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/15 5:58 a.m.32 views

CVE-2026-74328 iommufd: Destroy the pages content after detaching from dmabuf

In the Linux kernel, the following vulnerability has been resolved: iommufd: Destroy the pages content after detaching from dmabuf Sashiko points out this has gotten out of order, the mutex could still be in use through the dmabuf invalidation callbacks. Don't destroy any of the pages content unt...

8.8CVSS0.0012EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/15 5:58 a.m.8 views

CVE-2026-74328 iommufd: Destroy the pages content after detaching from dmabuf

In the Linux kernel, the following vulnerability has been resolved: iommufd: Destroy the pages content after detaching from dmabuf Sashiko points out this has gotten out of order, the mutex could still be in use through the dmabuf invalidation callbacks. Don't destroy any of the pages content unt...

8.8CVSS5.5AI score
SaveExploits0References5
Debian CVE
Debian CVE
added 2026/08/15 5:58 a.m.4 views

CVE-2026-74328

In the Linux kernel, the following vulnerability has been resolved: iommufd: Destroy the pages content after detaching from dmabuf Sashiko points out this has gotten out of order, the mutex could still be in use through the dmabuf invalidation callbacks. Don't destroy any of the pages content unt...

8.8CVSS5.3AI score0.0012EPSS
SaveExploits0
EUVD
EUVD
added 2026/08/15 5:58 a.m.8 views

EUVD-2026-59475

In the Linux kernel, the following vulnerability has been resolved: iommufd: Destroy the pages content after detaching from dmabuf Sashiko points out this has gotten out of order, the mutex could still be in use through the dmabuf invalidation callbacks. Don't destroy any of the pages content unt...

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

CVE-2026-74328

CVE-2026-74328 concerns the Linux kernel: an iommufd-related issue where destroying page content after detaching from a dmabuf could occur while the mutex is still in use via invalidation callbacks. The vulnerability is addressed by ensuring the page content is not destroyed until the dmabuf is f...

8.8CVSS5.3AI score0.0012EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/08/15 5:58 a.m.5 views

CVE-2026-74327

In the Linux kernel, the following vulnerability has been resolved: vmalloc: fix NULL pointer dereference in isvmareahugepages findvmarea can return NULL if the given address is not a valid vmalloc area. Check the return value before dereferencing it to avoid a kernel crash...

5.3AI score0.00172EPSS
SaveExploits0
CVE
CVE
added 2026/08/15 5:58 a.m.27 views

CVE-2026-74327

CVE-2026-74327 affects the Linux kernel vmalloc area handling. The issue is a NULL pointer dereference in is_vm_area_hugepages() because find_vm_area() can return NULL for an invalid vmalloc address; the patch adds a check on the returned pointer before dereferencing it to prevent a kernel crash....

5.3AI score0.00172EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2026/08/15 5:58 a.m.29 views

CVE-2026-74327 vmalloc: fix NULL pointer dereference in is_vm_area_hugepages()

In the Linux kernel, the following vulnerability has been resolved: vmalloc: fix NULL pointer dereference in isvmareahugepages findvmarea can return NULL if the given address is not a valid vmalloc area. Check the return value before dereferencing it to avoid a kernel crash...

0.00172EPSS
SaveExploits0References7
EUVD
EUVD
added 2026/08/15 5:58 a.m.6 views

EUVD-2026-59474

In the Linux kernel, the following vulnerability has been resolved: vmalloc: fix NULL pointer dereference in isvmareahugepages findvmarea can return NULL if the given address is not a valid vmalloc area. Check the return value before dereferencing it to avoid a kernel crash...

5.4AI score0.00172EPSS
SaveExploits0References7
OSV
OSV
added 2026/08/15 5:58 a.m.9 views

CVE-2026-74327 vmalloc: fix NULL pointer dereference in is_vm_area_hugepages()

In the Linux kernel, the following vulnerability has been resolved: vmalloc: fix NULL pointer dereference in isvmareahugepages findvmarea can return NULL if the given address is not a valid vmalloc area. Check the return value before dereferencing it to avoid a kernel crash...

5.5AI score
SaveExploits0References10
CVE
CVE
added 2026/08/15 5:58 a.m.27 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
Rows per page
Query Builder