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

9.8 · CRITICAL
Published Jul 19, 2026 EPSS 0.65% (49th pctl)

Overview

CVE-2026-64016 is a critical-severity vulnerability. It was published on July 19, 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 durable reconnect error path file lifetime

After a durable reconnect succeeds, ksmbd_reopen_durable_fd() republishes

the same ksmbd_file into the session volatile-id table. If smb2_open()

then takes a later error path, cleanup first calls ksmbd_fd_put(work, fp)

and then unconditionally calls ksmbd_put_durable_fd(dh_info.fp).

In this case fp and dh_info.fp are the same object. The first put drops the

reconnect lookup reference, but the final durable put can run

__ksmbd_close_fd(NULL, fp). Because the final close is not session-aware,

it can free the file object without removing the volatile-id entry that was

just published into the session table.

Use the session-aware put for the final reconnect drop when the reconnect

had already succeeded and the error path is cleaning up the republished

file. Earlier reconnect failures, before fp is assigned to dh_info.fp, keep

using the durable-only put path.

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

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

How severe is CVE-2026-64016?

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

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

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