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-39925

5.5 · MEDIUM
Published Oct 1, 2025 linux EPSS 0.15% (4th pctl)

Overview

CVE-2025-39925 is a medium-severity vulnerability affecting linux linux_kernel. It was published on October 1, 2025 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. 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:

can: j1939: implement NETDEV_UNREGISTER notification handler

syzbot is reporting

unregister_netdevice: waiting for vcan0 to become free. Usage count = 2

problem, for j1939 protocol did not have NETDEV_UNREGISTER notification

handler for undoing changes made by j1939_sk_bind().

Commit 25fe97cb7620 ("can: j1939: move j1939_priv_put() into sk_destruct

callback") expects that a call to j1939_priv_put() can be unconditionally

delayed until j1939_sk_sock_destruct() is called. But we need to call

j1939_priv_put() against an extra ref held by j1939_sk_bind() call

(as a part of undoing changes made by j1939_sk_bind()) as soon as

NETDEV_UNREGISTER notification fires (i.e. before j1939_sk_sock_destruct()

is called via j1939_sk_release()). Otherwise, the extra ref on "struct

j1939_priv" held by j1939_sk_bind() call prevents "struct net_device" from

dropping the usage count to 1; making it impossible for

unregister_netdevice

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 >= 5.4, < 6.16.8 Affected

Frequently Asked Questions

What is CVE-2025-39925?

CVE-2025-39925 is a medium-severity vulnerability affecting linux linux_kernel. It was published on October 1, 2025 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2025-39925?

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. 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-39925?

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-39925?

CyberStrike's AI-powered security agents can automatically detect CVE-2025-39925 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.