Lucene search
+L

5018 matches found

ATTACKERKB
ATTACKERKB
added 2024/02/28 9:15 a.m.8 views

CVE-2021-47003

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: Fix potential null dereference on pointer status There are calls to idxdcmdexec that pass a null status pointer however a recent commit has added an assignment to status that can end up with a null pointer...

5.5CVSS6.4AI score0.00236EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2024/02/28 9:15 a.m.15 views

CVE-2020-36787

In the Linux kernel, the following vulnerability has been resolved: media: aspeed: fix clock handling logic Video engine uses eclk and vclk for its clock sources and its reset control is coupled with eclk so the current clock enabling sequence works like below. Enable eclk De-assert Video Engine...

5.5CVSS6.5AI score
SaveExploits0References5
NVD
NVD
added 2024/02/28 9:15 a.m.38 views

CVE-2020-36787

In the Linux kernel, the following vulnerability has been resolved: media: aspeed: fix clock handling logic Video engine uses eclk and vclk for its clock sources and its reset control is coupled with eclk so the current clock enabling sequence works like below. Enable eclk De-assert Video Engine...

7.8CVSS6.2AI score0.00231EPSS
SaveExploits0References5
OSV
OSV
added 2024/02/28 9:15 a.m.13 views

UBUNTU-CVE-2021-47033

In the Linux kernel, the following vulnerability has been resolved: mt76: mt7615: fix tx skb dma unmap The first pointer in the txp needs to be unmapped as well, otherwise it will leak DMA mapping entries...

5.5CVSS5.7AI score0.00222EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2024/02/28 9:15 a.m.30 views

CVE-2021-47032

In the Linux kernel, the following vulnerability has been resolved: mt76: mt7915: fix tx skb dma unmap The first pointer in the txp needs to be unmapped as well, otherwise it will leak DMA mapping entries...

5.5CVSS5.7AI score0.00222EPSS
SaveExploits0References6
OSV
OSV
added 2024/02/28 9:15 a.m.10 views

UBUNTU-CVE-2021-47047

In the Linux kernel, the following vulnerability has been resolved: spi: spi-zynqmp-gqspi: return -ENOMEM if dmamapsingle fails The spi controller supports 44-bit address space on AXI in DMA mode, so set dmaaddrt width to 44-bit to avoid using a swiotlb mapping. In addition, if dmamapsingle fails...

5.5CVSS6AI score0.00239EPSS
SaveExploits0References7
Prion
Prion
added 2024/02/28 9:15 a.m.44 views

Spoofing

In the Linux kernel, the following vulnerability has been resolved: spi: spi-zynqmp-gqspi: return -ENOMEM if dmamapsingle fails The spi controller supports 44-bit address space on AXI in DMA mode, so set dmaaddrt width to 44-bit to avoid using a swiotlb mapping. In addition, if dmamapsingle fails...

6.7AI score0.00239EPSS
SaveExploits0References4
Prion
Prion
added 2024/02/28 9:15 a.m.51 views

Spoofing

In the Linux kernel, the following vulnerability has been resolved: media: aspeed: fix clock handling logic Video engine uses eclk and vclk for its clock sources and its reset control is coupled with eclk so the current clock enabling sequence works like below. Enable eclk De-assert Video Engine...

6.5AI score0.00231EPSS
SaveExploits0References5
Prion
Prion
added 2024/02/28 9:15 a.m.50 views

Spoofing

In the Linux kernel, the following vulnerability has been resolved: mt76: mt7915: fix tx skb dma unmap The first pointer in the txp needs to be unmapped as well, otherwise it will leak DMA mapping entries...

6.7AI score0.00222EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/02/28 9:15 a.m.29 views

CVE-2021-47033

In the Linux kernel, the following vulnerability has been resolved: mt76: mt7615: fix tx skb dma unmap The first pointer in the txp needs to be unmapped as well, otherwise it will leak DMA mapping entries...

5.5CVSS5.7AI score0.00222EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2024/02/28 9:15 a.m.47 views

CVE-2021-47047

In the Linux kernel, the following vulnerability has been resolved: spi: spi-zynqmp-gqspi: return -ENOMEM if dmamapsingle fails The spi controller supports 44-bit address space on AXI in DMA mode, so set dmaaddrt width to 44-bit to avoid using a swiotlb mapping. In addition, if dmamapsingle fails...

5.5CVSS6AI score0.00239EPSS
SaveExploits0References6
Prion
Prion
added 2024/02/28 9:15 a.m.43 views

Spoofing

In the Linux kernel, the following vulnerability has been resolved: mt76: mt7615: fix tx skb dma unmap The first pointer in the txp needs to be unmapped as well, otherwise it will leak DMA mapping entries...

6.7AI score0.00222EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/02/28 8:13 a.m.20 views

CVE-2021-47047 spi: spi-zynqmp-gqspi: return -ENOMEM if dma_map_single fails

In the Linux kernel, the following vulnerability has been resolved: spi: spi-zynqmp-gqspi: return -ENOMEM if dmamapsingle fails The spi controller supports 44-bit address space on AXI in DMA mode, so set dmaaddrt width to 44-bit to avoid using a swiotlb mapping. In addition, if dmamapsingle fails...

6.7AI score0.00239EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/02/28 8:13 a.m.58 views

CVE-2021-47047 spi: spi-zynqmp-gqspi: return -ENOMEM if dma_map_single fails

In the Linux kernel, the following vulnerability has been resolved: spi: spi-zynqmp-gqspi: return -ENOMEM if dmamapsingle fails The spi controller supports 44-bit address space on AXI in DMA mode, so set dmaaddrt width to 44-bit to avoid using a swiotlb mapping. In addition, if dmamapsingle fails...

6.6AI score0.00239EPSS
SaveExploits0References4
CVE
CVE
added 2024/02/28 8:13 a.m.5500 views

CVE-2021-47047

CVE-2021-47047 concerns the Linux kernel SPI ZynqMP GQSPI driver. The root cause was that dma_map_single failures could lead to using an unmapped address, triggering a crash when reading large flash blocks. The fix adjusts the SPI controller to support a 44-bit DMA address width and to return imm...

5.5CVSS6.4AI score0.00239EPSS
SaveExploits0References4Affected Software1
Debian CVE
Debian CVE
added 2024/02/28 8:13 a.m.74 views

CVE-2021-47047

In the Linux kernel, the following vulnerability has been resolved: spi: spi-zynqmp-gqspi: return -ENOMEM if dmamapsingle fails The spi controller supports 44-bit address space on AXI in DMA mode, so set dmaaddrt width to 44-bit to avoid using a swiotlb mapping. In addition, if dmamapsingle fails...

5.5CVSS6.3AI score0.00239EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/02/28 8:13 a.m.34 views

CVE-2021-47033 mt76: mt7615: fix tx skb dma unmap

In the Linux kernel, the following vulnerability has been resolved: mt76: mt7615: fix tx skb dma unmap The first pointer in the txp needs to be unmapped as well, otherwise it will leak DMA mapping entries...

6.6AI score0.00222EPSS
SaveExploits0References4
CVE
CVE
added 2024/02/28 8:13 a.m.4791 views

CVE-2021-47033

Technical details about CVE-2021-47033 are not provided in the supplied documents. The initial entry only mentions a Linux kernel fix for mt76/mt7615 DMA unmapping and provides no product/version/patch specifics. Monitor for updates.

5.5CVSS6.4AI score0.00222EPSS
SaveExploits0References4Affected Software1
Vulnrichment
Vulnrichment
added 2024/02/28 8:13 a.m.28 views

CVE-2021-47033 mt76: mt7615: fix tx skb dma unmap

In the Linux kernel, the following vulnerability has been resolved: mt76: mt7615: fix tx skb dma unmap The first pointer in the txp needs to be unmapped as well, otherwise it will leak DMA mapping entries...

6.7AI score0.00222EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/02/28 8:13 a.m.53 views

CVE-2021-47032 mt76: mt7915: fix tx skb dma unmap

In the Linux kernel, the following vulnerability has been resolved: mt76: mt7915: fix tx skb dma unmap The first pointer in the txp needs to be unmapped as well, otherwise it will leak DMA mapping entries...

6.6AI score0.00222EPSS
SaveExploits0References4
Rows per page
Query Builder