In the Linux kernel, the following vulnerability has been resolved:
mm/mincore: handle non-swap entries before !CONFIG_SWAP guard
mincoreswap() also fields migration/hwpoison entries (and shmem swapin-error entries), which can exist on !CONFIGSWAP builds when CONFIGMIGRATION or CONFIGMEMORYFAILURE is enabled. The !ISENABLED(CONFIGSWAP) guard ran before the non-swap-entry early return, so mincorepterange() can spuriously WARN and report these pages nonresident on !CONFIGSWAP kernels.
Move the guard below the non-swap-entry check so only true swap entries trip the WARN, and migration/hwpoison entries take the existing "uptodate / non-shmem" path.
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/53xxx/CVE-2026-53333.json",
"cna_assigner": "Linux"
}