You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
mempool poisoning
About this tag
The mempool poisoning tag on WindowsForum.com covers a specific Linux kernel vulnerability, CVE-2025-68231, which involves a bug in the mempool poisoning path. This bug can cause kernel page faults when mempools allocate order > 0 pages on systems with CONFIG_HIGHMEM enabled. The fix corrects how the kernel maps and poisons individual subpages of a high-order allocation, preventing out-of-bounds kernel writes that led to reproducible OOPS messages during early initialization and driver loading. While the tag is Linux-specific, it may interest Windows users who also manage or troubleshoot Linux systems in mixed environments.
A small but consequential fix landed in the Linux kernel tree this winter to address CVE-2025-68231 — a bug in the mempool poisoning path that can trigger kernel page faults when mempools allocate order > 0 pages on systems configured with CONFIG_HIGHMEM. The patch corrects how the kernel maps...