
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2023-54204 is a vulnerability in the Linux kernel's MMC (MultiMediaCard) subsystem, specifically in the Sunplus MMC driver (mmc: sunplus). The flaw arises from the driver failing to check the return value of mmc_add_host(), which can lead to memory leaks and null pointer dereferences. It was published on December 30, 2025, and affects Linux kernel versions prior to the patched commits in the 6.4.x and 6.5 stable series. The CVSS estimate is Medium severity with an EPSS score of approximately 0.024% (Feedly, ENISA EUVD).
The root cause is an unchecked return value (CWE-252) in the spmmc_drv_probe() function of the Linux kernel's Sunplus MMC driver. When mmc_add_host() fails and its error code is ignored, two issues arise: (1) memory allocated by mmc_alloc_host() is leaked, and (2) a subsequent call to mmc_remove_host() in the spmmc_drv_remove() function dereferences a null or invalid pointer because the device was never successfully added. The fix involves properly checking the return value of mmc_add_host() and correcting the error-handling path in spmmc_drv_probe() to perform appropriate cleanup (Feedly, ENISA EUVD).
Exploitation of this vulnerability could result in a kernel memory leak or a null pointer dereference, potentially causing a kernel panic (denial of service) on affected systems. The impact is limited to systems using the Sunplus MMC controller hardware (e.g., embedded or SoC-based Linux systems with Sunplus chipsets). There is no known path to privilege escalation, remote code execution, or data exfiltration from this vulnerability (Feedly).
The vulnerability is fixed in Linux kernel stable commits 741a951f41929f39cae70c66d86d0754d3129d0a (for the 6.5 series) and dce6d8f985fa1ef5c2af47f4f86ea65511b78656 (for the 6.4.x series, patched at 6.4.12). Users should update to a patched kernel version. For systems where updating is not immediately possible, disabling or not loading the spmmc driver module (if the hardware is not in use) can reduce exposure (ENISA EUVD, Kernel Commit 6.5, Kernel Commit 6.4).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."