Missing Release of Resource after Effective Lifetime in Linux kernel - CVE-2026-64302
Published: July 27, 2026
Vulnerability details
The vulnerability allows a local user to cause a denial of service.
The vulnerability exists due to improper resource management in vmemmap page freeing in arch/x86/mm/init_64.c when freeing PMD-sized vmemmap pages. A local user can trigger freeing of affected vmemmap pages to cause a denial of service.
The issue can leak all but the first page of a PMD-sized vmemmap allocation because the pages are not compound pages.