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

7.8 · HIGH
Published Jul 25, 2025 linux CWE-125 EPSS 0.16% (6th pctl)

Overview

CVE-2025-38447 is a high-severity vulnerability affecting linux linux_kernel. It was published on July 25, 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/rmap: fix potential out-of-bounds page table access during batched unmap

As pointed out by David[1], the batched unmap logic in

try_to_unmap_one() may read past the end of a PTE table when a large

folio's PTE mappings are not fully contained within a single page

table.

While this scenario might be rare, an issue triggerable from userspace

must be fixed regardless of its likelihood. This patch fixes the

out-of-bounds access by refactoring the logic into a new helper,

folio_unmap_pte_batch().

The new helper correctly calculates the safe batch size by capping the

scan at both the VMA and PMD boundaries. To simplify the code, it also

supports partial batching (i.e., any number of pages from 1 up to the

calculated safe maximum), as there is no strong reason to special-case

for fully mapped folios.

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.7 Affected

Frequently Asked Questions

What is CVE-2025-38447?

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

How severe is CVE-2025-38447?

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

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

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