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

7.8 · HIGH
Published Sep 4, 2025 linux EPSS 0.17% (6th pctl)

Overview

CVE-2025-38704 is a high-severity vulnerability affecting linux linux_kernel. It was published on September 4, 2025 and has a CVSS 3.1 base score of 7.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.8, 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:

rcu/nocb: Fix possible invalid rdp's->nocb_cb_kthread pointer access

In the preparation stage of CPU online, if the corresponding

the rdp's->nocb_cb_kthread does not exist, will be created,

there is a situation where the rdp's rcuop kthreads creation fails,

and then de-offload this CPU's rdp, does not assign this CPU's

rdp->nocb_cb_kthread pointer, but this rdp's->nocb_gp_rdp and

rdp's->rdp_gp->nocb_gp_kthread is still valid.

This will cause the subsequent re-offload operation of this offline

CPU, which will pass the conditional check and the kthread_unpark()

will access invalid rdp's->nocb_cb_kthread pointer.

This commit therefore use rdp's->nocb_gp_kthread instead of

rdp_gp's->nocb_gp_kthread for safety check.

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.12.43 Affected

Frequently Asked Questions

What is CVE-2025-38704?

CVE-2025-38704 is a high-severity vulnerability affecting linux linux_kernel. It was published on September 4, 2025 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2025-38704?

This vulnerability has a CVSS 3.1 base score of 7.8, 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-38704?

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

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