Vulnerability in Linux

CVE-2026-64400

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 -EXDEV from a path traversal attempt, must be returned immediately.

EPSS: 0.004 (28.7th percentile) — read the EPSS interpretation.

CVSS v3 metric

CVSS v3 base score 8.6 (High). Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H.

Affected products

  • Linux — versions ef6cc1c465786b3e4e735d1ab8b616b3e94402df, 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, 7.2-rc1
  • Linux Linux_kernel

References

Frequently asked questions

What is CVE-2026-64400?
CVE-2026-64400 is a high-severity vulnerability in Linux. CVSS score: 8.6/10. Published 2026-07-25.
How severe is CVE-2026-64400?
High severity. CVSS v3 base score is 8.6 out of 10.