CVE Catalog

CVE-2026-72027

HighCVSS 7.8
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.18%

7th percentile - higher than 7% of all known CVEs

Summary

In the Linux kernel's memory compaction module (mm/compaction), the compaction_free() function does not properly handle the failure case of free_pages_prepare(). Failed pages should not be added back to cc->freepages for future use, as they can be either PageHWPoison or free_page_is_bad() and might cause data corruption.

Risk Assessment

Data corruption may occur due to the use of damaged pages, potentially leading to system errors or loss of data integrity.

Recommendation

It is recommended to update the Linux kernel to a version containing the fix and to monitor systems for unusual memory behavior.

Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS