In the Linux kernel, the following vulnerability has been resolved:
x86/mm, kexec, ima: Use memblockfreelate() from imafreekexec_buffer()
The code calling imafreekexecbuffer() runs long after the memblock allocator has already been torn down, potentially resulting in a use after free in memblockisolate_range().
With KASAN or KFENCE, this use after free will result in a BUG from the idle task, and a subsequent kernel panic.
Switch imafreekexecbuffer() over to memblockfree_late() to avoid that bug.
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2023/52xxx/CVE-2023-52576.json",
"cna_assigner": "Linux"
}