Lucene search
+L

4327 matches found

SUSE CVE
SUSE CVE
added 2024/03/02 5:48 a.m.3 views

SUSE CVE-2021-47057

In the Linux kernel, the following vulnerability has been resolved: crypto: sun8i-ss - Fix memory leak of object d when dmaiv fails to map In the case where the dmaiv mapping fails, the return error path leaks the memory allocated to object d. Fix this by adding a new error return label and jumpi...

5.5CVSS6.5AI score0.00222EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2024/03/02 5:48 a.m.3 views

SUSE CVE-2021-47064

In the Linux kernel, the following vulnerability has been resolved: mt76: fix potential DMA mapping leak With buf uninitialized in mt76dmatxqueueskbraw, its field skipunmap could potentially inherit a non-zero value from stack garbage. If this happens, it will cause DMA mappings for MCU command...

5.3CVSS6.6AI score0.00768EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2024/03/02 12:0 a.m.6 views

Linux kernel security vulnerabilities

The Linux kernel is the kernel used by the Linux Foundation's open source operating system Linux. A security vulnerability exists in the Linux kernel that stems from allowing a call to dmaentryalloccheckleak under freeentrieslock...

5.5CVSS6.6AI score0.00171EPSS
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2024/03/01 5:2 a.m.20 views

CVE-2021-47064

In the Linux kernel, the following vulnerability has been resolved: mt76: fix potential DMA mapping leak With buf uninitialized in mt76dmatxqueueskbraw, its field skipunmap could potentially inherit a non-zero value from stack garbage. If this happens, it will cause DMA mappings for MCU command...

2.3CVSS6.5AI score0.00768EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2024/03/01 4:7 a.m.5 views

SUSE 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.5CVSS6.5AI score0.00222EPSS
SaveExploits0References3
NVD
NVD
added 2024/02/29 11:15 p.m.19 views

CVE-2021-47064

In the Linux kernel, the following vulnerability has been resolved: mt76: fix potential DMA mapping leak With buf uninitialized in mt76dmatxqueueskbraw, its field skipunmap could potentially inherit a non-zero value from stack garbage. If this happens, it will cause DMA mappings for MCU command...

5.3CVSS6.4AI score0.00768EPSS
SaveExploits0References4
OSV
OSV
added 2024/02/29 11:15 p.m.8 views

CVE-2021-47064

In the Linux kernel, the following vulnerability has been resolved: mt76: fix potential DMA mapping leak With buf uninitialized in mt76dmatxqueueskbraw, its field skipunmap could potentially inherit a non-zero value from stack garbage. If this happens, it will cause DMA mappings for MCU command...

5.3CVSS6.7AI score
SaveExploits0References4
OSV
OSV
added 2024/02/29 11:15 p.m.11 views

CVE-2021-47057

In the Linux kernel, the following vulnerability has been resolved: crypto: sun8i-ss - Fix memory leak of object d when dmaiv fails to map In the case where the dmaiv mapping fails, the return error path leaks the memory allocated to object d. Fix this by adding a new error return label and jumpi...

5.5CVSS6.7AI score
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/02/29 11:15 p.m.18 views

CVE-2021-47064

In the Linux kernel, the following vulnerability has been resolved: mt76: fix potential DMA mapping leak With buf uninitialized in mt76dmatxqueueskbraw, its field skipunmap could potentially inherit a non-zero value from stack garbage. If this happens, it will cause DMA mappings for MCU command...

5.3CVSS5.7AI score0.00768EPSS
SaveExploits0References2
OSV
OSV
added 2024/02/29 11:15 p.m.31 views

UBUNTU-CVE-2021-47057

In the Linux kernel, the following vulnerability has been resolved: crypto: sun8i-ss - Fix memory leak of object d when dmaiv fails to map In the case where the dmaiv mapping fails, the return error path leaks the memory allocated to object d. Fix this by adding a new error return label and jumpi...

5.5CVSS5.7AI score0.00222EPSS
SaveExploits0References3
OSV
OSV
added 2024/02/29 11:15 p.m.4 views

UBUNTU-CVE-2021-47064

In the Linux kernel, the following vulnerability has been resolved: mt76: fix potential DMA mapping leak With buf uninitialized in mt76dmatxqueueskbraw, its field skipunmap could potentially inherit a non-zero value from stack garbage. If this happens, it will cause DMA mappings for MCU command...

5.3CVSS5.7AI score0.00768EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2024/02/29 10:37 p.m.45 views

CVE-2021-47064

In the Linux kernel, the following vulnerability has been resolved: mt76: fix potential DMA mapping leak With buf uninitialized in mt76dmatxqueueskbraw, its field skipunmap could potentially inherit a non-zero value from stack garbage. If this happens, it will cause DMA mappings for MCU command...

5.3CVSS4.5AI score0.00768EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/02/29 10:37 p.m.21 views

CVE-2021-47064 mt76: fix potential DMA mapping leak

In the Linux kernel, the following vulnerability has been resolved: mt76: fix potential DMA mapping leak With buf uninitialized in mt76dmatxqueueskbraw, its field skipunmap could potentially inherit a non-zero value from stack garbage. If this happens, it will cause DMA mappings for MCU command...

6.7AI score0.00768EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/02/29 10:37 p.m.25 views

CVE-2021-47064 mt76: fix potential DMA mapping leak

In the Linux kernel, the following vulnerability has been resolved: mt76: fix potential DMA mapping leak With buf uninitialized in mt76dmatxqueueskbraw, its field skipunmap could potentially inherit a non-zero value from stack garbage. If this happens, it will cause DMA mappings for MCU command...

6.8AI score0.00768EPSS
SaveExploits0References4
CVE
CVE
added 2024/02/29 10:37 p.m.101 views

CVE-2021-47064

CVE-2021-47064 concerns the Linux kernel mt76 wireless driver. The issue arises in the mt76_dma_tx_queue_skb_raw path where buf can be uninitialized, causing the field skip_unmap to inherit a non-zero value from stack garbage. As a result, DMA mappings for MCU command frames may not be unmapped a...

5.3CVSS5.1AI score0.00768EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2024/02/29 3:52 p.m.24 views

CVE-2023-52492 dmaengine: fix NULL pointer in channel unregistration function

In the Linux kernel, the following vulnerability has been resolved: dmaengine: fix NULL pointer in channel unregistration function dmaasyncdevicechannelregister can fail. In case of failure, chan-local is freed with freepercpu, and chan-local is nullified. When dmaasyncdeviceunregister is called...

7.5AI score0.00269EPSS
SaveExploits0References6
OSV
OSV
added 2024/02/29 3:52 p.m.8 views

CVE-2023-52492 dmaengine: fix NULL pointer in channel unregistration function

In the Linux kernel, the following vulnerability has been resolved: dmaengine: fix NULL pointer in channel unregistration function dmaasyncdevicechannelregister can fail. In case of failure, chan-local is freed with freepercpu, and chan-local is nullified. When dmaasyncdeviceunregister is called...

4.4CVSS5.8AI score0.00269EPSS
SaveExploits0References10
RedhatCVE
RedhatCVE
added 2024/02/29 10:49 a.m.19 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...

2.3CVSS6.4AI score0.00222EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/02/29 10:49 a.m.27 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...

2.3CVSS6.4AI score0.00222EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/02/29 10:3 a.m.34 views

CVE-2020-36787

A clock handling logic flaw was found in the Linux kernel, which introduces an improper reset on the Video Engine hardware and may generate unexpected DMA memory transfers that can corrupt the memory region in random and sporadic ways. Mitigation Mitigation for this issue is either not available ...

6CVSS5.2AI score0.00222EPSS
SaveExploits0References4
Rows per page
Query Builder