Vulnerability Report

CVE-2026-68083

Title: Linux kernel: Ksmbd path traversal vulnerability allows share escape

Other

Proof Of Concept

PoC Available for CVE-2026-68083

CWE Category NVD-CWE-noinfo
Published Date Aug 10, 2026
Modified Date Aug 17, 2026
Exploit Status Available
Score 9.1 CVSS v
Exploit Probability (EPSS)
0.65%

Vulnerability Summary

CVE-2026-68083: In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix path resolution in ksmbd_vfs_kern_path_create The SMB2 open lookup is rooted at the share with LOOKUP_BENEATH, but the create/mkdir/hardlink sink is not: ksmbd_vfs_kern_path_create() builds an absolute path with convert_to_unix_name() and resolves it from AT_FDCWD via start_creating_path(), so a ".." component is walked from the real filesystem root and escapes the export. An authenticated client races a missing path component so the rooted open lookup returns -ENOENT (taking the create branch) while the same component is present (a directory) when the create walk runs; the create then resolves ".." out of the share. Root the create walk at the share like the lookup and rename paths already are: resolve the parent with vfs_path_parent_lookup(..., LOOKUP_BENEATH, &share_conf->vfs_path) and create the final component with start_creating_noperm(). convert_to_unix_name() then has no callers and is removed.

CVSS v3.1
Source Entity 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Severity CRITICAL
9.1
Attack Vector
NETWORK
Complexity
LOW
Privileges
N/A
Interaction
NONE
Confidentiality
N/A
Integrity
N/A
Availability
N/A
Scope
UNCHANGED
RAW VECTOR CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H

Associated Attack Patterns (CAPEC)

Total: Patterns

CVE-2026-68083 Exploits & PoCs (Proof Of Concept)

GitHub https://github.com/TurtleARM/ksmbrace
View Code
MODIFIED

Vulnerability data updated via NVD.

MODIFIED

Vulnerability data updated via NVD.

MODIFIED

Vulnerability data updated via NVD.

Attack Vector Matrix

Access Vector NETWORK
Complexity LOW
Privileges N/A
Interaction NONE
CVSS Vector String CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H

Affected Stack

No specific products linked.