Lucene search
+L

663 matches found

Tenable Nessus
Tenable Nessus
added 2024/06/07 12:0 a.m.211 views

Ubuntu 22.04 LTS : Linux kernel vulnerabilities (USN-6821-1)

The remote Ubuntu 22.04 LTS host has a package installed that is affected by multiple vulnerabilities as referenced in the USN-6821-1 advisory. It was discovered that the ATA over Ethernet AoE driver in the Linux kernel contained a race condition, leading to a use-after-free vulnerability. An...

9.8CVSS7.5AI score0.01635EPSS
SaveExploits0References152
Tenable Nessus
Tenable Nessus
added 2024/06/07 12:0 a.m.79 views

Ubuntu 24.04 LTS : Linux kernel vulnerabilities (USN-6817-1)

The remote Ubuntu 24.04 LTS host has a package installed that is affected by multiple vulnerabilities as referenced in the USN-6817-1 advisory. Ziming Zhang discovered that the DRM driver for VMware Virtual GPU did not properly handle certain error conditions, leading to a NULL pointer dereferenc...

9.8CVSS6.9AI score0.01635EPSS
SaveExploits0References215
RedhatCVE
RedhatCVE
added 2024/06/03 9:2 a.m.29 views

CVE-2024-36029

A vulnerability was found in the Linux kernel’s mmc: sdhci-msm driver, which allowed access to a suspended controller. This issue potentially leads to system instability or data corruption when the controller is not actively in use. Mitigation Mitigation for this issue is either not available or...

4.4CVSS9.2AI score0.00239EPSS
SaveExploits0References4
OSV
OSV
added 2024/05/30 4:15 p.m.7 views

UBUNTU-CVE-2024-36029

In the Linux kernel, the following vulnerability has been resolved: mmc: sdhci-msm: pervent access to suspended controller Generic sdhci code registers LED device and uses host-runtimesuspended flag to protect access to it. The sdhci-msm driver doesn't set this flag, which causes a crash when LED...

5.5CVSS5.8AI score0.00239EPSS
SaveExploits0References21
Vulnrichment
Vulnrichment
added 2024/05/30 3:19 p.m.20 views

CVE-2024-36029 mmc: sdhci-msm: pervent access to suspended controller

In the Linux kernel, the following vulnerability has been resolved: mmc: sdhci-msm: pervent access to suspended controller Generic sdhci code registers LED device and uses host-runtimesuspended flag to protect access to it. The sdhci-msm driver doesn't set this flag, which causes a crash when LED...

6.9AI score0.00239EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2024/05/30 3:19 p.m.34 views

CVE-2024-36029 mmc: sdhci-msm: pervent access to suspended controller

In the Linux kernel, the following vulnerability has been resolved: mmc: sdhci-msm: pervent access to suspended controller Generic sdhci code registers LED device and uses host-runtimesuspended flag to protect access to it. The sdhci-msm driver doesn't set this flag, which causes a crash when LED...

6.6AI score0.00239EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2024/05/30 12:0 a.m.9 views

Linux kernel security vulnerabilities

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 originates from the mmc:sdhci-msm module accessing a suspended controller...

5.5CVSS6.5AI score0.00239EPSS
SaveExploits0References7
NVD
NVD
added 2024/05/21 4:15 p.m.12 views

CVE-2023-52730

In the Linux kernel, the following vulnerability has been resolved: mmc: sdio: fix possible resource leaks in some error paths If sdioaddfunc or sdioinitfunc fails, sdioremovefunc can not release the resources, because the sdio function is not presented in these two cases, it won't call ofnodeput...

5.5CVSS6.5AI score0.00251EPSS
SaveExploits0References7
OSV
OSV
added 2024/05/21 4:15 p.m.3 views

DEBIAN-CVE-2023-52708

In the Linux kernel, the following vulnerability has been resolved: mmc: mmcspi: fix error handling in mmcspiprobe If mmcaddhost fails, it doesn't need to call mmcremovehost, or it will cause null-ptr-deref, because of deleting a not added device in mmcremovehost. To fix this, goto label...

5.5CVSS5.1AI score0.0025EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2024/05/21 4:15 p.m.31 views

CVE-2023-52730

In the Linux kernel, the following vulnerability has been resolved: mmc: sdio: fix possible resource leaks in some error paths If sdioaddfunc or sdioinitfunc fails, sdioremovefunc can not release the resources, because the sdio function is not presented in these two cases, it won't call ofnodeput...

5.5CVSS6.3AI score0.00251EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2024/05/21 4:15 p.m.18 views

CVE-2023-52708

In the Linux kernel, the following vulnerability has been resolved: mmc: mmcspi: fix error handling in mmcspiprobe If mmcaddhost fails, it doesn't need to call mmcremovehost, or it will cause null-ptr-deref, because of deleting a not added device in mmcremovehost. To fix this, goto label...

5.5CVSS5.9AI score0.0025EPSS
SaveExploits0References7
OSV
OSV
added 2024/05/21 4:15 p.m.20 views

UBUNTU-CVE-2023-52708

In the Linux kernel, the following vulnerability has been resolved: mmc: mmcspi: fix error handling in mmcspiprobe If mmcaddhost fails, it doesn't need to call mmcremovehost, or it will cause null-ptr-deref, because of deleting a not added device in mmcremovehost. To fix this, goto label...

5.5CVSS5.8AI score0.0025EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2024/05/21 3:22 p.m.29 views

CVE-2023-52730 mmc: sdio: fix possible resource leaks in some error paths

In the Linux kernel, the following vulnerability has been resolved: mmc: sdio: fix possible resource leaks in some error paths If sdioaddfunc or sdioinitfunc fails, sdioremovefunc can not release the resources, because the sdio function is not presented in these two cases, it won't call ofnodeput...

6.4AI score0.00251EPSS
SaveExploits0References7
CVE
CVE
added 2024/05/21 3:22 p.m.194 views

CVE-2023-52730

CVE-2023-52730 concerns the Linux kernel mmc_sdio subsystem. The issue arises when sdio_add_func() or sdio_init_func() fail: resources may not be released because the sdio function isn’t present to trigger of_node_put() or put_device(). The patch changes logic so that sdio_func_present() only gat...

5.5CVSS6.6AI score0.00251EPSS
SaveExploits0References7Affected Software1
Debian CVE
Debian CVE
added 2024/05/21 3:22 p.m.26 views

CVE-2023-52730

In the Linux kernel, the following vulnerability has been resolved: mmc: sdio: fix possible resource leaks in some error paths If sdioaddfunc or sdioinitfunc fails, sdioremovefunc can not release the resources, because the sdio function is not presented in these two cases, it won't call ofnodeput...

5.5CVSS7AI score0.00251EPSS
SaveExploits0
OSV
OSV
added 2024/05/21 3:22 p.m.19 views

CVE-2023-52730 mmc: sdio: fix possible resource leaks in some error paths

In the Linux kernel, the following vulnerability has been resolved: mmc: sdio: fix possible resource leaks in some error paths If sdioaddfunc or sdioinitfunc fails, sdioremovefunc can not release the resources, because the sdio function is not presented in these two cases, it won't call ofnodeput...

5.9AI score
SaveExploits0References10
Vulnrichment
Vulnrichment
added 2024/05/21 3:22 p.m.18 views

CVE-2023-52730 mmc: sdio: fix possible resource leaks in some error paths

In the Linux kernel, the following vulnerability has been resolved: mmc: sdio: fix possible resource leaks in some error paths If sdioaddfunc or sdioinitfunc fails, sdioremovefunc can not release the resources, because the sdio function is not presented in these two cases, it won't call ofnodeput...

6.7AI score0.00251EPSS
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2024/05/21 3:22 p.m.15 views

CVE-2023-52708 mmc: mmc_spi: fix error handling in mmc_spi_probe()

In the Linux kernel, the following vulnerability has been resolved: mmc: mmcspi: fix error handling in mmcspiprobe If mmcaddhost fails, it doesn't need to call mmcremovehost, or it will cause null-ptr-deref, because of deleting a not added device in mmcremovehost. To fix this, goto label...

6.7AI score0.0025EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2024/05/21 3:22 p.m.19 views

CVE-2023-52708 mmc: mmc_spi: fix error handling in mmc_spi_probe()

In the Linux kernel, the following vulnerability has been resolved: mmc: mmcspi: fix error handling in mmcspiprobe If mmcaddhost fails, it doesn't need to call mmcremovehost, or it will cause null-ptr-deref, because of deleting a not added device in mmcremovehost. To fix this, goto label...

6.3AI score0.0025EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/05/21 2:0 a.m.6 views

SUSE CVE-2024-35813

In the Linux kernel, the following vulnerability has been resolved: mmc: core: Avoid negative index with array access Commit 4d0c8d0aef63 "mmc: core: Use mrq.sbc in close-ended ffu" assigns previdata = idatasi - 1, but doesn't check that the iterator i is greater than zero. Let's fix this by addi...

5.5CVSS6.4AI score0.00246EPSS
SaveExploits0References16
Rows per page
Query Builder