Out-of-bounds write in Linux kernel - CVE-2026-45853
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 memory corruption in amdgpu_gmc_get_nps_memranges() when freeing memory allocated by amdgpu_discovery_get_nps_info(). A local user can trigger the vulnerable code path to cause a denial of service.
The issue occurs because memory allocated with kvcalloc() may be backed by vmalloc() for large allocations.