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

9.8 · CRITICAL
Published Sep 5, 2025 linux CWE-362 EPSS 0.30% (22th pctl)

Overview

CVE-2025-39673 is a critical-severity vulnerability affecting linux linux_kernel. It was published on September 5, 2025 and has a CVSS 3.1 base score of 9.8 (CRITICAL).

This vulnerability has a CVSS 3.1 base score of 9.8, rated CRITICAL. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical Description

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

ppp: fix race conditions in ppp_fill_forward_path

ppp_fill_forward_path() has two race conditions:

1. The ppp->channels list can change between list_empty() and

list_first_entry(), as ppp_lock() is not held. If the only channel

is deleted in ppp_disconnect_channel(), list_first_entry() may

access an empty head or a freed entry, and trigger a panic.

2. pch->chan can be NULL. When ppp_unregister_channel() is called,

pch->chan is set to NULL before pch is removed from ppp->channels.

Fix these by using a lockless RCU approach:

- Use list_first_or_null_rcu() to safely test and access the first list

entry.

- Convert list modifications on ppp->channels to their RCU variants and

add synchronize_net() after removal.

- Check for a NULL pch->chan before dereferencing it.

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.13, < 5.15.190 Affected

Frequently Asked Questions

What is CVE-2025-39673?

CVE-2025-39673 is a critical-severity vulnerability affecting linux linux_kernel. It was published on September 5, 2025 and has a CVSS 3.1 base score of 9.8 (CRITICAL).

How severe is CVE-2025-39673?

This vulnerability has a CVSS 3.1 base score of 9.8, rated CRITICAL. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

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

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

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