๐Ÿ” CVE Alert

CVE-2025-39805

UNKNOWN 0.0

net: macb: fix unregister_netdev call order in macb_remove()

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

In the Linux kernel, the following vulnerability has been resolved: net: macb: fix unregister_netdev call order in macb_remove() When removing a macb device, the driver calls phy_exit() before unregister_netdev(). This leads to a WARN from kernfs: ------------[ cut here ]------------ kernfs: can not remove 'attached_dev', no directory WARNING: CPU: 1 PID: 27146 at fs/kernfs/dir.c:1683 Call trace: kernfs_remove_by_name_ns+0xd8/0xf0 sysfs_remove_link+0x24/0x58 phy_detach+0x5c/0x168 phy_disconnect+0x4c/0x70 phylink_disconnect_phy+0x6c/0xc0 [phylink] macb_close+0x6c/0x170 [macb] ... macb_remove+0x60/0x168 [macb] platform_remove+0x5c/0x80 ... The warning happens because the PHY is being exited while the netdev is still registered. The correct order is to unregister the netdev before shutting down the PHY and cleaning up the MDIO bus. Fix this by moving unregister_netdev() ahead of phy_exit() in macb_remove().

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published Sep 16, 2025
Last Updated May 11, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new unknown vulnerabilities affecting linux linux are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

Linux / Linux
8b73fa3ae02b2401960de41b0454c0321377b203 < 7351782f2fc8ac31ced52e3d4e6fa120f819a7ab 8b73fa3ae02b2401960de41b0454c0321377b203 < 2b9719ccad38dffad7dbdd2f39896f723f9b9011 8b73fa3ae02b2401960de41b0454c0321377b203 < ff0d3bad32108b57265e5b48f15327549af771d3 8b73fa3ae02b2401960de41b0454c0321377b203 < 775fe690fd4a3337ad2115de2adb41b227d4dae7 8b73fa3ae02b2401960de41b0454c0321377b203 < 01b9128c5db1b470575d07b05b67ffa3cb02ebf1
Linux / Linux
5.18

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/7351782f2fc8ac31ced52e3d4e6fa120f819a7ab git.kernel.org: https://git.kernel.org/stable/c/2b9719ccad38dffad7dbdd2f39896f723f9b9011 git.kernel.org: https://git.kernel.org/stable/c/ff0d3bad32108b57265e5b48f15327549af771d3 git.kernel.org: https://git.kernel.org/stable/c/775fe690fd4a3337ad2115de2adb41b227d4dae7 git.kernel.org: https://git.kernel.org/stable/c/01b9128c5db1b470575d07b05b67ffa3cb02ebf1