CVE-2026-64298
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
25/07/2026
Last modified:
17/08/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
NFSv4: include MAY_WRITE in open permission mask for O_TRUNC<br />
<br />
POSIX requires write permission to truncate a file, so an open() that<br />
specifies O_TRUNC must be authorized for write access regardless of the<br />
O_ACCMODE access mode.<br />
<br />
nfs_open_permission_mask() builds the access mask passed to<br />
nfs_may_open(), which is the local authorization gate for OPENs the<br />
client serves itself from a cached write delegation via the<br />
can_open_delegated() path in nfs4_try_open_cached(). The mask is<br />
derived from O_ACCMODE alone, so an open(O_RDONLY | O_TRUNC) against a<br />
file the caller cannot write requests only MAY_READ and passes the<br />
local check. The OPEN is then satisfied locally and the truncation is<br />
issued to the server as a SETATTR(size=0) over the delegation stateid,<br />
which the server accepts under standard write-delegation semantics.<br />
POSIX requires that this open fail with EACCES.<br />
<br />
Include MAY_WRITE in the mask whenever O_TRUNC is set so the local<br />
check matches the access the server would have enforced.
Impact
Base Score 3.x
7.10
Severity 3.x
HIGH
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 2.6.24 (including) | 5.10.261 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.11 (including) | 5.15.212 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.16 (including) | 6.1.178 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.2 (including) | 6.6.145 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.7 (including) | 6.12.96 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.13 (including) | 6.18.39 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (including) | 7.1.4 (excluding) |
| cpe:2.3:o:linux:linux_kernel:7.2:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.2:rc2:*:*:*:*:*:* |
To consult the complete list of CPE names with products and versions, see this page
References to Advisories, Solutions, and Tools
- https://git.kernel.org/stable/c/22c1fd1355ad4ca27aa7f0fa02719122dd92d9de
- https://git.kernel.org/stable/c/30fdf4df6c3c00efec947e4ddf97f0fdd4473628
- https://git.kernel.org/stable/c/4817c8974315b666e895b7d1bb83cd3664c323b1
- https://git.kernel.org/stable/c/5140f099ecd8a2f2808b7f7b720ee1bad8468974
- https://git.kernel.org/stable/c/6bd7d0a06b53c4e797e1a9cea0d2d41aa1b26230
- https://git.kernel.org/stable/c/a937e92c1d00534b5c2e3e9f4381b7e988180797
- https://git.kernel.org/stable/c/cb148a2762d644bff1894728e8835a9a4b84f9ea
- https://git.kernel.org/stable/c/e36501b7d4abdcd6d69a7cb901b2f286b7a3d041



