CVE-2025-68803

Linux Kernel NFSv4 POSIX ACL Neglect in File Creation

Title source: llm
STIX 2.1

Description

In the Linux kernel, the following vulnerability has been resolved: NFSD: NFSv4 file creation neglects setting ACL An NFSv4 client that sets an ACL with a named principal during file creation retrieves the ACL afterwards, and finds that it is only a default ACL (based on the mode bits) and not the ACL that was requested during file creation. This violates RFC 8881 section 6.4.1.3: "the ACL attribute is set as given". The issue occurs in nfsd_create_setattr(), which calls nfsd_attrs_valid() to determine whether to call nfsd_setattr(). However, nfsd_attrs_valid() checks only for iattr changes and security labels, but not POSIX ACLs. When only an ACL is present, the function returns false, nfsd_setattr() is skipped, and the POSIX ACL is never applied to the inode. Subsequently, when the client retrieves the ACL, the server finds no POSIX ACL on the inode and returns one generated from the file's mode bits rather than returning the originally-specified ACL.

Scores

EPSS 0.0007
EPSS Percentile 21.0%

Details

Status published
Products (24)
linux/Kernel < 5.10.248linux
linux/Kernel 5.11.0 - 5.15.198linux
linux/Kernel 5.16.0 - 6.1.160linux
linux/Kernel 6.0.0 - 6.6.121linux
linux/Kernel 6.2.0 - 6.12.64linux
linux/Kernel 6.7.0 - 6.18.3linux
Linux/Linux < 6.0
Linux/Linux 5.10.220 - 5.10.248
Linux/Linux 5.10.248 - 5.10.*
Linux/Linux 5.15.154 - 5.15.198
... and 14 more
Published Jan 13, 2026
Tracked Since Feb 18, 2026