Improper input validation in Linux kernel - CVE-2026-64167
Published: July 20, 2026
Linux kernel
Detailed vulnerability description
The vulnerability allows a local user to cause a denial of service.
The vulnerability exists due to improper input validation in kho_fill_kimage() when preparing a crash kernel kexec image. A local user can load a crash kernel image to cause a denial of service.
The issue occurs because KHO metadata may be populated outside the small reserved crash kernel memory region, leading to a fault during kho_memory_init().