Lucene search
+L

5140 matches found

Tenable Nessus
Tenable Nessus
added 2025/12/31 12:00 a.m.5 views

Unity Linux 20.1060a / 20.1070a Security Update: kernel (UTSA-2025-993179)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-993179 advisory. In the Linux kernel, the following vulnerability has been resolved: iavf: Fix adminq error handling iavfallocasqbufs/iavfallocarqbufs allocates with dmaalloccoherent...

5.5CVSS6.5AI score0.00189EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/12/31 12:00 a.m.45 views

Unity Linux 20.1060a / 20.1070a Security Update: kernel (UTSA-2025-993149)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-993149 advisory. In the Linux kernel, the following vulnerability has been resolved: dmaengine: sf-pdma: Add multithread support for a DMA channel When we get a DMA channel and try t...

7.8CVSS6AI score0.00199EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/12/31 12:00 a.m.8 views

Unity Linux 20.1060a / 20.1070a Security Update: kernel (UTSA-2025-993046)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-993046 advisory. In the Linux kernel, the following vulnerability has been resolved: drm/shmem-helper: Remove another errant put in error path drmgemshmemmmap doesn't own reference i...

7.8CVSS6.6AI score0.00198EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/12/31 12:00 a.m.12 views

Unity Linux 20.1060a / 20.1070a Security Update: kernel (UTSA-2025-992750)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-992750 advisory. In the Linux kernel, the following vulnerability has been resolved: udmabuf: Set the DMA mask for the udmabuf device v2 If the DMA mask is not set explicitly, the...

5.5CVSS5.9AI score0.0024EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/12/31 12:00 a.m.5 views

Unity Linux 20.1060a Security Update: kernel (UTSA-2025-993192)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-993192 advisory. In the Linux kernel, the following vulnerability has been resolved: tty: serial: fsllpuart: disable dma rx/tx use flags in lpuartdmashutdown lpuartdmashutdown tears...

5.5CVSS5.8AI score0.00156EPSS
SaveExploits0References4
NVD
NVD
added 2025/12/30 1:16 p.m.13 views

CVE-2023-54255

In the Linux kernel, the following vulnerability has been resolved: sh: dma: Fix DMA channel offset calculation Various SoCs of the SH3, SH4 and SH4A family, which use this driver, feature a differing number of DMA channels, which can be distributed between up to two DMAC modules. The existing...

0.00205EPSS
SaveExploits0References8
NVD
NVD
added 2025/12/30 1:16 p.m.10 views

CVE-2023-54257

In the Linux kernel, the following vulnerability has been resolved: net: macb: fix a memory corruption in extended buffer descriptor mode For quite some time we were chasing a bug which looked like a sudden permanent failure of networking and mmc on some of our devices. The bug was very sensitive...

9.8CVSS0.00597EPSS
SaveExploits0References8
NVD
NVD
added 2025/12/30 1:16 p.m.14 views

CVE-2023-54231

In the Linux kernel, the following vulnerability has been resolved: net: libwx: fix memory leak in wxsetuprxresources When wxallocpagepool failed in wxsetuprxresources, it doesn't release DMA buffer. Add dmafreecoherent in the error path to release the DMA buffer...

0.00181EPSS
SaveExploits0References2
NVD
NVD
added 2025/12/30 1:16 p.m.11 views

CVE-2023-54188

In the Linux kernel, the following vulnerability has been resolved: dmaengine: apple-admac: Fix 'currenttx' not getting freed In terminateall we should queue up all submitted descriptors to be freed. We do that for the content of the 'issued' and 'submitted' lists, but the 'currenttx' descriptor...

0.00193EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2025/12/30 1:16 p.m.13 views

CVE-2023-54257

In the Linux kernel, the following vulnerability has been resolved: net: macb: fix a memory corruption in extended buffer descriptor mode For quite some time we were chasing a bug which looked like a sudden permanent failure of networking and mmc on some of our devices. The bug was very sensitive...

9.8CVSS6.3AI score0.00597EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2025/12/30 1:16 p.m.15 views

CVE-2023-54231

In the Linux kernel, the following vulnerability has been resolved: net: libwx: fix memory leak in wxsetuprxresources When wxallocpagepool failed in wxsetuprxresources, it doesn't release DMA buffer. Add dmafreecoherent in the error path to release the DMA buffer...

5.7AI score0.00181EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/30 1:16 p.m.9 views

UBUNTU-CVE-2023-54231

In the Linux kernel, the following vulnerability has been resolved: net: libwx: fix memory leak in wxsetuprxresources When wxallocpagepool failed in wxsetuprxresources, it doesn't release DMA buffer. Add dmafreecoherent in the error path to release the DMA buffer...

5.7AI score0.00181EPSS
SaveExploits0References5
NVD
NVD
added 2025/12/30 1:15 p.m.16 views

CVE-2022-50819

In the Linux kernel, the following vulnerability has been resolved: udmabuf: Set ubuf-sg = NULL if the creation of sg table fails When userspace tries to map the dmabuf and if for some reason e.g. OOM the creation of the sg table fails, ubuf-sg needs to be set to NULL. Otherwise, when the userspa...

0.00233EPSS
SaveExploits0References5
OSV
OSV
added 2025/12/30 12:23 p.m.14 views

CVE-2022-50874 RDMA/erdma: Fix refcount leak in erdma_mmap

In the Linux kernel, the following vulnerability has been resolved: RDMA/erdma: Fix refcount leak in erdmammap rdmausermmapentryget take reference, we should release it when not need anymore, add the missing rdmausermmapentryput in the error path to fix it...

6.3AI score
SaveExploits0References6
OSV
OSV
added 2025/12/30 12:15 p.m.11 views

CVE-2023-54257 net: macb: fix a memory corruption in extended buffer descriptor mode

In the Linux kernel, the following vulnerability has been resolved: net: macb: fix a memory corruption in extended buffer descriptor mode For quite some time we were chasing a bug which looked like a sudden permanent failure of networking and mmc on some of our devices. The bug was very sensitive...

9.8CVSS6.5AI score
SaveExploits0References11
CVE
CVE
added 2025/12/30 12:15 p.m.44 views

CVE-2023-54257

CVE-2023-54257 affects the Linux kernel net/macb driver. The issue is memory corruption in extended buffer descriptor mode, tied to RX/DMA handling (CONFIG_DMA_API_DEBUG=y reveals unmaps/free of DMA memory not allocated). A fix has been released in the Linux kernel (refs include upstream commits ...

9.8CVSS6.2AI score0.00597EPSS
SaveExploits0References8
CVE
CVE
added 2025/12/30 12:15 p.m.36 views

CVE-2023-54255

CVE-2023-54255 affects the Linux kernel with SH3/SH4/SH4A DMAC implementations. The vulnerability arises from incorrect DMA channel offset calculations when multiple DMA channels are distributed across up to two DMAC modules, which can trigger kernel panics. The described fix rewrites dma_base_ad...

6AI score0.00205EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2025/12/30 12:15 p.m.37 views

CVE-2023-54255 sh: dma: Fix DMA channel offset calculation

In the Linux kernel, the following vulnerability has been resolved: sh: dma: Fix DMA channel offset calculation Various SoCs of the SH3, SH4 and SH4A family, which use this driver, feature a differing number of DMA channels, which can be distributed between up to two DMAC modules. The existing...

0.00205EPSS
SaveExploits0References8
CVE
CVE
added 2025/12/30 12:11 p.m.32 views

CVE-2023-54231

CVE-2023-54231 affects the Linux kernel component handling the libwx RX path. The vulnerability arises in wx_setup_rx_resources: if wx_alloc_page_pool() fails, the code path does not release the allocated DMA buffer, causing a memory leak. The fix adds a dma_free_coherent() call in the error path...

6.1AI score0.00181EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2025/12/30 12:11 p.m.40 views

CVE-2023-54231 net: libwx: fix memory leak in wx_setup_rx_resources

In the Linux kernel, the following vulnerability has been resolved: net: libwx: fix memory leak in wxsetuprxresources When wxallocpagepool failed in wxsetuprxresources, it doesn't release DMA buffer. Add dmafreecoherent in the error path to release the DMA buffer...

0.00181EPSS
SaveExploits0References2
Rows per page
Query Builder