๐Ÿ” CVE Alert

CVE-2026-68083

UNKNOWN 0.0

ksmbd: fix path resolution in ksmbd_vfs_kern_path_create

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

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.

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published Aug 10, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new unknown vulnerabilities affecting linux linux are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

Linux / Linux
265fd1991c1db85fbabaad4946ca0e63e2ae688d < 489d1ded01425c0fb33418172c0e4e588467526b 265fd1991c1db85fbabaad4946ca0e63e2ae688d < c7c884a1305aa4540eb7942a50bd356b34120e1f 265fd1991c1db85fbabaad4946ca0e63e2ae688d < 98185b3025beeae92d1fe700d5db26b9ac4bf025 265fd1991c1db85fbabaad4946ca0e63e2ae688d < 1c8951963d8ed357f70f59e0ad4ddce2199d2016
Linux / Linux
5.15

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/489d1ded01425c0fb33418172c0e4e588467526b git.kernel.org: https://git.kernel.org/stable/c/c7c884a1305aa4540eb7942a50bd356b34120e1f git.kernel.org: https://git.kernel.org/stable/c/98185b3025beeae92d1fe700d5db26b9ac4bf025 git.kernel.org: https://git.kernel.org/stable/c/1c8951963d8ed357f70f59e0ad4ddce2199d2016