CVE-2025-68231
CVE-2025-68231 concerns the Linux kernel mempool poisoning of HIGHMEM pages. The root cause reported is that the poisoning code did not handle CONFIG_HIGHMEM correctly: only the first page is mapped, but the code may access the rest of the high-order page, leading to a crash (as shown by the prov...