Lucene search
+L

508038 matches found

OSV
OSV
added 2026/09/16 10:33 a.m.5 views

CVE-2026-89997 dm: fix resume-vs-remove race

In the Linux kernel, the following vulnerability has been resolved: dm: fix resume-vs-remove race If the user issues the resume ioctl and the remove ioctl at the same time, it may be possible that the device is resumed after it is suspended in dmdestroy. The result is that the table is destroyed...

7.8CVSS
SaveExploits0References11
Debian CVE
Debian CVE
added 2026/09/16 10:33 a.m.11 views

CVE-2026-89997

In the Linux kernel, the following vulnerability has been resolved: dm: fix resume-vs-remove race If the user issues the resume ioctl and the remove ioctl at the same time, it may be possible that the device is resumed after it is suspended in dmdestroy. The result is that the table is destroyed...

7.8CVSS0.00159EPSS
SaveExploits0
OSV
OSV
added 2026/09/16 10:33 a.m.5 views

CVE-2026-89996 dma-buf: dma-heap: don't publish fd before copy_to_user() succeeds

In the Linux kernel, the following vulnerability has been resolved: dma-buf: dma-heap: don't publish fd before copytouser succeeds DMAHEAPIOCTLALLOC allocates a dma-buf and installs an fd into the caller's fd table via dmabuffd - fdinstall before dmaheapioctl copies the result back to userspace. ...

SaveExploits0References6
Debian CVE
Debian CVE
added 2026/09/16 10:33 a.m.8 views

CVE-2026-89996

In the Linux kernel, the following vulnerability has been resolved: dma-buf: dma-heap: don't publish fd before copytouser succeeds DMAHEAPIOCTLALLOC allocates a dma-buf and installs an fd into the caller's fd table via dmabuffd - fdinstall before dmaheapioctl copies the result back to userspace. ...

0.00198EPSS
SaveExploits0
EUVD
EUVD
added 2026/09/16 10:33 a.m.5 views

EUVD-2026-80604

In the Linux kernel, the following vulnerability has been resolved: dma-buf: dma-heap: don't publish fd before copytouser succeeds DMAHEAPIOCTLALLOC allocates a dma-buf and installs an fd into the caller's fd table via dmabuffd - fdinstall before dmaheapioctl copies the result back to userspace. ...

5.8AI score0.00198EPSS
SaveExploits0References3
CVE
CVE
added 2026/09/16 10:33 a.m.13 views

CVE-2026-89996

CVE-2026-89996 affects the Linux kernel 's dma-heap subsystem. In DMA_HEAP_IOCTL_ALLOC, the file descriptor is installed into the caller's fd table via fd_install() before copy_to_user() completes. If copy_to_user() fails, the fd and its underlying dma-buf reference are leaked for the process lif...

5.8AI score0.00198EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/09/16 10:33 a.m.33 views

CVE-2026-89994 dmaengine: fsl-edma: tracing: no ptr dereference during log output

In the Linux kernel, the following vulnerability has been resolved: dmaengine: fsl-edma: tracing: no ptr dereference during log output The fsl edma events store a pointer to a struct fsledmaengine in the ringbuffer and dereference it when a log entry is printed. At this time, the pointer may no...

7.8CVSS0.00184EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/16 10:33 a.m.15 views

CVE-2026-89994

CVE-2026-89994 affects the Linux kernel 's fsl-edma DMA engine driver . The fsl-edma trace events store a pointer to struct fsl_edma_engine in the ringbuffer and dereference it during log output, at which point the pointer may already be invalid (use-after-free) . A local user with tracing access...

7.8CVSS5.7AI score0.00184EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/16 10:33 a.m.33 views

CVE-2026-89995 dma-direct: return struct page from dma_direct_alloc_from_pool()

In the Linux kernel, the following vulnerability has been resolved: dma-direct: return struct page from dmadirectallocfrompool Commit 5b138c534fda "dma-direct: factor out a dmadirectallocfrompool helper" changed dmadirectallocfrompool to return the CPU address from dmaallocfrompool. That fits...

8.8CVSS0.00321EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/16 10:33 a.m.14 views

CVE-2026-89995 dma-direct: return struct page from dma_direct_alloc_from_pool()

In the Linux kernel, the following vulnerability has been resolved: dma-direct: return struct page from dmadirectallocfrompool Commit 5b138c534fda "dma-direct: factor out a dmadirectallocfrompool helper" changed dmadirectallocfrompool to return the CPU address from dmaallocfrompool. That fits...

8.8CVSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2026/09/16 10:33 a.m.8 views

CVE-2026-89994

In the Linux kernel, the following vulnerability has been resolved: dmaengine: fsl-edma: tracing: no ptr dereference during log output The fsl edma events store a pointer to a struct fsledmaengine in the ringbuffer and dereference it when a log entry is printed. At this time, the pointer may no...

7.8CVSS0.00184EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/09/16 10:33 a.m.9 views

CVE-2026-89995

In the Linux kernel, the following vulnerability has been resolved: dma-direct: return struct page from dmadirectallocfrompool Commit 5b138c534fda "dma-direct: factor out a dmadirectallocfrompool helper" changed dmadirectallocfrompool to return the CPU address from dmaallocfrompool. That fits...

8.8CVSS0.00321EPSS
SaveExploits0
EUVD
EUVD
added 2026/09/16 10:33 a.m.7 views

EUVD-2026-80603

In the Linux kernel, the following vulnerability has been resolved: dma-direct: return struct page from dmadirectallocfrompool Commit 5b138c534fda "dma-direct: factor out a dmadirectallocfrompool helper" changed dmadirectallocfrompool to return the CPU address from dmaallocfrompool. That fits...

8.8CVSS5.7AI score0.00321EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/16 10:33 a.m.17 views

CVE-2026-89995

This Linux kernel vulnerability affects the dma-direct subsystem. A prior refactor (commit 5b138c534fda) changed dma_direct_alloc_from_pool() to return a CPU address instead of a struct page * , which is what dma_direct_alloc_pages() expects. The fix restores the struct page * return type and pas...

8.8CVSS5.7AI score0.00321EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/16 10:33 a.m.6 views

CVE-2026-89994 dmaengine: fsl-edma: tracing: no ptr dereference during log output

In the Linux kernel, the following vulnerability has been resolved: dmaengine: fsl-edma: tracing: no ptr dereference during log output The fsl edma events store a pointer to a struct fsledmaengine in the ringbuffer and dereference it when a log entry is printed. At this time, the pointer may no...

7.8CVSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2026/09/16 10:33 a.m.8 views

CVE-2026-89993

In the Linux kernel, the following vulnerability has been resolved: dmaengine: dw-edma: Initialize IRQ data before requesting IRQs dwedmairqrequest passes struct dwedmairq to requestirq before dwedmachannelsetup fills the back pointer. A shared interrupt can therefore enter the handler with...

0.00206EPSS
SaveExploits0
CVE
CVE
added 2026/09/16 10:33 a.m.13 views

CVE-2026-89993

CVE-2026-89993 affects the Linux kernel in the dmaengine dw-edma driver. The root cause is an initialization-order bug: dw_edma_irq_request() passes struct dw_edma_irq to request_irq() before dw_edma_channel_setup() fills the back pointer. As a result, a shared interrupt can enter the handler wit...

5.7AI score0.00206EPSS
SaveExploits0References7
EUVD
EUVD
added 2026/09/16 10:33 a.m.9 views

EUVD-2026-80601

In the Linux kernel, the following vulnerability has been resolved: dmaengine: dw-edma: Initialize IRQ data before requesting IRQs dwedmairqrequest passes struct dwedmairq to requestirq before dwedmachannelsetup fills the back pointer. A shared interrupt can therefore enter the handler with...

5.7AI score0.00206EPSS
SaveExploits0References7
OSV
OSV
added 2026/09/16 10:33 a.m.6 views

CVE-2026-89993 dmaengine: dw-edma: Initialize IRQ data before requesting IRQs

In the Linux kernel, the following vulnerability has been resolved: dmaengine: dw-edma: Initialize IRQ data before requesting IRQs dwedmairqrequest passes struct dwedmairq to requestirq before dwedmachannelsetup fills the back pointer. A shared interrupt can therefore enter the handler with...

SaveExploits0References10
CVE
CVE
added 2026/09/16 10:33 a.m.18 views

CVE-2026-89992

CVE-2026-89992 is a memory management flaw in the Linux kernel 's cpuidle driver, specifically in the dt_idle_genpd subsystem. The root cause is a use-after-free / invalid free : dt_idle_pd_alloc() calls kasprintf() to allocate the full device-tree node path, then sets pd->name to point at kba...

8.4CVSS5.8AI score0.00182EPSS
SaveExploits0References6
Rows per page
Query Builder