NONE · 0

CVE-2023-54204

In the Linux kernel, the following vulnerability has been resolved: mmc: sunplus: fix return value check of mmc_add_host() mmc_add_host() may return error, if we ignore its return value, 1. the memo...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: mmc: sunplus: fix return value check of mmc_add_host() mmc_add_host() may return error, if we ignore its return value, 1. the memory allocated in mmc_alloc_host() will be leaked 2. null-ptr-deref will happen when calling mmc_remove_host() in remove function spmmc_drv_remove() because deleting not added device. Fix this by checking the return value of mmc_add_host(). Moreover, I fixed the error handling path of spmmc_drv_probe() to clean up.

References

FAQ

What is CVE-2023-54204?

CVE-2023-54204 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: mmc: sunplus: fix return value check of mmc_add_host() mmc_add_host() may return error, if we ignore its return value, 1. the memo...

How severe is CVE-2023-54204?

CVSS scoring is not yet available for CVE-2023-54204. Check NVD for updates.

Is there a patch for CVE-2023-54204?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.