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

5.5 · MEDIUM
Published Aug 19, 2025 linux EPSS 0.15% (5th pctl)

Overview

CVE-2025-38564 is a medium-severity vulnerability affecting linux linux_kernel. It was published on August 19, 2025 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. 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:

perf/core: Handle buffer mapping fail correctly in perf_mmap()

After successful allocation of a buffer or a successful attachment to an

existing buffer perf_mmap() tries to map the buffer read only into the page

table. If that fails, the already set up page table entries are zapped, but

the other perf specific side effects of that failure are not handled. The

calling code just cleans up the VMA and does not invoke perf_mmap_close().

This leaks reference counts, corrupts user->vm accounting and also results

in an unbalanced invocation of event::event_mapped().

Cure this by moving the event::event_mapped() invocation before the

map_range() call so that on map_range() failure perf_mmap_close() can be

invoked without causing an unbalanced event::event_unmapped() call.

perf_mmap_close() undoes the reference counts and eventually frees buffers.

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

Frequently Asked Questions

What is CVE-2025-38564?

CVE-2025-38564 is a medium-severity vulnerability affecting linux linux_kernel. It was published on August 19, 2025 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2025-38564?

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. 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-38564?

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

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