In the Linux kernel, the following vulnerability has been resolved:
net: ethtool: phy: avoid NULL deref when PHY driver is unbound
phydev->drv can become NULL while the phy_device is still attached to its net_device, namely after the PHY driver is unbound via sysfs:
echo <mdio_id> > /sys/bus/mdio_bus/drivers/<phy_drv>/unbind
phy_remove() clears phydev->drv but doesn't call phy_detach(), so the phy_device stays in the link topology xarray and ethnl_req_get_phydev() still hands it back. ETHTOOL_MSG_PHY_GET then oopses on:
rep_data->drvname = kstrdup(phydev->drv->name, GFP_KERNEL);
drvname is already treated as optional by phy_reply_size(), phy_fill_reply() and phy_cleanup_data(), so just skip the allocation when there is no driver bound.
CVSS Details
- CVSS 3.1 Base Score: 5.5
- CVSS 3.1 Vector: (CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H)
Covered by Rapid7
| Product | Vendor Advisory | Solution File | Added | Published |
|---|---|---|---|---|
| Amazon_linux_2023 | — | Upgrade kernel6.18-modules-extraUpgrade kernel6.18-toolsUpgrade kernel6.18-debuginfoUpgrade kernel6.18-debuginfo-common-aarch64Upgrade kernel6.18-headersUpgrade bpftool6.18-debuginfoUpgrade perf6.18-debuginfoUpgrade kernel6.18-modules-extra-commonUpgrade kernel-livepatch-6.18.35-68.127Upgrade perf6.18Upgrade kernel6.18-debuginfo-common-x86_64Upgrade kernel6.18Upgrade bpftool6.18Upgrade python3-perf6.18Upgrade kernel6.18-develUpgrade microvm-kernel6.18Upgrade kernel6.18-tools-develUpgrade kernel6.18-tools-debuginfoUpgrade python3-perf6.18-debuginfo | Aug 18, 2026 | Jul 24, 2026 |
| Ubuntu | — | Upgrade linux-image-gcp-64k-7.0Upgrade linux-image-7.0.0-1015-raspiUpgrade linux-image-nvidia-64kUpgrade linux-image-nvidia-bos-64kUpgrade linux-image-nvidia-64k-7.0Upgrade linux-image-nvidia-64k-hwe-26.04Upgrade linux-image-nvidia-7.0Upgrade linux-image-7.0.0-1016-nvidia-64kUpgrade linux-image-nvidiaUpgrade linux-image-7.0.0-1009-aws-64kUpgrade linux-image-nvidia-hwe-26.04Upgrade linux-image-aws-7.0Upgrade linux-image-nvidia-bos-64k-7.0Upgrade linux-image-nvidia-bos-7.0Upgrade linux-image-raspiUpgrade linux-image-aws-64k-7.0Upgrade linux-image-7.0.0-1009-awsUpgrade linux-image-gcp-64kUpgrade linux-image-nvidia-bosUpgrade linux-image-7.0.0-2016-nvidia-bosUpgrade linux-image-raspi-realtime-7.0Upgrade linux-image-7.0.0-1011-gcp-64kUpgrade linux-image-7.0.0-1016-nvidiaUpgrade linux-image-7.0.0-1015-raspi-realtimeUpgrade linux-image-gcp-7.0Upgrade linux-image-awsUpgrade linux-image-7.0.0-2016-nvidia-bos-64kUpgrade linux-image-aws-64kUpgrade linux-image-7.0.0-1011-gcpUpgrade linux-image-gcpUpgrade linux-image-raspi-7.0Upgrade linux-image-raspi-realtime | Jul 28, 2026 | Jul 28, 2026 |
Prioritise with Active Threat Intelligence
With curated Threat Intelligence, you can see which vulnerabilities truly put you at risk, prioritize what matters most, and act before attackers do.
Explore Intelligence Hub