3 matches found
The vulnerability of the mmc_spi component in the Linux operating system’s kernel allows a hacker to trigger a service failure.
The vulnerability of the mmcspi component in the Linux operating system’s kernel is related to improper error handling in the mmcspiprobe function. Exploiting this vulnerability can allow an attacker to cause a service failure...
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...
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...