In the Linux kernel, the following vulnerability has been resolved:
mmc: rtsx_usb_sdmmc: fix return value check of mmc_add_host()
mmc_add_host() may return error, if we ignore its return value, the memory
that allocated in mmc_alloc_host() will be leaked and it will lead a kernel
crash because of deleting not added device in the remove path.
So fix this by checking the return value and calling mmc_free_host() in the
error path, besides, led_classdev_unregister() and pm_runtime_disable() also
need be called.
References
Configurations
Configuration 1 (hide)
|
History
01 Dec 2025, 21:58
| Type | Values Removed | Values Added |
|---|---|---|
| First Time |
Linux linux Kernel
Linux |
|
| CWE | CWE-476 | |
| CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | |
| References | () https://git.kernel.org/stable/c/1491667d5450778a265eddddd294219acfd648cb - Patch | |
| References | () https://git.kernel.org/stable/c/7fa922c7a3dd623fd59f1af50e8896fd9ca7f654 - Patch | |
| References | () https://git.kernel.org/stable/c/89303ddbb502c3bc8edbf864f9f85500c8fe07e9 - Patch | |
| References | () https://git.kernel.org/stable/c/937112e991ed25d1727d878734adcbef3b900274 - Patch | |
| References | () https://git.kernel.org/stable/c/a522e26a20a43dcfbef9ee9f71ed803290e852b0 - Patch | |
| References | () https://git.kernel.org/stable/c/d7ad7278be401b09c9f9a9f522cf4c449c7fd489 - Patch | |
| References | () https://git.kernel.org/stable/c/df683201c7ffbd21a806a7cad657b661c5ebfb6f - Patch | |
| References | () https://git.kernel.org/stable/c/e598c9683fe1cf97c2b11b800cc3cee072108220 - Patch | |
| References | () https://git.kernel.org/stable/c/fc38a5a10e9e5a75eb9189854abeb8405b214cc9 - Patch | |
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
Information
Published : 2025-09-16 17:15
Updated : 2025-12-01 21:58
NVD link : CVE-2022-50347
Mitre link : CVE-2022-50347
CVE.ORG link : CVE-2022-50347
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-476
NULL Pointer Dereference
