Security Advisory

CVE-2023-52708

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2024-05-21 15:22:55
Last updated 2026-05-11 19:32:07
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: mmc: mmc_spi: fix error handling in mmc_spi_probe() If mmc_add_host() fails, it doesnt need to call mmc_remove_host(), or it will cause null-ptr-deref, because of deleting a not added device in mmc_remove_host(). To fix this, goto label fail_glue_init, if mmc_add_host() fails, and change the label fail_add_host to fail_gpiod_request.