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

7.8 · HIGH
Published Aug 19, 2025 linux CWE-416 EPSS 0.16% (6th pctl)

Overview

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

mm: fix a UAF when vma->mm is freed after vma->vm_refcnt got dropped

By inducing delays in the right places, Jann Horn created a reproducer for

a hard to hit UAF issue that became possible after VMAs were allowed to be

recycled by adding SLAB_TYPESAFE_BY_RCU to their cache.

Race description is borrowed from Jann's discovery report:

lock_vma_under_rcu() looks up a VMA locklessly with mas_walk() under

rcu_read_lock(). At that point, the VMA may be concurrently freed, and it

can be recycled by another process. vma_start_read() then increments the

vma->vm_refcnt (if it is in an acceptable range), and if this succeeds,

vma_start_read() can return a recycled VMA.

In this scenario where the VMA has been recycled, lock_vma_under_rcu()

will then detect the mismatching ->vm_mm pointer and drop the VMA through

vma_end_read(), which calls vma_refcount_put(). vma_refcount_put() drops

the refcount and then calls rcuwait_wake_

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.15, < 6.15.10 Affected

Frequently Asked Questions

What is CVE-2025-38554?

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

How severe is CVE-2025-38554?

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

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

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