CVE-2026-89687
Last modified
CVE-2026-89687 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: nfsd: ensure nfsd_file_do_acquire() does not use a non-opened file ->atomic_open is permitted to return success without actually opening the file. It indicates this by calling finish_no_open(). This means dentry_create() can return a file which hasn't been opened. This is extremely unlikely as ->atomic_open handlers typically use finish_no_open() only for already existing files, and dentry_create() isn't called in that case, and the parent being locked should prevent races. However out of an abundance of caution it seems wise to teach nfsd to only use the file returned by dentry_create() if FMODE_OPENED is set, indicating that it has in fact been opened.. EPSS estimates a 0.19% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: nfsd: ensure nfsd_file_do_acquire() does not use a non-opened file ->atomic_open is permitted to return success without actually opening the file. It indicates this by calling finish_no_open(). This means dentry_create() can return a file which hasn't been opened. This is extremely unlikely as ->atomic_open handlers typically use finish_no_open() only for already existing files, and dentry_create() isn't called in that case, and the parent being locked should prevent races. However out of an abundance of caution it seems wise to teach nfsd to only use the file returned by dentry_create() if FMODE_OPENED is set, indicating that it has in fact been opened.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 64a989dbd144e0622371396461b11335459692d2, < a95a1cffacd0203100297001719160160f443dd6; >= 64a989dbd144e0622371396461b11335459692d2, < 5859cc01fee06a2cd7458905a9593082fbab06e1 |
| Linux | Linux | 7.0 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89687?
How severe is CVE-2026-89687?
How do I fix CVE-2026-89687?
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-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
- CVE-2026-89683In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89684In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-89685In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-89686In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-89688In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-89689In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-8969Mitigation bypass in the DOM: Security component. This vulne…8.1
- CVE-2026-89690In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89691In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-89692In the Linux kernel, the following vulnerability has been re…7.5
Are you affected by CVE-2026-89687?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
