Lucene search
+L

1664 matches found

Debian CVE
Debian CVE
added 2024/02/29 10:37 p.m.40 views

CVE-2021-47055

In the Linux kernel, the following vulnerability has been resolved: mtd: require write permissions for locking and badblock ioctls MEMLOCK, MEMUNLOCK and OTPLOCK modify protection bits. Thus require write permission. Depending on the hardware MEMLOCK might even be write-once, e.g. for SPI-NOR...

7.1CVSS6.4AI score0.00197EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/02/29 10:31 p.m.15 views

CVE-2021-46959 spi: Fix use-after-free with devm_spi_alloc_*

In the Linux kernel, the following vulnerability has been resolved: spi: Fix use-after-free with devmspialloc We can't rely on the contents of the devres list during spiunregistercontroller, as the list is already torn down at the time we perform devresfind for devmspireleasecontroller. This caus...

6.9AI score0.00245EPSS
SaveExploits0References9
CVE
CVE
added 2024/02/29 10:31 p.m.6036 views

CVE-2021-46959

CVE-2021-46959 is a Linux kernel SPI subsystem use-after-free issue (devm_spi_alloc_{master,slave}) caused by relying on the devres list during spi_unregister_controller. The root cause is that devres_find() runs after the devres list has been torn down, leading to underflow of reference counters...

7.8CVSS6.6AI score0.00245EPSS
SaveExploits0References9Affected Software1
Debian CVE
Debian CVE
added 2024/02/29 10:31 p.m.29 views

CVE-2021-46959

In the Linux kernel, the following vulnerability has been resolved: spi: Fix use-after-free with devmspialloc We can't rely on the contents of the devres list during spiunregistercontroller, as the list is already torn down at the time we perform devresfind for devmspireleasecontroller. This caus...

7.8CVSS7.2AI score0.00245EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/02/29 10:31 p.m.26 views

CVE-2021-46959 spi: Fix use-after-free with devm_spi_alloc_*

In the Linux kernel, the following vulnerability has been resolved: spi: Fix use-after-free with devmspialloc We can't rely on the contents of the devres list during spiunregistercontroller, as the list is already torn down at the time we perform devresfind for devmspireleasecontroller. This caus...

6.8AI score0.00245EPSS
SaveExploits0References9
Rapid7 Blog
Rapid7 Blog
added 2024/02/29 5:32 p.m.73 views

How To Hunt For UEFI Malware Using Velociraptor

UEFI threats have historically been limited in number and mostly implemented by nation state actors as stealthy persistence. However, the recent proliferation of Black Lotus on the dark web, Trickbot enumeration module late 2022, and Glupteba November 2023 indicates that this historical trend may...

4.9CVSS6.9AI score0.06567EPSS
SaveExploits1
Tenable Nessus
Tenable Nessus
added 2024/02/29 12:00 a.m.27 views

CentOS 9 : libreswan-4.9-4.el9

The remote CentOS Linux 9 host has a package installed that is affected by multiple vulnerabilities as referenced in the libreswan-4.9-4.el9 build changelog. - remote DoS via crafted TS payload with an incorrect selector length rhbz2173674 CVE-2023-23009 - pluto in Libreswan before 4.11 allows a...

7.5CVSS6.8AI score0.01606EPSS
SaveExploits1References3
CNNVD
CNNVD
added 2024/02/29 12:00 a.m.7 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, which stems from a post-release reuse issue with devmspialloc...

7.8CVSS8AI score0.00245EPSS
SaveExploits0References12
RedhatCVE
RedhatCVE
added 2024/02/28 11:01 p.m.29 views

CVE-2021-47047

A flaw was found in the Xilinx ZynqMP GQSPI controller module in the Linux kernel. A crash can occur when a DMA operation is based on an invalid address due to a missing report of an error condition and an unchecked return value, resulting in a denial of service...

5.6CVSS7.4AI score0.00239EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/02/28 9:01 p.m.23 views

CVE-2021-47051

In the Linux kernel, the following vulnerability has been resolved: spi: fsl-lpspi: Fix PM reference leak in lpspipreparexferhardware pmruntimegetsync will increment pm usage counter even it failed. Forgetting to putting operation will result in reference leak here. Fix it by replacing it with...

4.4CVSS6.5AI score0.00225EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/02/28 4:02 p.m.20 views

CVE-2021-47048

In the Linux kernel, the following vulnerability has been resolved: spi: spi-zynqmp-gqspi: fix use-after-free in zynqmpqspiexecop When handling op-addr, it is using the buffer "tmpbuf" which has been freed. This will trigger a use-after-free KASAN warning. Let's use temporary variables to store...

4.4CVSS6.7AI score0.00238EPSS
SaveExploits0References4
OSV
OSV
added 2024/02/28 9:15 a.m.4 views

DEBIAN-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.5CVSS5.5AI score0.00239EPSS
SaveExploits0References1
NVD
NVD
added 2024/02/28 9:15 a.m.38 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.5CVSS7.3AI score0.00239EPSS
SaveExploits0References4
NVD
NVD
added 2024/02/28 9:15 a.m.34 views

CVE-2021-47051

In the Linux kernel, the following vulnerability has been resolved: spi: fsl-lpspi: Fix PM reference leak in lpspipreparexferhardware pmruntimegetsync will increment pm usage counter even it failed. Forgetting to putting operation will result in reference leak here. Fix it by replacing it with...

5.5CVSS7.3AI score0.00225EPSS
SaveExploits0References5
OSV
OSV
added 2024/02/28 9:15 a.m.6 views

DEBIAN-CVE-2021-47051

In the Linux kernel, the following vulnerability has been resolved: spi: fsl-lpspi: Fix PM reference leak in lpspipreparexferhardware pmruntimegetsync will increment pm usage counter even it failed. Forgetting to putting operation will result in reference leak here. Fix it by replacing it with...

5.5CVSS5.4AI score0.00225EPSS
SaveExploits0References1
OSV
OSV
added 2024/02/28 9:15 a.m.11 views

CVE-2021-47051

In the Linux kernel, the following vulnerability has been resolved: spi: fsl-lpspi: Fix PM reference leak in lpspipreparexferhardware pmruntimegetsync will increment pm usage counter even it failed. Forgetting to putting operation will result in reference leak here. Fix it by replacing it with...

5.5CVSS7.3AI score
SaveExploits0References5
NVD
NVD
added 2024/02/28 9:15 a.m.22 views

CVE-2021-47048

In the Linux kernel, the following vulnerability has been resolved: spi: spi-zynqmp-gqspi: fix use-after-free in zynqmpqspiexecop When handling op-addr, it is using the buffer "tmpbuf" which has been freed. This will trigger a use-after-free KASAN warning. Let's use temporary variables to store...

7.8CVSS6.6AI score0.00238EPSS
SaveExploits0References4
OSV
OSV
added 2024/02/28 9:15 a.m.11 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.5CVSS7.6AI score
SaveExploits0References4
OSV
OSV
added 2024/02/28 9:15 a.m.13 views

CVE-2021-47048

In the Linux kernel, the following vulnerability has been resolved: spi: spi-zynqmp-gqspi: fix use-after-free in zynqmpqspiexecop When handling op-addr, it is using the buffer "tmpbuf" which has been freed. This will trigger a use-after-free KASAN warning. Let's use temporary variables to store...

7.8CVSS6.9AI score
SaveExploits0References4
OSV
OSV
added 2024/02/28 9:15 a.m.9 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
Rows per page
Query Builder