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

9.8 · CRITICAL
Published Aug 15, 2026 EPSS 0.64% (48th pctl)

Overview

CVE-2026-72381 is a critical-severity vulnerability. It was published on August 15, 2026 and has a CVSS 3.1 base score of 9.8 (CRITICAL).

This vulnerability has a CVSS 3.1 base score of 9.8, rated CRITICAL. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical Description

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

ksmbd: fix use-after-free of fp->owner.name in durable handle owner check

Two concurrent SMB2 durable reconnects (DH2C/DHnC) on the same

persistent_id race the fp->owner.name compare-read in

ksmbd_vfs_compare_durable_owner() against the kfree() in

ksmbd_reopen_durable_fd()'s reopen-success path. fp->owner.name is a

standalone kstrdup() buffer whose lifetime is independent of the fp

refcount, and the two sites share no lock: the compare reads the buffer

while the reopen frees it, so the strcmp() can dereference freed memory.

Commit 7ce4fc40018d ("ksmbd: fix durable reconnect double-bind race in

ksmbd_reopen_durable_fd") made the fp->conn claim atomic under

global_ft.lock (closing the owner.name double-free and the ksmbd_file

write-UAF), but the compare-read versus reopen-free pair was left

unserialized.

BUG: KASAN: slab-use-after-free in strcmp+0x2c/0x80

Read of size 1 by task kworker

strcmp

ksmbd_vfs_co

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

CVE-2026-72381 is a critical-severity vulnerability. It was published on August 15, 2026 and has a CVSS 3.1 base score of 9.8 (CRITICAL).

How severe is CVE-2026-72381?

This vulnerability has a CVSS 3.1 base score of 9.8, rated CRITICAL. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

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

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

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