CVE-2026-43470

Source
https://cve.org/CVERecord?id=CVE-2026-43470
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-43470.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2026-43470
Downstream
Related
Published
2026-05-08T14:22:30.218Z
Modified
2026-07-11T03:53:33.951946570Z
Summary
nfs: return EISDIR on nfs3_proc_create if d_alias is a dir
Details

In the Linux kernel, the following vulnerability has been resolved:

nfs: return EISDIR on nfs3proccreate if d_alias is a dir

If we found an alias through nfs3docreate/nfsaddorobtain /dsplice_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 nfsatomicopenv23/finishopen since we supply a negative dentry to dodentryopen.

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 dsplicealias typically returns a directory alias or NULL, we explicitly check disdir() to ensure that we don't attempt to perform file operations (like finish_open) on a directory inode, which triggers the observed oops.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/43xxx/CVE-2026-43470.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
7c6c5249f061b64fc6b5b90bc147169a048691bf
Fixed
7e2963773760a664684435201960dd2fb712f1b5
Fixed
203c792cb4315360d49973ae2e57feeb6d3dcf7e
Fixed
9ee1770fcb2f1b48354622b926e7dc10222805f5
Fixed
410666a298c34ebd57256fde6b24c96bd23059a2

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-43470.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.10.0
Fixed
6.12.78
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.19
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
6.19.9

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-43470.json"