CVE-2025-68803
BaseFortify
Publication date: 2026-01-13
Last updated on: 2026-01-19
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in the Linux kernel's NFS server (NFSD) affects NFSv4 file creation when an ACL (Access Control List) with a named principal is set. During file creation, the requested ACL is not properly applied because the function responsible for validating attributes does not recognize POSIX ACL changes. As a result, the ACL is never set on the file, and when the client retrieves the ACL, it only sees a default ACL derived from the file's mode bits, not the originally requested ACL. This behavior violates RFC 8881 section 6.4.1.3, which requires the ACL attribute to be set as given.
How can this vulnerability impact me? :
This vulnerability can lead to incorrect file permissions being applied on files created via NFSv4, as the intended ACLs are not set. This may cause security issues such as unauthorized access or denial of access because the actual permissions differ from what the client requested. It undermines the expected access control enforcement on files created over NFSv4.