Vulnerability in Linux

CVE-2026-72027

In the Linux kernel, the following vulnerability has been resolved: mm/compaction: handle free_pages_prepare() properly in compaction_free() free_pages_prepare() can fail but compaction_free() does not handle the failure case. Failed pages should not be added back to cc->freepages for future use, since they can be either PageHWPoison or free_page_is_bad() and might cause data corruption.

Affected products

  • Linux — versions 733aea0b3a7bba0451dfc19322665de13a5b7af4, 6.9, 0

References