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

7.8 · HIGH
Published May 20, 2025 linux CWE-362 EPSS 0.14% (4th pctl)

Overview

CVE-2025-37988 is a high-severity vulnerability affecting linux linux_kernel. It was published on May 20, 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:

fix a couple of races in MNT_TREE_BENEATH handling by do_move_mount()

Normally do_lock_mount(path, _) is locking a mountpoint pinned by

*path and at the time when matching unlock_mount() unlocks that

location it is still pinned by the same thing.

Unfortunately, for 'beneath' case it's no longer that simple -

the object being locked is not the one *path points to. It's the

mountpoint of path->mnt. The thing is, without sufficient locking

->mnt_parent may change under us and none of the locks are held

at that point. The rules are

* mount_lock stabilizes m->mnt_parent for any mount m.

* namespace_sem stabilizes m->mnt_parent, provided that

m is mounted.

* if either of the above holds and refcount of m is positive,

we are guaranteed the same for refcount of m->mnt_parent.

namespace_sem nests inside inode_lock(), so do_lock_mount() has

to take inode_lock() before grabbing namespace_sem. It does

recheck that path-

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.5, < 6.6.89 Affected

Frequently Asked Questions

What is CVE-2025-37988?

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

How severe is CVE-2025-37988?

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

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

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