2 matches found
CVE-2026-64302
Summary: CVE-2026-64302 affects the Linux kernel in the x86 memory management code. The root issue is that pagetable_free() was used to free PMD-sized vmemmap pages, but vmemmap pages are not page tables, causing only the first page to be freed and leaking the rest. This was triggered by a commit...