8.6

CVE-2026-64400

ksmbd: prevent path traversal bypass by restricting caseless retry

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.
Daten sind bereitgestellt durch das CVE Programm von einer CVE Numbering Authority (CNA) (Unstrukturiert).
HerstellerLinux
Produkt Linux
Default Statusunaffected
Version 74d7970febf7e9005375aeda0df821d2edffc9f7
Version < 8c9a4f1327eb71efbf14842e7b8a6d965077eb67
Status affected
Version 74d7970febf7e9005375aeda0df821d2edffc9f7
Version < 54bab9ba5a9f156ffa9324fcbe5a356fd0242f95
Status affected
Version 019aae488dbc67c97a33db03652e20e2c9e3afa7
Status affected
Version 6927ffe7479c72e7ebf885507227266a75f7c97d
Status affected
Version ef6cc1c465786b3e4e735d1ab8b616b3e94402df
Status affected
Version 5.15.145
Version < 5.16
Status affected
Version 6.1.71
Version < 6.2
Status affected
Version 6.3.10
Version < 6.4
Status affected
HerstellerLinux
Produkt Linux
Default Statusaffected
Version 6.4
Status affected
Version 0
Version < 6.4
Status unaffected
Version <= 7.1.*
Version 7.1.4
Status unaffected
Version <= *
Version 7.2
Status unaffected
VulnDex Vulnerability Enrichment
Diese Information steht angemeldeten Benutzern zur Verfügung. Login Login
Zu dieser CVE wurde keine Warnung gefunden.
EPSS Metriken
Typ Quelle Score Percentile
EPSS FIRST.org 0.36% 0.283
CVSS Metriken
Quelle Base Score Exploit Score Impact Score Vector String
416baaa9-dc9f-4396-8d5f-8c081fb06d67 8.6 3.9 4.7
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H
Es wurden noch keine Informationen zu CWE veröffentlicht.
https://git.kernel.org/stable/c/8c9a4f1327eb71efbf14842e7b8a6d965077eb67
https://git.kernel.org/stable/c/54bab9ba5a9f156ffa9324fcbe5a356fd0242f95