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-72315

7.8 · HIGH
Published Aug 15, 2026 EPSS 0.17% (6th pctl)

Overview

CVE-2026-72315 is a high-severity vulnerability. It was published on August 15, 2026 and has a CVSS 3.1 base score of 7.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

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

smb: client: fix busy dentry warning on unmount after DIO

Commit c68337442f03 ("cifs: Fix busy dentry used after unmounting") fixed

the issue in cifs where deferred close of a file led to a dentry reference

count not being released in umount, by flushing deferredclose_wq in

cifs_kill_sb() to solve it.

However, the cifs DIO path suffers from the same busy-dentry problem caused

by a delayed dentry reference-count release:

[dio] [cifsd] [close + umount]

netfs_unbuffered_write_iter_locked

...

cifs_demultiplex_thread

netfs_unbuffered_write

cifs_issue_write

netfs_wait_for_in_progress_stream [1]

...

netfs_write_subrequest_terminated

netfs_subreq_clear_in_progress

netfs_wake_collector // wake [1]

netfs_put_subrequest

netfs_put_request

queue_work(system_dfl_wq, xxx) [2]

// dio write return cifs_close

_cifsFileInfo_put

// cfile->count 2->1

--cfile->c

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-72315?

CVE-2026-72315 is a high-severity vulnerability. It was published on August 15, 2026 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2026-72315?

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

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

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-72315?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-72315 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.