Improper resource shutdown or release in Linux kernel - CVE-2026-53342
Published: July 2, 2026
Linux kernel
Detailed vulnerability description
The vulnerability allows a local user to cause a denial of service.
The vulnerability exists due to improper resource shutdown in free_hotplug_pgtable_page() when freeing hot-removed page tables. A local user can trigger memory hot-remove operations to cause a denial of service.
With DEBUG_VM enabled, the issue can trigger a bad page state warning. If ALLOC_SPLIT_PTLOCKS is defined, it can also leak page table lock allocations and corrupt NR_PAGETABLE accounting.