First published: Thu Feb 27 2025(Updated: )
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 with separate data/instructions cache. Fix this by incrementing the index for any populated leaf (instead of any populated level).
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | ||
>=4.0<6.1.129 | ||
>=6.2<6.6.79 | ||
>=6.7<6.12.16 | ||
>=6.13<6.13.4 | ||
=6.14-rc1 | ||
=6.14-rc2 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2025-21785 is classified with a high severity level due to the risk of out-of-bounds writes that could potentially lead to memory corruption.
To fix CVE-2025-21785, update to the latest patched version of the Linux kernel provided by your operating system vendor.
CVE-2025-21785 affects certain versions of the Linux kernel where cache information processing does not properly validate bounds.
Exploitation of CVE-2025-21785 typically requires local access to the system, making remote exploitation unlikely.
If left unpatched, CVE-2025-21785 could lead to system instability, data corruption, or unauthorized access to system resources.