Improper access control in Linux kernel - CVE-2026-64298

 

Improper access control in Linux kernel - CVE-2026-64298

Published: July 27, 2026


Vulnerability identifier: #VU139693
CSH Severity: Low
CVSS v4: 6.8 [CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N]
CVE-ID: CVE-2026-64298
CWE-ID: CWE-284
Exploitation vector: Local access
Exploit availability: No public exploit available

Vulnerability details

The vulnerability allows a local user to bypass file write permission checks and truncate a file.

The vulnerability exists due to improper access control in nfs_open_permission_mask() when handling open requests with O_TRUNC on NFSv4 delegated opens. A local user can open a file with O_RDONLY | O_TRUNC to bypass file write permission checks and truncate a file.

This issue occurs when the client satisfies the OPEN locally from a cached write delegation and then sends truncation to the server using delegation state.


Affected software

Linux kernel

How to mitigate CVE-2026-64298

Install security update from vendor's repository.

Linux kernel - update to 7.0 rc3

External References

Related Security Bulletins