CVE-2026-53152
Gravedad CVSS v3.1:
MEDIA
Tipo:
CWE-476
Desreferencia a puntero nulo (NULL)
Fecha de publicación:
25/06/2026
Última modificación:
06/07/2026
Descripción
*** Pendiente de traducción *** 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.
Impacto
Puntuación base 3.x
5.50
Gravedad 3.x
MEDIA
Productos y versiones vulnerables
| CPE | Desde | Hasta |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.12.78 (incluyendo) | 6.12.94 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.18.19 (incluyendo) | 6.18.36 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (incluyendo) | 7.0.13 (excluyendo) |
| 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:*:*:*:*:*:* |
Para consultar la lista completa de nombres de CPE con productos y versiones, ver esta página



