Lucene search
+L

1169 matches found

NVD
NVD
added 2025/09/15 3:15 p.m.9 views

CVE-2023-53225

In the Linux kernel, the following vulnerability has been resolved: spi: imx: Don't skip cleanup in remove's error path Returning early in a platform driver's remove callback is wrong. In this case the dma resources are not released in the error path. this is never retried later and so this is a...

5.5CVSS0.00152EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2025/09/15 2:49 p.m.10 views

CVE-2022-50326 media: airspy: fix memory leak in airspy probe

In the Linux kernel, the following vulnerability has been resolved: media: airspy: fix memory leak in airspy probe The commit ca9dc8d06ab6 "media: airspy: respect the DMA coherency rules" moves variable buf from stack to heap, however, it only frees buf in the error handling code, missing...

0.00128EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2025/09/15 2:46 p.m.14 views

CVE-2023-53244 media: pci: tw68: Fix null-ptr-deref bug in buf prepare and finish

In the Linux kernel, the following vulnerability has been resolved: media: pci: tw68: Fix null-ptr-deref bug in buf prepare and finish When the driver calls tw68riscbuffer to prepare the buffer, the function call dmaalloccoherent may fail, resulting in a empty buffer buf-cpu. Later when we free t...

0.00135EPSS
SaveExploits0References4
CVE
CVE
added 2025/09/15 2:46 p.m.24 views

CVE-2023-53244

In Linux kernel, the media: pci: tw68 driver vulnerability CVE-2023-53244 fixes a null pointer dereference in buffer handling: if dma_alloc_coherent fails during tw68_risc_buffer(), buf->cpu may be null and later accesses/free could crash. The fix adds checks on the return value of tw68_risc_b...

5.5CVSS6.2AI score0.00135EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2025/09/15 2:21 p.m.24 views

CVE-2023-53225 spi: imx: Don't skip cleanup in remove's error path

In the Linux kernel, the following vulnerability has been resolved: spi: imx: Don't skip cleanup in remove's error path Returning early in a platform driver's remove callback is wrong. In this case the dma resources are not released in the error path. this is never retried later and so this is a...

0.00152EPSS
SaveExploits0References6
OSV
OSV
added 2025/09/15 2:4 p.m.11 views

CVE-2023-53181 dma-buf/dma-resv: Stop leaking on krealloc() failure

In the Linux kernel, the following vulnerability has been resolved: dma-buf/dma-resv: Stop leaking on krealloc failure Currently dmaresvgetfences will leak the previously allocated array if the fence iteration got restarted and the kreallocarray fails. Free the old array by hand, and make sure we...

5.5CVSS6.1AI score0.00143EPSS
SaveExploits0References6
CVE
CVE
added 2025/09/15 2:4 p.m.34 views

CVE-2023-53181

Technical details for CVE-2023-53181 are not provided in the supplied documents. The visible text references a Linux kernel dma-buf leak fix but lacks specific product/version/subcomponent data. Monitor for updates.

5.5CVSS6.1AI score0.00143EPSS
SaveExploits0References3Affected Software1
CNNVD
CNNVD
added 2025/09/15 12:0 a.m.6 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 the Linux kernel that stems from mishandling of SPI driver errors, which could lead to a DMA resource leak...

5.5CVSS6.1AI score0.00152EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2025/09/15 12:0 a.m.8 views

PT-2025-37666

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A flaw exists in the Linux kernel where cleanup operations are skipped in the error path of the remove callback within the IMX SPI driver. Returning early from a platform driver’s remo...

5.9AI score0.00152EPSS
SaveExploits0References8
CNNVD
CNNVD
added 2025/09/15 12:0 a.m.4 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 that stems from not properly stopping the dma-timeout timer, which could lead to reuse after release...

7.8CVSS5.8AI score0.00149EPSS
SaveExploits0References8
OSV
OSV
added 2025/09/11 4:52 p.m.10 views

CVE-2025-39742 RDMA: hfi1: fix possible divide-by-zero in find_hw_thread_mask()

In the Linux kernel, the following vulnerability has been resolved: RDMA: hfi1: fix possible divide-by-zero in findhwthreadmask The function divides number of online CPUs by numcoresiblings, and later checks the divider by zero. This implies a possibility to get and divide-by-zero runtime error...

5.5CVSS6AI score0.0016EPSS
SaveExploits0References15
NVD
NVD
added 2025/09/05 6:15 p.m.12 views

CVE-2025-39726

In the Linux kernel, the following vulnerability has been resolved: s390/ism: fix concurrency management in ismcmd The s390x ISM device data sheet clearly states that only one request-response sequence is allowable per ISM function at any point in time. Unfortunately as of today the s390/ism driv...

4.7CVSS0.00102EPSS
SaveExploits0References4
NVD
NVD
added 2025/09/05 6:15 p.m.6 views

CVE-2025-39695

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Flush delayed SKBs while releasing RXE resources When skb packets are sent out, these skb packets still depends on the rxe resources, for example, QP, sk, when these packets are destroyed. If these rxe resources are...

5.5CVSS0.00143EPSS
SaveExploits0References3
OSV
OSV
added 2025/09/05 6:15 p.m.1 views

DEBIAN-CVE-2025-39695

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Flush delayed SKBs while releasing RXE resources When skb packets are sent out, these skb packets still depends on the rxe resources, for example, QP, sk, when these packets are destroyed. If these rxe resources are...

5.5CVSS5.4AI score0.00143EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/05 5:21 p.m.3 views

CVE-2025-39695 RDMA/rxe: Flush delayed SKBs while releasing RXE resources

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Flush delayed SKBs while releasing RXE resources When skb packets are sent out, these skb packets still depends on the rxe resources, for example, QP, sk, when these packets are destroyed. If these rxe resources are...

5.5CVSS6.2AI score0.00143EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2025/09/05 5:21 p.m.10 views

CVE-2025-39695 RDMA/rxe: Flush delayed SKBs while releasing RXE resources

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Flush delayed SKBs while releasing RXE resources When skb packets are sent out, these skb packets still depends on the rxe resources, for example, QP, sk, when these packets are destroyed. If these rxe resources are...

0.00143EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2025/09/05 12:0 a.m.3 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 the Linux kernel that stems from the RDMA/rxe module failing to refresh the delayed SKB when releasing RXE resources...

5.5CVSS6.1AI score0.00143EPSS
SaveExploits0References3
Microsoft CVE
Microsoft CVE
added 2025/09/04 5:17 a.m.11 views

mtk-sd: Prevent memory corruption from DMA map failure

...

7.8CVSS7AI score0.00168EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2025/09/04 5:1 a.m.3 views

parisc: fix a possible DMA corruption

...

7.8CVSS7AI score0.00231EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2025/09/04 4:53 a.m.5 views

bnxt_en: Set DMA unmap len correctly for XDP_REDIRECT

...

5.5CVSS6.8AI score0.0017EPSS
SaveExploits0
Rows per page
Query Builder