CVE detail
CVE-2026-72218
In the Linux kernel, the following vulnerability has been resolved: lockd: Plug nlm_file refcount leak on cached nlm_do_fopen() failure The cached-file path in nlm_lookup_file() reaches the found: label unconditionally, even when nlm_do_fopen() fails. At that label *result and file->f_count are updated before the error is returned. The wrappers nlm3svc_lookup_file() and nlm4svc_lookup_file() then bail out of their switch without copying *result back to their caller, so the proc handler's local nlm_file pointer remains NULL and the cleanup path skips nlm_release_file(). The f_count increment is never released, and nlm_traverse_files() can no longer reap the file because its refcount never returns to zero between requests. Short-circuit the cached path so neither *result nor f_count is touched when nlm_do_fopen() fails on a hashed nlm_file.
Buzz score
Why this CVE is surfacing
This all-time snapshot uses the same composite formula as Trending across a 30-year evidence window, rather than a current rolling window.
Buzz score components · mention 22.0 · diversity 5.0 · KEV 0.0 · OTX 0.0 · PoC 0.0
Why it matters now
Mention timeline
- Total mentions
- 8
- within the 30d window
- Peak daily
- 8
- highest bucket
Evidence
Source links by recency
8 source links · newest first
No excerpt available.
Exploitgit.kernel.orgAug 15, 2026, 6:21 AMNo excerpt available.
Exploitgit.kernel.orgAug 15, 2026, 6:21 AMNo excerpt available.
Exploitgit.kernel.orgAug 15, 2026, 6:21 AMNo excerpt available.
Exploitgit.kernel.orgAug 15, 2026, 6:21 AMNo excerpt available.
Exploitgit.kernel.orgAug 15, 2026, 6:21 AMNo excerpt available.
Exploitgit.kernel.orgAug 15, 2026, 6:21 AMNo excerpt available.
Exploitgit.kernel.orgAug 15, 2026, 6:21 AMNo excerpt available.
Exploitgit.kernel.orgAug 15, 2026, 6:21 AM
Exploit code
Public exploit repository references
Public PoC repositories are third-party, potentially unsafe artifacts. Treat their code as untrusted and use it only on authorized systems in an isolated, least-privilege environment. cvebuzz does not execute the code or verify that an exploit works.