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

7.8 · HIGH
Published Jul 25, 2025 linux EPSS 0.18% (8th pctl)

Overview

CVE-2025-38424 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:

perf: Fix sample vs do_exit()

Baisheng Gao reported an ARM64 crash, which Mark decoded as being a

synchronous external abort -- most likely due to trying to access

MMIO in bad ways.

The crash further shows perf trying to do a user stack sample while in

exit_mmap()'s tlb_finish_mmu() -- i.e. while tearing down the address

space it is trying to access.

It turns out that we stop perf after we tear down the userspace mm; a

receipie for disaster, since perf likes to access userspace for

various reasons.

Flip this order by moving up where we stop perf in do_exit().

Additionally, harden PERF_SAMPLE_CALLCHAIN and PERF_SAMPLE_STACK_USER

to abort when the current task does not have an mm (exit_mm() makes

sure to set current->mm = NULL; before commencing with the actual

teardown). Such that CPU wide events don't trip on this same problem.

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 >= 3.7, < 5.4.295 Affected

Frequently Asked Questions

What is CVE-2025-38424?

CVE-2025-38424 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-38424?

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

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

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