PT-2026-90393 · Linux · Linux

CVE-2026-89677

·

Published

2026-09-11

·

Updated

2026-09-11

None

No severity ratings or metrics are available. When they are, we'll update the corresponding info on the page.
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.
Found an issue in the description? Have something to add? Feel free to write us 👾

Related Identifiers

CVE-2026-89677

Affected Products

Linux