CVE-2026-46279
Linux Linux, linux kernel
In the Linux kernel, the following vulnerability has been resolved: mm/alloc_tag: clear codetag for pages allocated before page_ext initialization Due to initialization ordering, page_ext is allocated and initialized relatively late during boot. Some pages have already been allocated and freed before page_ext becomes available, leaving their codetag uninitialized. A clear example is in init_section_page_ext(): alloc_page_ext() calls kmemleak_alloc(). If the slab cache has no free objects, it falls back to the buddy allocator to allocate memory. However, at this point page_ext is not yet ful...
- CVSS
- 7.8
- EPSS
- 0.13% 2.77% percentile
- CISA KEV
- Not listed
- Published
- 2026.06.09