Security Advisory

CVE-2025-21815

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2025-02-27 20:04:14
Last updated 2026-05-11 21:07:04
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: mm/compaction: fix UBSAN shift-out-of-bounds warning syzkaller reported a UBSAN shift-out-of-bounds warning of (1UL << order) in isolate_freepages_block(). The bogus compound_order can be any value because it is union with flags. Add back the MAX_PAGE_ORDER check to fix the warning.