CVE-2026-68083

Source
https://cve.org/CVERecord?id=CVE-2026-68083
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-68083.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-68083
Downstream
Published
2026-08-10T11:41:47.153Z
Modified
2026-08-12T04:18:45.321425409Z
Summary
ksmbd: fix path resolution in ksmbd_vfs_kern_path_create
Details

In the Linux kernel, the following vulnerability has been resolved:

ksmbd: fix path resolution in ksmbdvfskernpathcreate

The SMB2 open lookup is rooted at the share with LOOKUPBENEATH, but the create/mkdir/hardlink sink is not: ksmbdvfskernpathcreate() builds an absolute path with converttounixname() and resolves it from ATFDCWD via startcreating_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 vfspathparentlookup(..., LOOKUPBENEATH, &shareconf->vfspath) and create the final component with startcreatingnoperm(). converttounix_name() then has no callers and is removed.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/68xxx/CVE-2026-68083.json",
    "cna_assigner": "Linux"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
265fd1991c1db85fbabaad4946ca0e63e2ae688d
Fixed
489d1ded01425c0fb33418172c0e4e588467526b
Fixed
c7c884a1305aa4540eb7942a50bd356b34120e1f
Fixed
98185b3025beeae92d1fe700d5db26b9ac4bf025
Fixed
1c8951963d8ed357f70f59e0ad4ddce2199d2016

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-68083.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
5.15.0
Fixed
6.12.97
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.40
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.5

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-68083.json"