Lucene search
+L

39 matches found

EUVD
EUVD
•added 2026/09/17 4:11 p.m.•9 views

EUVD-2026-82210

In the Linux kernel, the following vulnerability has been resolved: RDMA/hfi1: Free RX data on late probe failure hfi1initdd allocates the shared AIP/VNIC RX support before returning. If hfi1init or hfi1registeribdevice later fails, initone tears down the device data without calling hfi1freerx...

5.8AI score0.00215EPSS
SaveExploits0References7
OSV
OSV
•added 2026/09/17 4:11 p.m.•8 views

CVE-2026-93102 RDMA/hfi1: Free RX data on late probe failure

In the Linux kernel, the following vulnerability has been resolved: RDMA/hfi1: Free RX data on late probe failure hfi1initdd allocates the shared AIP/VNIC RX support before returning. If hfi1init or hfi1registeribdevice later fails, initone tears down the device data without calling hfi1freerx...

5.8AI score
SaveExploits0References10
CVE
CVE
•added 2026/09/17 4:11 p.m.•12 views

CVE-2026-93102

CVE-2026-93102 affects the RDMA/hfi1 driver in the Linux kernel. The root cause is a resource leak: hfi1_init_dd() allocates shared AIP/VNIC RX support, but if hfi1_init() or hfi1_register_ib_device() subsequently fails, init_one() tears down device data without calling hfi1_free_rx() , leaking n...

5.8AI score0.00215EPSS
SaveExploits0References7
AstraLinux
AstraLinux
•added 2026/09/14 12:01 p.m.•9 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerabilities have been resolved: Memory: mtk-smi – fixed device leaks during the common probe. Make sure to remove the references made when checking the SMI device during a common probe after a late probe failure e.g., probe deferral, as well as during driver...

5.5CVSS5.9AI score0.00128EPSS
SaveExploits0References2
AstraLinux
AstraLinux
•added 2026/08/24 10:19 a.m.•12 views

Astra Linux – Vulnerability found in Linux 5.10, Linux 6.1, and Linux 5.15

In the Linux kernel, the following vulnerability has been resolved: Most: USB subsystem – Fix for double-free operations in case of late probe failures. The MOST subsystem includes a non-standard registration function that releases the interface when registration failures occur or when...

7.1AI score0.00205EPSS
SaveExploits0References2
EUVD
EUVD
•added 2026/07/24 3:23 p.m.•19 views

EUVD-2026-48629

In the Linux kernel, the following vulnerability has been resolved: spi: ti-qspi: fix use-after-free after DMA setup failure The driver falls back to PIO mode if DMA setup fails during probe. Make sure to clear the DMA channel pointer also if buffer allocation fails to avoid passing a pointer to...

5.9AI score0.00171EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
•added 2026/07/21 12:58 p.m.•12 views

SUSE CVE-2026-64168

In the Linux kernel, the following vulnerability has been resolved: spi: sprd: fix error pointer deref after DMA setup failure The driver falls back to PIO mode if DMA setup fails during probe. Make sure to check the dma.enabled flag before trying to release the DMA channels also on late probe...

5.5CVSS5.3AI score0.00162EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
•added 2026/07/20 12:00 a.m.•9 views

Linux Distros Unpatched Vulnerability : CVE-2026-64168

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - spi: sprd: fix error pointer deref after DMA setup failure The driver falls back to PIO mode if DMA setup fails during probe. Make sure to check the dma.enabled...

5.5CVSS5.9AI score0.00162EPSS
SaveExploits0References2
EUVD
EUVD
•added 2026/07/19 3:40 p.m.•23 views

EUVD-2026-45853

In the Linux kernel, the following vulnerability has been resolved: spi: sprd: fix error pointer deref after DMA setup failure The driver falls back to PIO mode if DMA setup fails during probe. Make sure to check the dma.enabled flag before trying to release the DMA channels also on late probe...

5.4AI score0.00162EPSS
SaveExploits0References8
CVE
CVE
•added 2026/07/19 3:40 p.m.•50 views

CVE-2026-64168

Technical details for CVE-2026-64168 are not provided in the supplied documents. Public information (affected products, exploit status, remediation) is not available here. Monitor for official updates.

5.5CVSS5.4AI score0.00162EPSS
SaveExploits0References8Affected Software1
attackerkb
attackerkb
•added 2026/07/19 3:40 p.m.•20 views

CVE-2026-64168

In the Linux kernel, the following vulnerability has been resolved: spi: sprd: fix error pointer deref after DMA setup failure The driver falls back to PIO mode if DMA setup fails during probe. Make sure to check the dma.enabled flag before trying to release the DMA channels also on late probe...

5.3AI score0.00162EPSS
SaveExploits0References9Affected Software1
Debian CVE
Debian CVE
•added 2026/07/19 3:40 p.m.•30 views

CVE-2026-64168

In the Linux kernel, the following vulnerability has been resolved: spi: sprd: fix error pointer deref after DMA setup failure The driver falls back to PIO mode if DMA setup fails during probe. Make sure to check the dma.enabled flag before trying to release the DMA channels also on late probe...

5.5CVSS5.2AI score0.00162EPSS
SaveExploits0
RedhatCVE
RedhatCVE
•added 2026/05/06 5:25 p.m.•17 views

CVE-2025-71287

A flaw was found in the Linux kernel's mtk-smi driver. This vulnerability occurs due to a failure to properly drop a reference to the SMI device during larb probe on late probe failure or driver unbind. An attacker could potentially exploit this memory leak to cause resource exhaustion, leading t...

5.5CVSS5.8AI score0.00128EPSS
SaveExploits0References4
EUVD
EUVD
•added 2026/05/06 12:30 p.m.•16 views

EUVD-2025-209679

In the Linux kernel, the following vulnerability has been resolved: memory: mtk-smi: fix device leaks on common probe Make sure to drop the reference taken when looking up the SMI device during common probe on late probe failure e.g. probe deferral and on driver unbind...

5.7AI score0.00128EPSS
SaveExploits0References7
EUVD
EUVD
•added 2026/05/06 12:30 p.m.•14 views

EUVD-2025-209676

In the Linux kernel, the following vulnerability has been resolved: memory: mtk-smi: fix device leak on larb probe Make sure to drop the reference taken when looking up the SMI device during larb probe on late probe failure e.g. probe deferral and on driver unbind...

5.7AI score0.00128EPSS
SaveExploits0References8
NVD
NVD
•added 2026/05/06 12:16 p.m.•18 views

CVE-2025-71287

In the Linux kernel, the following vulnerability has been resolved: memory: mtk-smi: fix device leak on larb probe Make sure to drop the reference taken when looking up the SMI device during larb probe on late probe failure e.g. probe deferral and on driver unbind...

5.5CVSS0.00128EPSS
SaveExploits0References7
CVE
CVE
•added 2026/05/06 11:32 a.m.•29 views

CVE-2025-71287

The CVE-2025-71287 issue affects the Linux kernel driver mtk-smi for memory handling during larb probes. The root cause is failure to drop the reference to the SMI device on late probe failure or driver unbind, causing a memory leak that could lead to resource exhaustion and potential DoS. The vu...

5.5CVSS5.7AI score0.00128EPSS
SaveExploits0References7Affected Software1
attackerkb
attackerkb
•added 2026/05/06 11:32 a.m.•28 views

CVE-2025-71287

In the Linux kernel, the following vulnerability has been resolved: memory: mtk-smi: fix device leak on larb probe Make sure to drop the reference taken when looking up the SMI device during larb probe on late probe failure e.g. probe deferral and on driver unbind...

5.7AI score0.00128EPSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
•added 2026/05/06 11:32 a.m.•57 views

CVE-2025-71287 memory: mtk-smi: fix device leak on larb probe

In the Linux kernel, the following vulnerability has been resolved: memory: mtk-smi: fix device leak on larb probe Make sure to drop the reference taken when looking up the SMI device during larb probe on late probe failure e.g. probe deferral and on driver unbind...

0.00128EPSS
SaveExploits0References7
CVE
CVE
•added 2026/05/06 11:32 a.m.•29 views

CVE-2025-71288

The CVE-2025-71288 entry concerns the Linux kernel mtk-smi memory driver. The root cause is failure to release device references during common probe failures and on driver unbind, leading to potential resource exhaustion. This could enable a local attacker to cause a Denial of Service on affected...

5.5CVSS5.7AI score0.00128EPSS
SaveExploits0References6Affected Software1
Rows per page
Query Builder