Out-of-bounds write in Linux kernel - CVE-2026-45990
Published: May 28, 2026
Linux kernel
Detailed vulnerability description
The vulnerability allows a local user to cause a denial of service.
The vulnerability exists due to an out-of-bounds write in krealloc() and kvrealloc() fallback paths when shrinking an object while forcing a new alignment or NUMA migration. A local user can trigger a reallocation with crafted size and alignment parameters to cause a denial of service.
The issue can also result in zero-byte copying during NUMA migration in the reallocation path.