Lucene search
+L

413 matches found

Tenable Nessus
Tenable Nessus
added 2026/01/16 12:00 a.m.9 views

Unity Linux 20.1060e / 20.1070e Security Update: kernel (UTSA-2026-004442)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-004442 advisory. In iondmabufendcpuaccess and related functions of ion.c, there is a possible way to corrupt memory due to a use after free. This could lead to local escalation of...

7.8CVSS7.2AI score0.00158EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/01/16 12:00 a.m.9 views

Unity Linux 20.1060e / 20.1070e Security Update: kernel (UTSA-2026-004149)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-004149 advisory. A memory leak in the fastrpcdmabufattach function in drivers/misc/fastrpc.c in the Linux kernel before 5.3.9 allows attackers to cause a denial of service memory...

7.8CVSS7.5AI score0.03422EPSS
SaveExploits0References7
RedhatCVE
RedhatCVE
added 2026/01/09 10:13 a.m.18 views

CVE-2019-2345

Race condition while accessing DMA buffer in jpeg driver in Snapdragon Auto, Snapdragon Connectivity, Snapdragon Consumer IOT, Snapdragon Industrial IOT, Snapdragon Mobile, Snapdragon Wearables in MSM8909W, MSM8996AU, QCS605, SD 425, SD 427, SD 430, SD 435, SD 450, SD 625, SD 636, SD 712 / SD 710...

7CVSS9.5AI score0.00156EPSS
SaveExploits0References1
NVD
NVD
added 2025/12/30 1:16 p.m.12 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
UbuntuCve
UbuntuCve
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...

5.7AI score0.00181EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/30 1:16 p.m.8 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.15 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
CVE
CVE
added 2025/12/30 12:11 p.m.29 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.39 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
Cvelist
Cvelist
added 2025/12/30 12:08 p.m.35 views

CVE-2022-50819 udmabuf: Set ubuf->sg = NULL if the creation of sg table fails

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
SUSE CVE
SUSE CVE
added 2025/12/25 1:05 a.m.15 views

SUSE CVE-2022-50700

In the Linux kernel, the following vulnerability has been resolved: wifi: ath10k: Delay the unmapping of the buffer On WCN3990, we are seeing a rare scenario where copy engine hardware is sending a copy complete interrupt to the host driver while still processing the buffer that the driver has...

7.8CVSS6.7AI score0.00245EPSS
SaveExploits0References20
SUSE CVE
SUSE CVE
added 2025/12/25 12:54 a.m.10 views

SUSE CVE-2023-54136

In the Linux kernel, the following vulnerability has been resolved: serial: sprd: Fix DMA buffer leak issue Release DMA buffer when probe returns failure to avoid memory leak...

4.7CVSS6.7AI score0.002EPSS
SaveExploits0References21
OSV
OSV
added 2025/12/24 1:16 p.m.16 views

UBUNTU-CVE-2023-54136

In the Linux kernel, the following vulnerability has been resolved: serial: sprd: Fix DMA buffer leak issue Release DMA buffer when probe returns failure to avoid memory leak...

6AI score0.002EPSS
SaveExploits0References9
CVE
CVE
added 2025/12/24 1:06 p.m.30 views

CVE-2023-54136

CVE-2023-54136 concerns a memory leak in the Linux kernel’s serial driver for sprd when _probe() returns failure. The fix releases the DMA buffer to avoid leaks. Connected Astra Linux entry confirms the same vulnerability and the fix across kernel lines (linux-5.10, linux-5.15, linux-6.1). The im...

6.3AI score0.002EPSS
SaveExploits0References7
NVD
NVD
added 2025/12/24 11:15 a.m.14 views

CVE-2022-50700

In the Linux kernel, the following vulnerability has been resolved: wifi: ath10k: Delay the unmapping of the buffer On WCN3990, we are seeing a rare scenario where copy engine hardware is sending a copy complete interrupt to the host driver while still processing the buffer that the driver has...

7.5CVSS0.00245EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/12/24 10:55 a.m.45 views

CVE-2022-50700 wifi: ath10k: Delay the unmapping of the buffer

In the Linux kernel, the following vulnerability has been resolved: wifi: ath10k: Delay the unmapping of the buffer On WCN3990, we are seeing a rare scenario where copy engine hardware is sending a copy complete interrupt to the host driver while still processing the buffer that the driver has...

7.5CVSS0.00245EPSS
SaveExploits0References3
CVE
CVE
added 2025/12/24 10:55 a.m.44 views

CVE-2022-50700

Summary : CVE-2022-50700 affects the Linux kernel wifi driver (ath10k) on certain Qualcomm WCN3990 hardware. The issue occurs when the copy engine completes a DMA buffer and the host driver unmaps/frees the buffer while hardware may still access it, triggering an SMMU fault and potential kernel p...

7.5CVSS6.4AI score0.00245EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2025/12/24 12:00 a.m.10 views

PT-2025-53213

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A memory leak issue was identified in the serial driver for Spreadtrum devices. Specifically, the issue occurs when the probe function fails during device initialization, leading to a...

7.3AI score0.002EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/12/17 12:24 a.m.9 views

SUSE CVE-2025-68252

In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: Fix dmabuf object leak in fastrpcmaplookup In fastrpcmaplookup, dmabufget is called to obtain a reference to the dmabuf for comparison purposes. However, this reference is never released when the function returns,...

5.5CVSS6.4AI score0.00182EPSS
SaveExploits0References21
EUVD
EUVD
added 2025/12/16 3:30 p.m.13 views

EUVD-2025-203644

In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: Fix dmabuf object leak in fastrpcmaplookup In fastrpcmaplookup, dmabufget is called to obtain a reference to the dmabuf for comparison purposes. However, this reference is never released when the function returns,...

5.9AI score0.00182EPSS
SaveExploits0References6
Rows per page
Query Builder