CVE-2026-64400
HighIn 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.
CVSS 3.1 score
8.6
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H
Affected versions
Linux kernel versions
5.15.145,
6.1.71,
6.3.10,
6.4
and later are affected. Fixed in
7.1.4,
7.2
and their respective stable series.
References
2 totalFrequently asked questions
-
What is CVE-2026-64400?
CVE-2026-64400 is a High severity Linux kernel vulnerability with a CVSS score of 8.6 out of 10 . It affects Linux kernel versions from 5.15.145 onward and has been patched in 7.1.4 and 7.2. CVE-2026-64400 has not been confirmed as actively exploited and is not listed in the CISA KEV catalog.
-
What is the CVSS score for CVE-2026-64400?
CVE-2026-64400 has a CVSS score of 8.6 out of 10, rated High severity (CVSS 3.1). The vector string is
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H. -
Is there a patch available for CVE-2026-64400?
Yes. CVE-2026-64400 has been patched. Fixed versions include 7.1.4 and 7.2. If you are running Linux kernel 5.15.145 or later up to the fix versions, apply the relevant patch for your kernel branch.
-
Is CVE-2026-64400 actively exploited?
No. CVE-2026-64400 has not been confirmed as actively exploited. It is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog.