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

8.8 · HIGH
Published Jul 25, 2026 EPSS 0.43% (36th pctl)

Overview

CVE-2026-64437 is a high-severity vulnerability. It was published on July 25, 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 of a deferred file_lock on SMB2_CLOSE then SMB2_CANCEL

Commit f580d27e8928 ("ksmbd: fix use-after-free of a deferred file_lock on

double SMB2_CANCEL") made smb2_cancel() skip a work whose state is

KSMBD_WORK_CANCELLED, so its cancel_fn cannot be fired a second time. But

KSMBD_WORK has three states (ACTIVE, CANCELLED, CLOSED), and the same

freeing producer path is reached for CLOSED too:

SMB2_CLOSE on the locking handle -> set_close_state_blocked_works() sets

the deferred work's state to KSMBD_WORK_CLOSED and wakes the smb2_lock()

worker. The worker takes the non-ACTIVE early-exit, locks_free_lock()s

the file_lock and, because the state is not KSMBD_WORK_CANCELLED, takes

the STATUS_RANGE_NOT_LOCKED branch with "goto out2" -- which, like the

cancelled branch, skips release_async_work(). The work stays on

conn->async_requests with a live cancel_fn = smb2_remove_blocked_lock

poi

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

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

How severe is CVE-2026-64437?

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

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

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