Back to overview

CVE-2026-64294

Description
In the Linux kernel, the following vulnerability has been resolved: mm: do file ownership checks with the proper mount idmap Ever since idmapped mounts were introduced, inode ownership checks (for side-channel protection) in mincore() and madvise(MADV_PAGEOUT) were done against the nop_mnt_idmap, which completely ignores the file's mount's idmap. This results in odd edgecases like: 1) mount/bind-mount with an idmap userA:userB:1 2) userB runs an owner_or_capable() check on file that is owned by userA on-disk/in-memory, but owned by userB after idmap translation 3) owner_or_capable() mysteriously fails as the correct idmap wasn't supplied In the case of mincore/madvise MADV_PAGEOUT, this is usually benign, because file_permission(file, MAY_WRITE) will probably succeed, as it uses the proper idmap internally, but it does not need to be the case on e.g a 0444 file where even the owner itself doesn't have permissions to write to it. Since this is clearly not trivial to get right, introduce a file_owner_or_capable() that can carry the correct semantics, and switch the various users in mm to it. The issue was found by manual code inspection & an off-list discussion with Jan Kara.

Metadata

CVE ID
CVE-2026-64294
State
PUBLISHED
Assigner
Linux
Reserved
2026-07-19 15:36 UTC
Published
2026-07-25 08:49 UTC
Last updated
2026-07-25 08:49 UTC
Vendor / Product
Linux / Linux
Sources
cve.org  ·  NVD

Severity & Metrics

No CVSS data available.

Affected products (2)
VendorProductPlatformVersions
Linux Linux 9caccd41541a6f7d6279928d9f971f6642c361af < 744b23aa430d52f5c8e4dbff7d71496d6643bed2, 9caccd41541a6f7d6279928d9f971f6642c361af < 8344bdf0629457e532797b42d9d2bbf2a2900bbf, 9caccd41541a6f7d6279928d9f971f6642c361af < 5c942ad7df75925ee166e7f0fb36892d8dde376b, 9caccd41541a6f7d6279928d9f971f6642c361af < 04ba248d02d9eaa3d9077b00a6134caa75fa3e90 …
Linux Linux 5.12, 0 < 5.12, 6.6.145 ≤ 6.6.*, 6.12.96 ≤ 6.12.* …
Back to overview