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

7.1 · HIGH
Published Sep 5, 2025 linux CWE-787 EPSS 0.23% (13th pctl)

Overview

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

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

netfs: Fix unbuffered write error handling

If all the subrequests in an unbuffered write stream fail, the subrequest

collector doesn't update the stream->transferred value and it retains its

initial LONG_MAX value. Unfortunately, if all active streams fail, then we

take the smallest value of { LONG_MAX, LONG_MAX, ... } as the value to set

in wreq->transferred - which is then returned from ->write_iter().

LONG_MAX was chosen as the initial value so that all the streams can be

quickly assessed by taking the smallest value of all stream->transferred -

but this only works if we've set any of them.

Fix this by adding a flag to indicate whether the value in

stream->transferred is valid and checking that when we integrate the

values. stream->transferred can then be initialised to zero.

This was found by running the generic/750 xfstest against cifs with

cache=none. It splices data to the target file. Once (if) it has

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 >= 6.10, < 6.12.44 Affected

Frequently Asked Questions

What is CVE-2025-39723?

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

How severe is CVE-2025-39723?

This vulnerability has a CVSS 3.1 base score of 7.1, rated HIGH. 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-39723?

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

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