CVE-2026-89677

Source
https://cve.org/CVERecord?id=CVE-2026-89677
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89677.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-89677
Downstream
Published
2026-09-11T19:46:01Z
Modified
2026-09-12T11:47:15Z
Summary
nfsd: fix possible fh_compose of wrong dentry in nfsd4_create_file()
Details

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.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/89xxx/CVE-2026-89677.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
64a989dbd144e0622371396461b11335459692d2
Fixed
033e783709ce99662cf81f6abcad746a8da9d35f
Fixed
3e2c79360c6a89975ec5b5a7d4ef937e4db91a27

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
7.0.0
Fixed
7.2.4

Database specific

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