Lucene search
+L

4257 matches found

Positive Technologies
Positive Technologies
added 2026/05/06 12:0 a.m.7 views

PT-2026-37468

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the RDMA umem component where a failure in the ib umem dmabuf map pages function within ib umem dmabuf get pinned with dma device leads to a double dma buf unpin...

7.8CVSS6.6AI score0.00139EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/05/06 12:0 a.m.10 views

Linux Distros Unpatched Vulnerability : CVE-2026-43250

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - usb: chipidea: udc: fix DMA and SG cleanup in epnuke The ChipIdea UDC driver can encounter not page aligned sg buffer errors when a USB device is reconnected...

7.8CVSS7AI score0.00129EPSS
SaveExploits0References3
NVD
NVD
added 2026/05/05 4:16 p.m.31 views

CVE-2026-43064

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: Fix not releasing workqueue on .release The workqueue associated with an DSA/IAA device is not released when the object is freed...

5.5CVSS0.00114EPSS
SaveExploits0References7
CVE
CVE
added 2026/05/05 3:23 p.m.26 views

CVE-2026-43064

CVE-2026-43064 affects the Linux kernel’s dmaengine idxd, where the workqueue for a DSA/IAA device was not released on object release. The underlying cause is that the workqueue remained bound to the freed object, leading to resource leaks. The issue is now fixed: the workqueue is released after ...

5.5CVSS5.8AI score0.00114EPSS
SaveExploits0References7Affected Software1
Cvelist
Cvelist
added 2026/05/05 3:23 p.m.45 views

CVE-2026-43064 dmaengine: idxd: Fix not releasing workqueue on .release()

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: Fix not releasing workqueue on .release The workqueue associated with an DSA/IAA device is not released when the object is freed...

0.00114EPSS
SaveExploits0References7
ATTACKERKB
ATTACKERKB
added 2026/05/05 3:17 p.m.4 views

CVE-2026-43061

In the Linux kernel, the following vulnerability has been resolved: serial: 8250: Fix TX deadlock when using DMA dmaengineterminateasync does not guarantee that the dmatxcomplete callback will run. The callback is currently the only place where dma-txrunning gets cleared. If the transaction is...

5.7AI score0.00091EPSS
SaveExploits0References9Affected Software1
CVE
CVE
added 2026/05/05 3:17 p.m.33 views

CVE-2026-43061

CVE-2026-43061 (Linux kernel): The serial8250 TX DMA deadlock was fixed. The root cause was that dmaengine_terminate_async did not guarantee the __dma_tx_complete callback would run, and that callback is the only place where dma->tx_running is cleared. If a TX DMA transaction is canceled and t...

5.5CVSS5.8AI score0.00091EPSS
SaveExploits0References8Affected Software1
Positive Technologies
Positive Technologies
added 2026/05/05 12:0 a.m.12 views

PT-2026-37064

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A TX deadlock occurs when using DMA in the 8250 serial driver. The dmaengine terminate async function does not guarantee the execution of the dma tx complete callback, which is the only...

5.5CVSS5.7AI score0.00091EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/05/02 12:0 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2026-31768

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - iio: adc: ti-adc161s626: use DMA-safe memory for spiread Add a DMA-safe buffer and use it for spiread instead of a stack memory. All SPI buffers must be DMA-saf...

7.8CVSS6.1AI score0.00129EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/05/01 9:53 p.m.9 views

CVE-2026-31743

A flaw was found in the Linux kernel, specifically within the nvmem and zynqmpnvmem modules. An incorrect buffer size used during Direct Memory Access DMA allocation and memcpy operations can lead to undersized DMA buffer access. This vulnerability could allow a local attacker to cause memory...

7.8CVSS5.9AI score0.00129EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/05/01 6:26 p.m.7 views

CVE-2026-43044

A flaw was found in the Linux kernel's crypto: caam module. When processing HMAC Keyed-Hash Message Authentication Code keys longer than the block size, the memory allocated for the key copy was not correctly aligned for Direct Memory Access DMA operations. This oversight could lead to DMA...

7.8CVSS5.8AI score0.0012EPSS
SaveExploits0References4
NVD
NVD
added 2026/05/01 3:16 p.m.6 views

CVE-2026-31768

In the Linux kernel, the following vulnerability has been resolved: iio: adc: ti-adc161s626: use DMA-safe memory for spiread Add a DMA-safe buffer and use it for spiread instead of a stack memory. All SPI buffers must be DMA-safe. Since we only need up to 3 bytes, we just use a u8 instead of be16...

7.8CVSS0.00129EPSS
SaveExploits0References8
NVD
NVD
added 2026/05/01 3:16 p.m.6 views

CVE-2026-31743

In the Linux kernel, the following vulnerability has been resolved: nvmem: zynqmpnvmem: Fix buffer size in DMA and memcpy Buffer size used in dma allocation and memcpy is wrong. It can lead to undersized DMA buffer access and possible memory corruption. use correct buffer size in dmaalloccoherent...

7.8CVSS0.00129EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2026/05/01 2:15 p.m.5 views

CVE-2026-43044

In the Linux kernel, the following vulnerability has been resolved: crypto: caam - fix DMA corruption on long hmac keys When a key longer than block size is supplied, it is copied and then hashed into the real key. The memory allocated for the copy needs to be rounded to DMA cache alignment, as...

5.8AI score0.0012EPSS
SaveExploits0References6Affected Software1
Cvelist
Cvelist
added 2026/05/01 2:14 p.m.40 views

CVE-2026-31768 iio: adc: ti-adc161s626: use DMA-safe memory for spi_read()

In the Linux kernel, the following vulnerability has been resolved: iio: adc: ti-adc161s626: use DMA-safe memory for spiread Add a DMA-safe buffer and use it for spiread instead of a stack memory. All SPI buffers must be DMA-safe. Since we only need up to 3 bytes, we just use a u8 instead of be16...

7.8CVSS0.00129EPSS
SaveExploits0References6
CVE
CVE
added 2026/05/01 2:14 p.m.21 views

CVE-2026-31768

The CVE-2026-31768 issue affects the Linux kernel driver iio: adc: ti-adc161s626, where SPI read operations used non-DMA-safe stack memory. The mitigation is to allocate a DMA-safe buffer and perform spi_read() into that buffer, replacing stack-based buffers. Since the read would require only up ...

7.8CVSS5.8AI score0.00129EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2026/05/01 2:14 p.m.7 views

CVE-2026-31768 iio: adc: ti-adc161s626: use DMA-safe memory for spi_read()

In the Linux kernel, the following vulnerability has been resolved: iio: adc: ti-adc161s626: use DMA-safe memory for spiread Add a DMA-safe buffer and use it for spiread instead of a stack memory. All SPI buffers must be DMA-safe. Since we only need up to 3 bytes, we just use a u8 instead of be16...

7.8CVSS5.9AI score0.00129EPSS
SaveExploits0References11
Debian CVE
Debian CVE
added 2026/05/01 2:14 p.m.10 views

CVE-2026-31768

In the Linux kernel, the following vulnerability has been resolved: iio: adc: ti-adc161s626: use DMA-safe memory for spiread Add a DMA-safe buffer and use it for spiread instead of a stack memory. All SPI buffers must be DMA-safe. Since we only need up to 3 bytes, we just use a u8 instead of be16...

7.8CVSS5.7AI score0.00129EPSS
SaveExploits0
EUVD
EUVD
added 2026/05/01 2:14 p.m.15 views

EUVD-2026-26556

In the Linux kernel, the following vulnerability has been resolved: nvmem: zynqmpnvmem: Fix buffer size in DMA and memcpy Buffer size used in dma allocation and memcpy is wrong. It can lead to undersized DMA buffer access and possible memory corruption. use correct buffer size in dmaalloccoherent...

5.9AI score0.00129EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/05/01 12:0 a.m.7 views

PT-2026-36403

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the ti-adc161s626 component of the Industrial I/O IIO ADC subsystem where spi read utilized stack memory instead of DMA-safe memory. Direct Memory Access DMA is a...

7.8CVSS5.4AI score0.00129EPSS
SaveExploits0
Rows per page
Query Builder