Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-72218

Published Aug 15, 2026 EPSS 0.22% (12th pctl)

Overview

CVE-2026-72218 is a known-severity vulnerability. It was published on August 15, 2026.

Technical Description

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.

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Frequently Asked Questions

What is CVE-2026-72218?

CVE-2026-72218 is a known-severity vulnerability. It was published on August 15, 2026.

How severe is CVE-2026-72218?

CVSS score information is not yet available for this vulnerability. Check back as the CVE record is updated by NVD analysts.

How do I fix or remediate CVE-2026-72218?

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-72218?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-72218 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.