CVE-2026-89484: lockd: fix NULL dereference on lockowner allocation failure

Published Sep 11, 2026
·
Updated

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

lockd: fix NULL dereference on lockowner allocation failure

nlmclntlocksinitprivate() installs NLM file lock operations even when nlmclntfindlockowner() fails to allocate a lockowner. nlmclntproc() then returns -ENOMEM, but the VFS still tears down the partially initialized filelock and calls locksreleaseprivate().

That invokes nlmclntlocksreleaseprivate(), which dereferences fl->flu.nfsfl.owner and crashes because the owner was never installed.

Clear flops before attempting to initialize the NLM private state, and install the NLM lock operations only after a lockowner has been allocated successfully.

Affected Software

1 affected component
Linux Linux kernel

Event History

Sep 11, 2026
CVE Published
via MITRE·07:43 PM
Data Sourced
via MITRE·07:43 PM
Description

Frequently Asked Questions

1

What condition is required to trigger the crash?

The failure path is triggered when lockd cannot allocate a lockowner during NLM private lock initialization. The subsequent cleanup of a partially initialized file lock dereferences an owner pointer that was never installed.

2

What is the impact if the condition occurs?

The kernel can crash due to a NULL-pointer dereference in nlmclnt_locks_release_private() during VFS cleanup. The described impact is denial of service through a system crash.

3

Is there a workaround if the fix cannot be applied immediately?

No workaround is provided in the available data. The fix changes initialization ordering so NLM lock operations are installed only after lockowner allocation succeeds.

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