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

8.8 · HIGH
Published Aug 15, 2026 EPSS 0.48% (39th pctl)

Overview

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

This vulnerability has a CVSS 3.1 base score of 8.8, rated HIGH. It can be exploited remotely over the network. Some level of privileges is required for exploitation.

Technical Description

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

ksmbd: fix use-after-free in same_client_has_lease()

same_client_has_lease() returns an opinfo pointer from ci->m_op_list

after dropping ci->m_lock without taking a reference.

smb_grant_oplock() then dereferences that pointer in copy_lease() and

when checking breaking_cnt. A concurrent close can remove the old lease

from ci->m_op_list and drop the last reference before the caller uses

the returned pointer, leading to a use-after-free.

Take a reference when same_client_has_lease() selects an existing lease,

drop any previous match while scanning, and release the returned

reference in smb_grant_oplock() after copying the lease state.

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

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

How severe is CVE-2026-72492?

This vulnerability has a CVSS 3.1 base score of 8.8, rated HIGH. It can be exploited remotely over the network. Some level of privileges is required for exploitation.

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

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

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