CVE-2026-53152
Severity CVSS v4.0:
Pending analysis
Type:
CWE-476
NULL Pointer Dereference
Publication date:
25/06/2026
Last modified:
06/07/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
mmc: dw_mmc-rockchip: Add missing private data for very old controllers<br />
<br />
The really old controllers (rk2928, rk3066, rk3188) do not support UHS<br />
speeds at all, and thus never handled phase data.<br />
<br />
For that reason it never had a parse_dt callback and no driver private<br />
data at all.<br />
<br />
Commit ff6f0286c896 ("mmc: dw_mmc-rockchip: Add memory clock auto-gating<br />
support") makes the private data sort of mandatory, because the init<br />
function checks whether phases are configured internally or through the<br />
clock controller.<br />
<br />
This results in the old SoCs then experiencing NULL-pointer dereferences<br />
when they try to access that private-data struct.<br />
<br />
While we could have if (priv) conditionals in all places, it&#39;s way less<br />
cluttery to just give the old types their private-data struct.
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:*:*:*:*:*:*:*:* | 6.12.78 (including) | 6.12.94 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.18.19 (including) | 6.18.36 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (including) | 7.0.13 (excluding) |
| cpe:2.3:o:linux:linux_kernel:7.1:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.1:rc2:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.1:rc3:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.1:rc4:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.1:rc5:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.1:rc6:*:*:*:*:*:* |
To consult the complete list of CPE names with products and versions, see this page



