1 matches found
CVE-2026-64228
The CVE-2026-64228 issue affects the Linux kernel in the net: ethtool: phy path. When a PHY driver is unbound via sysfs, phydev->drv can become NULL while the phy_device remains attached to its net_device. phy_remove() clears phydev->drv but does not call phy_detach(), leaving the phy_devic...