CVE-2025-38537
Last modified
CVE-2025-38537 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: net: phy: Don't register LEDs for genphy If a PHY has no driver, the genphy driver is probed/removed directly in phy_attach/detach. If the PHY's ofnode has an "leds" subnode, then the LEDs will be (un)registered when probing/removing the genphy driver. This could occur if the leds are for a non-generic driver that isn't loaded for whatever reason. EPSS estimates a 0.14% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: net: phy: Don't register LEDs for genphy If a PHY has no driver, the genphy driver is probed/removed directly in phy_attach/detach. If the PHY's ofnode has an "leds" subnode, then the LEDs will be (un)registered when probing/removing the genphy driver. This could occur if the leds are for a non-generic driver that isn't loaded for whatever reason. Synchronously removing the PHY device in phy_detach leads to the following deadlock: rtnl_lock() ndo_close() ... phy_detach() phy_remove() phy_leds_unregister() led_classdev_unregister() led_trigger_set() netdev_trigger_deactivate() unregister_netdevice_notifier() rtnl_lock() There is a corresponding deadlock on the open/register side of things (and that one is reported by lockdep), but it requires a race while this one is deterministic. Generic PHYs do not support LEDs anyway, so don't bother registering them.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 6.4, < 6.6.100 | — |
| Linux | Linux Kernel | >= 6.7, < 6.12.40 | — |
| Linux | Linux Kernel | >= 6.13, < 6.15.8 | — |
| Linux | Linux Kernel | 6.16 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2025-38537?
How severe is CVE-2025-38537?
How do I fix CVE-2025-38537?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2025
- CVE-2025-38531In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-38532In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-38533In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-38534In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-38535In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-38536In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-38538In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-38539In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-3854A vulnerability, which was classified as critical, was found…8.6
- CVE-2025-38540In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-38541In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-38542In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2025-38537?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
