CVE-2022-50267
Severity CVSS v4.0:
Pending analysis
Type:
CWE-476
NULL Pointer Dereference
Publication date:
15/09/2025
Last modified:
03/12/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
mmc: rtsx_pci: fix return value check of mmc_add_host()<br />
<br />
mmc_add_host() may return error, if we ignore its return value, the memory<br />
that allocated in mmc_alloc_host() will be leaked and it will lead a kernel<br />
crash because of deleting not added device in the remove path.<br />
<br />
So fix this by checking the return value and calling mmc_free_host() in the<br />
error path, beside, runtime PM also needs be disabled.
Impact
Base Score 3.x
5.50
Severity 3.x
MEDIUM
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 3.8 (including) | 5.15.86 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.16 (including) | 6.0.16 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.1 (including) | 6.1.2 (excluding) |
To consult the complete list of CPE names with products and versions, see this page



