CVE-2026-53244: VFS: fix possible failure to unlock in nfsd4_create_file()

Published Jun 25, 2026
·
Updated

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

VFS: fix possible failure to unlock in nfsd4createfile()

atomiccreate() in fs/namei.c drops the reference to the dentry when it returns an error. This behaviour was imported into dentrycreate() so that it will drop the reference if an error is returned from atomiccreate(), though not if vfscreate() returns an error (in the case where ->atomiccreate is not supported).

The caller - nfsd4createfile() - is made aware of this by checking path->dentry, which will either be a counted reference to a dentry, or an error pointer.

However the change to use startcreating()/endcreating() (which landed shortly before the dentrycreate() change landed, though was likely developed around the same time) means that nfsd4createfile() needs a valid dentry so that it can unlock the parent.

The net result is that if NFSD exports a filesystem which uses ->atomiccreate, and if a call to ->atomiccreate returns an error, then nfsd4createfile() will pass an error pointer to endcreating() and the parent will not be unlocked.

Fix this by changing dentrycreate() to make sure path->dentry is always a valid dentry, never an error-pointer. The actual error is already returned a different way.

Note that if ->atomiccreate() returns a different dentry (which may not be possible in practice) we are guaranteed (because it is only ever provided by dspliacealias()) that it will have the same dparent and so it will have the same effect when passed to endcreating().

Affected Software

8 affected components
Linux Linux kernel
Linux Linux kernel>=7.0<7.0.13
Linux Linux kernel=7.1-rc1
Linux Linux kernel=7.1-rc2
Linux Linux kernel=7.1-rc3
Linux Linux kernel=7.1-rc4
Linux Linux kernel=7.1-rc5
Linux Linux kernel=7.1-rc6

Event History

Jun 25, 2026
CVE Published
via MITRE·08:39 AM
Data Sourced
via MITRE·08:39 AM
DescriptionSeverity
Data Sourced
via NVD·09:16 AM
RemedyDescriptionSeverityAffected Software

Frequently Asked Questions

1

What is the severity of CVE-2026-53244?

CVE-2026-53244 has a severity rating of 23.

2

How do I fix CVE-2026-53244?

To fix CVE-2026-53244, update your Linux kernel to the latest version that contains the patch.

3

What are the potential impacts of CVE-2026-53244?

The potential impacts of CVE-2026-53244 could include failure to unlock resources in specific NFS operations.

4

Which versions of the Linux kernel are affected by CVE-2026-53244?

CVE-2026-53244 affects specific versions of the Linux kernel prior to the patch release.

5

Is there a proof of concept for CVE-2026-53244?

There is currently no public proof of concept available for CVE-2026-53244.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203