3 matches found
CVE-2026-80718
In the Linux kernel, the following vulnerability has been resolved: mm/percpu-km: fix bitmap overflow and accounting in pcpucreatechunk In pcpucreatechunk, nrpages is the total contiguous backing allocation, i.e., nrunits pcpuunitpages, but pcpuchunkpopulated uses it to set chunk-populated, whose...
EUVD-2026-67453
In the Linux kernel, the following vulnerability has been resolved: mm/percpu-km: fix bitmap overflow and accounting in pcpucreatechunk In pcpucreatechunk, nrpages is the total contiguous backing allocation, i.e., nrunits pcpuunitpages, but pcpuchunkpopulated uses it to set chunk-populated, whose...
CVE-2026-80718
CVE-2026-80718 affects the Linux kernel's mm/percpu-km subsystem. In pcpu_create_chunk(), the variable nr_pages represents the total contiguous backing allocation (nr_units * pcpu_unit_pages), but it was incorrectly used to set the chunk->populated bitmap, which is sized only to pcpu_unit_page...