CVE-2026-64228
Gravedad CVSS v3.1:
MEDIA
Tipo:
CWE-476
Desreferencia a puntero nulo (NULL)
Fecha de publicación:
24/07/2026
Última modificación:
13/08/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
net: ethtool: phy: avoid NULL deref when PHY driver is unbound<br />
<br />
phydev->drv can become NULL while the phy_device is still attached to<br />
its net_device, namely after the PHY driver is unbound via sysfs:<br />
<br />
echo > /sys/bus/mdio_bus/drivers//unbind<br />
<br />
phy_remove() clears phydev->drv but doesn&#39;t call phy_detach(), so the<br />
phy_device stays in the link topology xarray and ethnl_req_get_phydev()<br />
still hands it back. ETHTOOL_MSG_PHY_GET then oopses on:<br />
<br />
rep_data->drvname = kstrdup(phydev->drv->name, GFP_KERNEL);<br />
<br />
drvname is already treated as optional by phy_reply_size(),<br />
phy_fill_reply() and phy_cleanup_data(), so just skip the allocation<br />
when there is no driver bound.
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.16 (incluyendo) | 6.18.34 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (incluyendo) | 7.0.11 (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:*:*:*:*:*:* |
Para consultar la lista completa de nombres de CPE con productos y versiones, ver esta página



