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

7.5 · HIGH
Published May 9, 2025 linux EPSS 0.72% (51th pctl)

Overview

CVE-2025-37871 is a high-severity vulnerability affecting linux linux_kernel. It was published on May 9, 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: decrease sc_count directly if fail to queue dl_recall

A deadlock warning occurred when invoking nfs4_put_stid following a failed

dl_recall queue operation:

T1 T2

nfs4_laundromat

nfs4_get_client_reaplist

nfs4_anylock_blockers

__break_lease

spin_lock // ctx->flc_lock

spin_lock // clp->cl_lock

nfs4_lockowner_has_blockers

locks_owner_has_blockers

spin_lock // flctx->flc_lock

nfsd_break_deleg_cb

nfsd_break_one_deleg

nfs4_put_stid

refcount_dec_and_lock

spin_lock // clp->cl_lock

When a file is opened, an nfs4_delegation is allocated with sc_count

initialized to 1, and the file_lease holds a reference to the delegation.

The fi

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.12.23, < 6.12.25 Affected

Frequently Asked Questions

What is CVE-2025-37871?

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

How severe is CVE-2025-37871?

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

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

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