CVE-2026-53333

Source
https://cve.org/CVERecord?id=CVE-2026-53333
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-53333.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-53333
Downstream
Published
2026-07-01T13:32:16.852Z
Modified
2026-07-08T08:13:46.155111421Z
Summary
mm/mincore: handle non-swap entries before !CONFIG_SWAP guard
Details

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.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/53xxx/CVE-2026-53333.json",
    "cna_assigner": "Linux"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
1f2052755c152940c336918bd73d13d5468f548b
Fixed
a8f91ddf67f669f547bb9fb559738da6f8ee2cf3
Fixed
3481d4372ae34243f7025925314385b852c50f7e
Fixed
0c25b8734367574e21aeb8468c2e522713134da7

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-53333.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.18.0
Fixed
6.18.36
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.0.13

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-53333.json"