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

7.0 · HIGH
Published Apr 1, 2025 linux EPSS 0.20% (10th pctl)

Overview

CVE-2025-21932 is a high-severity vulnerability affecting linux linux_kernel. It was published on April 1, 2025 and has a CVSS 3.1 base score of 7.0 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.0, 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: abort vma_modify() on merge out of memory failure

The remainder of vma_modify() relies upon the vmg state remaining pristine

after a merge attempt.

Usually this is the case, however in the one edge case scenario of a merge

attempt failing not due to the specified range being unmergeable, but

rather due to an out of memory error arising when attempting to commit the

merge, this assumption becomes untrue.

This results in vmg->start, end being modified, and thus the proceeding

attempts to split the VMA will be done with invalid start/end values.

Thankfully, it is likely practically impossible for us to hit this in

reality, as it would require a maple tree node pre-allocation failure that

would likely never happen due to it being 'too small to fail', i.e. the

kernel would simply keep retrying reclaim until it succeeded.

However, this scenario remains theoretically possible, and what we are

doing here is wrong so

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.12, < 6.12.19 Affected

Frequently Asked Questions

What is CVE-2025-21932?

CVE-2025-21932 is a high-severity vulnerability affecting linux linux_kernel. It was published on April 1, 2025 and has a CVSS 3.1 base score of 7.0 (HIGH).

How severe is CVE-2025-21932?

This vulnerability has a CVSS 3.1 base score of 7.0, 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-21932?

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

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