Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2025-39905

7.0 · HIGH
Published Oct 1, 2025 linux CWE-362 EPSS 0.10% (1th pctl)

Overview

CVE-2025-39905 is a high-severity vulnerability affecting linux linux_kernel. It was published on October 1, 2025 and has a CVSS 3.1 base score of 7.0 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.0, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

In the Linux kernel, the following vulnerability has been resolved:

net: phylink: add lock for serializing concurrent pl->phydev writes with resolver

Currently phylink_resolve() protects itself against concurrent

phylink_bringup_phy() or phylink_disconnect_phy() calls which modify

pl->phydev by relying on pl->state_mutex.

The problem is that in phylink_resolve(), pl->state_mutex is in a lock

inversion state with pl->phydev->lock. So pl->phydev->lock needs to be

acquired prior to pl->state_mutex. But that requires dereferencing

pl->phydev in the first place, and without pl->state_mutex, that is

racy.

Hence the reason for the extra lock. Currently it is redundant, but it

will serve a functional purpose once mutex_lock(&phy->lock) will be

moved outside of the mutex_lock(&pl->state_mutex) section.

Another alternative considered would have been to let phylink_resolve()

acquire the rtnl_mutex, which is also held when phylink_bringup_phy()

and phylink_disconnect_phy() are called. But sin

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 0, < 6.16.8 Affected

Frequently Asked Questions

What is CVE-2025-39905?

CVE-2025-39905 is a high-severity vulnerability affecting linux linux_kernel. It was published on October 1, 2025 and has a CVSS 3.1 base score of 7.0 (HIGH).

How severe is CVE-2025-39905?

This vulnerability has a CVSS 3.1 base score of 7.0, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2025-39905?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2025-39905?

CyberStrike's AI-powered security agents can automatically detect CVE-2025-39905 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.