Lucene search
+L

17 matches found

Tenable Nessus
Tenable Nessus
added 2026/07/20 12:0 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2026-64145

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: wifi: wilc1000: fix dmabuffer leak on bus acquire failure wilcwlanfirmwaredownload allocates...

5.3AI score0.00166EPSS
SaveExploits0References2
NVD
NVD
added 2026/07/19 4:17 p.m.14 views

CVE-2026-64145

In the Linux kernel, the following vulnerability has been resolved: wifi: wilc1000: fix dmabuffer leak on bus acquire failure wilcwlanfirmwaredownload allocates dmabuffer with kmalloc at the top of the function and uses a 'fail:' label to free it via kfreedmabuffer on error. All later error paths...

0.00166EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/07/19 3:40 p.m.8 views

CVE-2026-64145

In the Linux kernel, the following vulnerability has been resolved: wifi: wilc1000: fix dmabuffer leak on bus acquire failure wilcwlanfirmwaredownload allocates dmabuffer with kmalloc at the top of the function and uses a 'fail:' label to free it via kfreedmabuffer on error. All later error paths...

5.3AI score0.00166EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2026/07/19 3:40 p.m.32 views

CVE-2026-64145 wifi: wilc1000: fix dma_buffer leak on bus acquire failure

In the Linux kernel, the following vulnerability has been resolved: wifi: wilc1000: fix dmabuffer leak on bus acquire failure wilcwlanfirmwaredownload allocates dmabuffer with kmalloc at the top of the function and uses a 'fail:' label to free it via kfreedmabuffer on error. All later error paths...

0.00166EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/07/19 3:40 p.m.8 views

CVE-2026-64145

In the Linux kernel, the following vulnerability has been resolved: wifi: wilc1000: fix dmabuffer leak on bus acquire failure wilcwlanfirmwaredownload allocates dmabuffer with kmalloc at the top of the function and uses a 'fail:' label to free it via kfreedmabuffer on error. All later error paths...

5.2AI score0.00166EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/07/19 12:0 a.m.14 views

PT-2026-61462

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A memory leak occurs in the wilc wlan firmware download function when a bus acquire failure happens. The function allocates a dma buffer using kmalloc, but an early error path uses a...

5.8AI score0.00166EPSS
SaveExploits0
CVE
CVE
added 2026/05/28 9:40 a.m.36 views

CVE-2026-46201

CVE-2026-46201 affects the Linux kernel drm/xe: an error path in xe_gem_prime_import() leaks a dma_buf attachment when xe_dma_buf_init_obj() fails, because the attachment from dma_buf_dynamic_attach() is not detached. The fix explicitly detaches via dma_buf_detach() before returning an error, avo...

7.8CVSS5.8AI score0.00138EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2026/05/28 9:40 a.m.80 views

CVE-2026-46201 drm/xe: Fix dma-buf attachment leak in xe_gem_prime_import()

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix dma-buf attachment leak in xegemprimeimport When xedmabufinitobj fails, the attachment from dmabufdynamicattach is not detached. Add dmabufdetach before returning the error. Note: we cannot use goto outerr here becaus...

7.8CVSS0.00138EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/24 1:16 p.m.15 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.00183EPSS
SaveExploits0References9
CVE
CVE
added 2025/12/24 1:6 p.m.21 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.00183EPSS
SaveExploits0References7
EUVD
EUVD
added 2025/12/16 3:30 p.m.10 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.00166EPSS
SaveExploits0References6
CNNVD
CNNVD
added 2025/12/16 12:0 a.m.8 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in Linux kernel, which stems from a dmabuf object leak in the fastrpcmaplookup function in fastrpc...

6.2AI score0.00166EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/10/03 8:7 p.m.8 views

EUVD-2021-2861

Malicious code in bioql PyPI...

6.5CVSS6.6AI score0.00404EPSS
SaveExploits0References1
EUVD
EUVD
added 2025/10/03 8:7 p.m.9 views

EUVD-2023-24896

Malicious code in bioql PyPI...

4.1CVSS5AI score0.00084EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/05/23 1:44 a.m.12 views

CVE-2023-20717

In vcu, there is a possible leak of dma buffer due to a race condition. This could lead to local information disclosure with System execution privileges needed. User interaction is not needed for exploitation. Patch ID: ALPS07645185; Issue ID: ALPS07645185...

4.1CVSS6.3AI score0.00084EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2023/05/15 12:0 a.m.11 views

PT-2023-17580 · Vcu · Vcu

Name of the Vulnerable Software and Affected Versions: vcu affected versions not specified Description: The issue is related to a possible leak of DMA buffer due to a race condition, which could lead to local information disclosure. System execution privileges are needed for exploitation, and use...

4.1CVSS4.1AI score0.00084EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2023/05/15 12:0 a.m.8 views

CVE-2023-20717

In vcu, there is a possible leak of dma buffer due to a race condition. This could lead to local information disclosure with System execution privileges needed. User interaction is not needed for exploitation. Patch ID: ALPS07645185; Issue ID: ALPS07645185...

6.3AI score0.00084EPSS
SaveExploits0References1
Rows per page
Query Builder