CVE-2026-43470
Last modified
CVE-2026-43470 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: nfs: return EISDIR on nfs3_proc_create if d_alias is a dir If we found an alias through nfs3_do_create/nfs_add_or_obtain /d_splice_alias which happens to be a dir dentry, we don't return any error, and simply forget about this alias, but the original dentry we were adding and passed as parameter remains negative. This later causes an oops on nfs_atomic_open_v23/finish_open since we supply a negative dentry to do_dentry_open. This has been observed running lustre-racer, where dirs and files are created/removed concurrently with the same name and O_EXCL is not used to open files (frequent file redirection). While d_splice_alias typically returns a directory alias or NULL, we explicitly check d_is_dir() to ensure that we don't attempt to perform file operations (like finish_open) on a directory inode, which triggers the observed oops.. EPSS estimates a 0.12% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: nfs: return EISDIR on nfs3_proc_create if d_alias is a dir If we found an alias through nfs3_do_create/nfs_add_or_obtain /d_splice_alias which happens to be a dir dentry, we don't return any error, and simply forget about this alias, but the original dentry we were adding and passed as parameter remains negative. This later causes an oops on nfs_atomic_open_v23/finish_open since we supply a negative dentry to do_dentry_open. This has been observed running lustre-racer, where dirs and files are created/removed concurrently with the same name and O_EXCL is not used to open files (frequent file redirection). While d_splice_alias typically returns a directory alias or NULL, we explicitly check d_is_dir() to ensure that we don't attempt to perform file operations (like finish_open) on a directory inode, which triggers the observed oops.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 6.10, < 6.12.78 | — |
| Linux | Linux Kernel | >= 6.13, < 6.18.19 | — |
| Linux | Linux Kernel | >= 6.19, < 6.19.9 | — |
| Linux | Linux Kernel | 7.0 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-43470?
How severe is CVE-2026-43470?
How do I fix CVE-2026-43470?
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-43465In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-43466In the Linux kernel, the following vulnerability has been re…8.2
- CVE-2026-43467In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43468In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43469In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-4347The MW WP Form plugin for WordPress is vulnerable to arbitra…8.1
- CVE-2026-43471In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43472In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43473In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43474In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43475In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43476In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-43470?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
