CVE-2026-64294
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
25/07/2026
Last modified:
25/07/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
mm: do file ownership checks with the proper mount idmap<br />
<br />
Ever since idmapped mounts were introduced, inode ownership checks (for<br />
side-channel protection) in mincore() and madvise(MADV_PAGEOUT) were done<br />
against the nop_mnt_idmap, which completely ignores the file&#39;s mount&#39;s<br />
idmap. This results in odd edgecases like:<br />
<br />
1) mount/bind-mount with an idmap userA:userB:1<br />
2) userB runs an owner_or_capable() check on file that is owned by userA<br />
on-disk/in-memory, but owned by userB after idmap translation<br />
3) owner_or_capable() mysteriously fails as the correct idmap wasn&#39;t supplied<br />
<br />
In the case of mincore/madvise MADV_PAGEOUT, this is usually benign,<br />
because file_permission(file, MAY_WRITE) will probably succeed, as it uses<br />
the proper idmap internally, but it does not need to be the case on e.g a<br />
0444 file where even the owner itself doesn&#39;t have permissions to write to<br />
it.<br />
<br />
Since this is clearly not trivial to get right, introduce a<br />
file_owner_or_capable() that can carry the correct semantics, and switch<br />
the various users in mm to it.<br />
<br />
The issue was found by manual code inspection & an off-list discussion<br />
with Jan Kara.
Impact
References to Advisories, Solutions, and Tools
- https://git.kernel.org/stable/c/04ba248d02d9eaa3d9077b00a6134caa75fa3e90
- https://git.kernel.org/stable/c/5c942ad7df75925ee166e7f0fb36892d8dde376b
- https://git.kernel.org/stable/c/744b23aa430d52f5c8e4dbff7d71496d6643bed2
- https://git.kernel.org/stable/c/8344bdf0629457e532797b42d9d2bbf2a2900bbf
- https://git.kernel.org/stable/c/e187bc02f8fa4226d62814592cf064ee4557c470



