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

7.5 · HIGH
Published Apr 18, 2025 linux EPSS 0.58% (45th pctl)

Overview

CVE-2025-39688 is a high-severity vulnerability affecting linux linux_kernel. It was published on April 18, 2025 and has a CVSS 3.1 base score of 7.5 (HIGH).

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

nfsd: allow SC_STATUS_FREEABLE when searching via nfs4_lookup_stateid()

The pynfs DELEG8 test fails when run against nfsd. It acquires a

delegation and then lets the lease time out. It then tries to use the

deleg stateid and expects to see NFS4ERR_DELEG_REVOKED, but it gets

bad NFS4ERR_BAD_STATEID instead.

When a delegation is revoked, it's initially marked with

SC_STATUS_REVOKED, or SC_STATUS_ADMIN_REVOKED and later, it's marked

with the SC_STATUS_FREEABLE flag, which denotes that it is waiting for

s FREE_STATEID call.

nfs4_lookup_stateid() accepts a statusmask that includes the status

flags that a found stateid is allowed to have. Currently, that mask

never includes SC_STATUS_FREEABLE, which means that revoked delegations

are (almost) never found.

Add SC_STATUS_FREEABLE to the always-allowed status flags, and remove it

from nfsd4_delegreturn() since it's now always implied.

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.11.6, < 6.12 Affected

Frequently Asked Questions

What is CVE-2025-39688?

CVE-2025-39688 is a high-severity vulnerability affecting linux linux_kernel. It was published on April 18, 2025 and has a CVSS 3.1 base score of 7.5 (HIGH).

How severe is CVE-2025-39688?

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

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

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