CVE-2026-53333
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
01/07/2026
Last modified:
23/07/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
mm/mincore: handle non-swap entries before !CONFIG_SWAP guard<br />
<br />
mincore_swap() also fields migration/hwpoison entries (and shmem<br />
swapin-error entries), which can exist on !CONFIG_SWAP builds when<br />
CONFIG_MIGRATION or CONFIG_MEMORY_FAILURE is enabled. The<br />
!IS_ENABLED(CONFIG_SWAP) guard ran before the non-swap-entry early return,<br />
so mincore_pte_range() can spuriously WARN and report these pages<br />
nonresident on !CONFIG_SWAP kernels.<br />
<br />
Move the guard below the non-swap-entry check so only true swap entries<br />
trip the WARN, and migration/hwpoison entries take the existing "uptodate<br />
/ non-shmem" path.
Impact
Base Score 3.x
5.50
Severity 3.x
MEDIUM
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.18 (including) | 6.18.36 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (including) | 7.0.13 (excluding) |
| cpe:2.3:o:linux:linux_kernel:7.1:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.1:rc2:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.1:rc3:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.1:rc4:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.1:rc5:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.1:rc6:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.1:rc7:*:*:*:*:*:* |
To consult the complete list of CPE names with products and versions, see this page



