NONE · 0

CVE-2026-72219

In the Linux kernel, the following vulnerability has been resolved: lockd: Plug nlm_file leak when nlm_do_fopen() fails A client can repeatedly drive nlm_do_fopen() failures by presenting file handl...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: lockd: Plug nlm_file leak when nlm_do_fopen() fails A client can repeatedly drive nlm_do_fopen() failures by presenting file handles that the underlying export rejects. After kzalloc_obj() succeeds in nlm_lookup_file(), the freshly allocated nlm_file is not yet inserted into nlm_files[]. The nlm_do_fopen() failure path jumps to out_unlock, which releases nlm_file_mutex and returns without freeing the allocation, so each failure leaks one nlm_file. Route the failure through out_free so kfree() runs before the function returns.

References

FAQ

What is CVE-2026-72219?

CVE-2026-72219 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: lockd: Plug nlm_file leak when nlm_do_fopen() fails A client can repeatedly drive nlm_do_fopen() failures by presenting file handl...

How severe is CVE-2026-72219?

CVSS scoring is not yet available for CVE-2026-72219. Check NVD for updates.

Is there a patch for CVE-2026-72219?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.