
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2025-39915 is an improper locking vulnerability in the Linux kernel's PHY/phylink subsystem that can cause a system hang or deadlock. The flaw arises from a circular locking dependency (AB/BA) between &pl->state_mutex and &phy->lock introduced by the phy_config_inband() function. It affects Linux kernel versions from 6.14 up to (but not including) 6.16.8, as well as release candidates 6.17-rc1 through 6.17-rc5. It was published on October 1, 2025, and carries a CVSS v3.1 base score of 5.5 (Medium) (Feedly).
The root cause is classified as CWE-667 (Improper Locking). The phy_config_inband() function, introduced into the phylink code path, acquires &pl->phydev->lock while &pl->state_mutex is already held (via phylink_resolve() → phylink_major_config()). This is the reverse of the established lock ordering used everywhere else in phylink, where &phydev->lock is acquired first and &pl->state_mutex second (as seen in phylink_bringup_phy() and phylink_phy_change()). The fix transfers locking responsibility for phy_config_inband() to phylink so that the correct lock order is consistently enforced (Feedly, Kernel Patch 1, Kernel Patch 2).
Successful exploitation of this vulnerability can cause a kernel deadlock, resulting in a complete loss of availability for the affected system (denial of service). Because the flaw is in the networking PHY subsystem, it could render network interfaces unresponsive or cause the entire system to hang, requiring a reboot. There is no confidentiality or integrity impact; the vulnerability is limited to availability (Feedly).
There is no known public proof-of-concept exploit or evidence of in-the-wild exploitation for CVE-2025-39915. The vulnerability requires local access with low privileges to trigger, limiting its attack surface. The EPSS score is approximately 0.018% (0.000180), indicating a very low probability of exploitation in the near term. It is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog (Feedly).
The Linux kernel maintainers have released patches addressing this vulnerability. Users should upgrade to Linux kernel version 6.16.8 or later, or apply the stable-tree commits 052ac41c379c8b87629808be612a482b2d0ae283 and e2a10daba84968f6b5777d150985fd7d6abc9c84. Linux distribution vendors (e.g., Red Hat, Ubuntu, SUSE) are expected to backport these fixes into their supported kernel packages. No configuration-based workaround is known; patching is the recommended remediation (Kernel Patch 1, Kernel Patch 2).
Fix availability across major Linux distributions and their releases.
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."