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

8.6 · HIGH
Published Jul 25, 2026 EPSS 0.36% (29th pctl)

Overview

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

This vulnerability has a CVSS 3.1 base score of 8.6, rated HIGH. 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: prevent path traversal bypass by restricting caseless retry

ksmbd_vfs_path_lookup() enforces LOOKUP_BENEATH to restrict path

resolution within the share root. When a crafted path attempts to

escape the share boundary using parent-directory components ('..'),

vfs_path_parent_lookup() detects this and immediately fails,

returning -EXDEV.

However, a bug exists in __ksmbd_vfs_kern_path() under caseless mode.

The function fails to intercept the -EXDEV error and erroneously

falls through to the caseless retry logic, which is intended only

for genuinely missing files. During this retry process, the path

is reconstructed, leading to an unintended LOOKUP_BENEATH bypass

that allows write-capable users to create zero-length files or

directories outside the exported share.

Fix this by ensuring that the execution only proceeds to the caseless

lookup retry when the error is specifically -ENOENT. Any other errors,

such as

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

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

How severe is CVE-2026-64400?

This vulnerability has a CVSS 3.1 base score of 8.6, rated HIGH. 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-64400?

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

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