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

lockd: fix NULL dereference on lockowner allocation failure

nlmclnt_locks_init_private() installs NLM file lock operations even when
nlmclnt_find_lockowner() fails to allocate a lockowner. nlmclnt_proc()
then returns -ENOMEM, but the VFS still tears down the partially
initialized file_lock and calls locks_release_private().

That invokes nlmclnt_locks_release_private(), which dereferences
fl->fl_u.nfs_fl.owner and crashes because the owner was never installed.

Clear fl_ops before attempting to initialize the NLM private state, and
install the NLM lock operations only after a lockowner has been allocated
successfully.
Published: 2026-09-11
Score: 5.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Denial of Service via Kernel Crash
Action: Immediate Patch
AI Analysis

Impact

In the Linux kernel, a NULL dereference occurs during the allocation of a lockowner in nlmclnt_locks_init_private after a failed allocation, and subsequent cleanup dereferences an uninitialized pointer, causing a kernel crash. This fault results in a denial‑of‑service attack that destabilizes the entire system.

Affected Systems

Affected systems include all Linux installations that run a kernel containing the unpatched lock code. Any deployment that has not applied the patch that addresses the library lock allocation failure should be considered vulnerable.

Risk and Exploitability

With a CVSS score of 5.9 the vulnerability has moderate severity. The EPSS score is < 1%, indicating a very low exploitation probability, and it is not listed in the CISA KEV catalog. The bug can be triggered by either a local user with access to the file system or a remote NFS client that can cause the kernel to crash, placing it at moderate risk.

Generated by OpenCVE AI on September 13, 2026 at 04:28 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update to the latest Linux kernel release that includes the fix for CVE-2026-89484.
  • If a kernel upgrade is not possible immediately, disable NFS client lock support by commenting out or removing lockd configuration directives, preventing the fault from being triggered.
  • Verify that any loaded nlm kernel modules are removed or that mount options exclude lock support to mitigate the issue.
  • Monitor system logs for messages like 'NULL dereference' or 'kernel panic' and apply a patch when it becomes available.

Generated by OpenCVE AI on September 13, 2026 at 04:28 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 12 Sep 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-476
References
Metrics threat_severity

None

cvssV3_1

{'score': 5.9, 'vector': 'CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Moderate


Fri, 11 Sep 2026 23:45:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: lockd: fix NULL dereference on lockowner allocation failure nlmclnt_locks_init_private() installs NLM file lock operations even when nlmclnt_find_lockowner() fails to allocate a lockowner. nlmclnt_proc() then returns -ENOMEM, but the VFS still tears down the partially initialized file_lock and calls locks_release_private(). That invokes nlmclnt_locks_release_private(), which dereferences fl->fl_u.nfs_fl.owner and crashes because the owner was never installed. Clear fl_ops before attempting to initialize the NLM private state, and install the NLM lock operations only after a lockowner has been allocated successfully.
Title lockd: fix NULL dereference on lockowner allocation failure
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-09-11T19:43:38.740Z

Reserved: 2026-09-11T19:38:34.712Z

Link: CVE-2026-89484

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-11T20:19:30.047

Modified: 2026-09-11T20:19:30.047

Link: CVE-2026-89484

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-09-11T19:43:38Z

Links: CVE-2026-89484 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-09-13T04:30:08Z

Weaknesses