Memory Leak in Linux Kernel Affecting rtsx_usb_sdmmc Devices
CVE-2022-50347

Currently unrated

Key Information:

Vendor

Linux

Status
Vendor
CVE Published:
16 September 2025

What is CVE-2022-50347?

A vulnerability in the Linux kernel's management of rtsx_usb_sdmmc devices could lead to memory leaks and potential kernel crashes. The issue arises when the return value of mmc_add_host() is ignored, preventing proper error handling during device addition. This oversight can result in the allocation of memory via mmc_alloc_host() without subsequent deallocation, ultimately causing instability in the system. Proper error handling measures, such as checking return values and freeing allocated memory using mmc_free_host(), are essential in mitigating this risk.

Affected Version(s)

Linux c7f6558d84afe60016b8103c0737df6e376a1c2d

Linux c7f6558d84afe60016b8103c0737df6e376a1c2d

Linux c7f6558d84afe60016b8103c0737df6e376a1c2d < 89303ddbb502c3bc8edbf864f9f85500c8fe07e9

References

Timeline

  • Vulnerability published

  • Vulnerability Reserved

.
CVE-2022-50347 : Memory Leak in Linux Kernel Affecting rtsx_usb_sdmmc Devices