Get a Demo

Let's Patch It!

Book a short call with one our specialists, we'll walk you through how Endor Patches work, and ask you a few questions about your environment (like your primary programming languages and repository management). We'll also send you an email right after you fill out the form, feel free to reply with any questions you have in advance!

CVE

CVE-2026-68083

ksmbd: fix path resolution in ksmbd_vfs_kern_path_create
Back to all
CVE

CVE-2026-68083

ksmbd: fix path resolution in ksmbd_vfs_kern_path_create

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 LOOKUP_BENEATH, but the

create/mkdir/hardlink sink is not: ksmbdvfskernpathcreate() builds an

absolute path with converttounixname() and resolves it from ATFDCWD

via startcreatingpath(), 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.

Package Versions Affected

Package Version
patch Availability
No items found.

Automatically patch vulnerabilities without upgrading

Fix Without Upgrading
Detect compatible fix
Apply safe remediation
Fix with a single pull request

CVSS Version

Severity
Base Score
CVSS Version
Score Vector
C
H
U
9.1
-
3.1
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H
C
H
U
0
-
3.1
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H
C
H
U
-

Related Resources

No items found.

References

https://git.kernel.org/stable/c/1c8951963d8ed357f70f59e0ad4ddce2199d2016, https://git.kernel.org/stable/c/489d1ded01425c0fb33418172c0e4e588467526b, https://git.kernel.org/stable/c/98185b3025beeae92d1fe700d5db26b9ac4bf025, https://git.kernel.org/stable/c/c7c884a1305aa4540eb7942a50bd356b34120e1f, https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/68xxx/CVE-2026-68083.json, https://nvd.nist.gov/vuln/detail/CVE-2026-68083, https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Severity

9.1

CVSS Score
0
10

Basic Information

Base CVSS
9.1
EPSS Probability
0.00446%
EPSS Percentile
0.37065%
Introduced Version
265fd1991c1db85fbabaad4946ca0e63e2ae688d,5.15.0,6.13.0,6.19.0,0
Fix Available
1c8951963d8ed357f70f59e0ad4ddce2199d2016,6.12.97,6.18.40,7.1.5,6.12.100-1

Fix Critical Vulnerabilities Instantly

Secure your app without upgrading.
Fix Without Upgrading