
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-89693 is an authorization bypass vulnerability in the Linux kernel's NFS server daemon (nfsd) caused by an unchecked return value in the nfsd4_create() function. When nfsd4_acl_to_attr() fails to translate an NFSv4 Access Control List, the error is silently discarded because a subsequent switch statement unconditionally overwrites the status variable in every branch, allowing file or directory creation to proceed without the requested ACL being applied. The vulnerability affects Linux kernel versions from 5.10.220 (within the 5.10.x series), 5.15.154 (within the 5.15.x series), and 6.0 and later, with fixes available in kernel 6.18.51, 7.2.4, and 7.3-rc1. It carries a CVSS v3.1 base score of 7.1 (High) (Red Hat Advisory, Github Advisory).
The root cause is classified as CWE-252 (Unchecked Return Value). In nfsd4_create(), the return value of nfsd4_acl_to_attr() — which translates NFS ACL data into kernel attributes — is stored in a status variable, but the immediately following switch(create->cr_type) block unconditionally overwrites status in every branch, meaning any ACL translation error is silently lost and the CREATE operation proceeds without the intended ACL. The fix adds an early exit check after nfsd4_acl_to_attr(), mirroring the pattern already used in nfsd4_setattr(), and returns NFS4ERR_BADTYPE on failure. Exploitation requires network access and low-privilege authenticated credentials on an NFSv4 share (Red Hat Advisory, Github Advisory).
Successful exploitation allows an authenticated NFSv4 client to create files or directories on the server without the server enforcing the requested Access Control Lists, effectively bypassing intended access control restrictions on newly created objects. This results in a high integrity impact (files created with incorrect or absent ACLs), high availability impact (potential for resource manipulation), and low confidentiality impact. In environments relying on NFSv4 ACLs for data segregation or multi-tenant access control, this could enable unauthorized access to sensitive data or disruption of access control policies (Red Hat Advisory).
There is no public proof-of-concept exploit and no evidence of in-the-wild exploitation as of the disclosure date. The EPSS score is 0.0, indicating very low probability of exploitation in the near term. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities catalog. Exploitation requires authenticated network access (low privileges), making opportunistic mass exploitation less likely, though targeted abuse by malicious NFS clients on shared infrastructure remains a concern (Github Advisory, Red Hat Advisory).
nmap with NFS service detection (-sV -p 2049) or Shodan queries for NFS services.CREATE operation (for a file or directory) that includes an intentionally malformed or unsupported ACL in the fattr4 attributes, designed to trigger an error in nfsd4_acl_to_attr().fattr4 ACL attributes that result in no ACL being set on the created object; repeated NFSv4 CREATE operations from a single client with unusual or malformed ACL attributes.dmesg, /var/log/kern.log) showing nfsd-related warnings or errors around ACL translation without corresponding CREATE failures; NFS audit logs showing file/directory creation events where expected ACL attributes are absent.Apply the Linux kernel patches that add an early exit check after nfsd4_acl_to_attr() in nfsd4_create(). Fixed commits are available at 430ed49a16cf, 80cebb0e8a8d, and 2c7912732184 in the stable kernel tree. Patched stable releases include kernel 6.18.51 and 7.2.4; the fix is also included in 7.3-rc1. As a workaround where patching is not immediately possible, administrators should audit existing NFSv4 ACL configurations on shares and consider restricting NFS access to trusted clients only via export rules (/etc/exports) to limit exposure (Red Hat Advisory, Github Advisory).
Fix availability across major Linux distributions and their releases.
bionic
linux
bionic (esm-infra)
linux
bionic (fips-updates)
linux-fips
bionic (fips)
linux-fips
devel
linux: 7.3.0-5.5
focal
linux
focal (esm-infra)
linux-hwe-5.15
focal (fips-updates)
linux-fips
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."