Cyber Resilience

CVE-2025-21785

High

Published: 27 February 2025

Published
27 February 2025
Modified
03 November 2025
KEV Added
Patch
CVSS Score v3.1 7.8 CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0001 3.5th percentile
Risk Priority 16 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-21785 is a high-severity Out-of-bounds Write (CWE-787) vulnerability in Linux Linux Kernel. Its CVSS base score is 7.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked at the 3.5th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 RA-5 (Vulnerability Monitoring and Scanning) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2025-21785 is a vulnerability in the Linux kernel's arm64 cacheinfo subsystem that leads to an out-of-bounds write in the cacheinfo array. The issue arises during the loop that detects and populates cache information, which includes a bounds check on the array size but fails to account for cache levels with separate data and instruction caches. As a result, the index is not properly incremented for populated leaves, potentially allowing writes beyond the array bounds. The vulnerability is classified under CWE-787 (Out-of-bounds Write) with a CVSS v3.1 base score of 7.8.

A local attacker with low privileges (PR:L) can exploit this vulnerability with low complexity (AC:L) and no user interaction required (UI:N), requiring only local access (AV:L) to the system. Successful exploitation could result in high impacts on confidentiality, integrity, and availability (C:H/I:H/A:H), potentially enabling arbitrary code execution, data corruption, or system crashes due to the out-of-bounds write.

Mitigation involves applying the upstream patches referenced in the stable kernel repositories, such as commits 4371ac7b494e, 4ff25f0b18d1, 67b99a2b5811, 715eb1af64779, and 875d742cf532. These fixes resolve the issue by modifying the loop to increment the index for any populated leaf rather than any populated level, ensuring proper bounds handling for separate data and instruction caches. Security practitioners should update affected Linux kernels, particularly those using arm64 architectures, to the patched versions.

EU & UK References

Vulnerability details

In the Linux kernel, the following vulnerability has been resolved: arm64: cacheinfo: Avoid out-of-bounds write to cacheinfo array The loop that detects/populates cache information already has a bounds check on the array size but does not account for cache levels…

more

with separate data/instructions cache. Fix this by incrementing the index for any populated leaf (instead of any populated level).

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
Why these techniques?

Local kernel out-of-bounds write vulnerability enabling arbitrary code execution and privilege escalation from low-privileged local access.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2025-71137Same product: Linux Linux Kernel
CVE-2026-31772Same product: Linux Linux Kernel
CVE-2026-23378Same product: Linux Linux Kernel
CVE-2026-31494Same product: Linux Linux Kernel
CVE-2025-21735Same product: Linux Linux Kernel
CVE-2025-21650Same product: Linux Linux Kernel
CVE-2024-52319Same product: Linux Linux Kernel
CVE-2024-58003Same product: Linux Linux Kernel
CVE-2026-23343Same product: Linux Linux Kernel
CVE-2026-23092Same product: Linux Linux Kernel

Affected Assets

linux
linux kernel
6.14 · 4.0 — 6.1.129 · 6.2 — 6.6.79 · 6.7 — 6.12.16

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Timely flaw remediation directly prevents exploitation by requiring patching of the out-of-bounds write vulnerability in the Linux kernel's arm64 cacheinfo subsystem.

detect

Vulnerability monitoring and scanning identifies the presence of CVE-2025-21785 in deployed arm64 Linux kernels to enable remediation.

prevent

Memory protection safeguards like address space randomization and non-executable memory mitigate successful exploitation of the out-of-bounds write for code execution or corruption.

References