CVE-2026-89677
Last modified
CVE-2026-89677 is a critical-severity vulnerability rated 9.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: nfsd: fix possible fh_compose of wrong dentry in nfsd4_create_file() dentry_create() can hypothetically provide a different dentry than the one passed in. This could happen, for example, if the exported filesystem is NFS, and the server returned to OPEN a filehandle which matched a directory that was already in the dcache. EPSS estimates a 0.16% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: nfsd: fix possible fh_compose of wrong dentry in nfsd4_create_file() dentry_create() can hypothetically provide a different dentry than the one passed in. This could happen, for example, if the exported filesystem is NFS, and the server returned to OPEN a filehandle which matched a directory that was already in the dcache. Clearly this would not be expected! If this were to happen the dentry (child) that was already stored in resfhp could be freed and later dereferenced. We shouldn't call fh_compose() until we are certain that we have the final dentry, so this patch moved the fh_compose() call to two places: one for the case where the target already exists, and one after dentry_create() where it was created.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 64a989dbd144e0622371396461b11335459692d2, < 033e783709ce99662cf81f6abcad746a8da9d35f; >= 64a989dbd144e0622371396461b11335459692d2, < 3e2c79360c6a89975ec5b5a7d4ef937e4db91a27 |
| Linux | Linux | 7.0 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89677?
How severe is CVE-2026-89677?
How do I fix CVE-2026-89677?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-89671In the Linux kernel, the following vulnerability has been re…9.1
- CVE-2026-89672In the Linux kernel, the following vulnerability has been re…9.1
- CVE-2026-89673In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89674In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-89675In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-89676In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-89678In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-89679In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-8968Denial-of-service due to invalid pointer in the Audio/Video:…7.5
- CVE-2026-89680In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-89681In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-89682In the Linux kernel, the following vulnerability has been re…8.1
Are you affected by CVE-2026-89677?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
