Linux Kernel Page Table Management Vulnerability in Arm64 Architecture

Vulnerability

A vulnerability in the Linux kernel's memory management for the arm64 architecture has been addressed. The issue arose from an incorrect handling of the file_map_count for non-leaf page middle directory (pmd) and page upper directory (pud) entries. This mismanagement triggered an unexpected kernel BUG when collapsing huge pages, leading to a crash. The root cause was that the pmd_user_accessible_page function did not verify if a pmd was a leaf, causing it to improperly decrease the file_map_count for non-leaf pmds. The vulnerability has been fixed by ensuring that the pmd and pud user accessibility checks only apply to leaf entries.

Impact

The vulnerability could cause a kernel crash due to an unhandled BUG condition, disrupting system operations and potentially leading to a denial of service.

Added: Jun 9, 2025, 7:46 PM
Updated: Jun 9, 2025, 7:46 PM

Vulnerability Rating

Custom Algorithm
spread
9.0
impact
2.5
exploitability
4.0
remediation
0.0
relevance
0.0
threat
3.2
urgency
2.9
incentive
1.7

Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.