CVE-2026-68083
Last modified
CVE-2026-68083 is a vulnerability of currently unknown severity. 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..
Description
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.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 265fd1991c1db85fbabaad4946ca0e63e2ae688d, < 489d1ded01425c0fb33418172c0e4e588467526b; >= 265fd1991c1db85fbabaad4946ca0e63e2ae688d, < c7c884a1305aa4540eb7942a50bd356b34120e1f; >= 265fd1991c1db85fbabaad4946ca0e63e2ae688d, < 98185b3025beeae92d1fe700d5db26b9ac4bf025; >= 265fd1991c1db85fbabaad4946ca0e63e2ae688d, < 1c8951963d8ed357f70f59e0ad4ddce2199d2016 |
| Linux | Linux | 5.15 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-68083?
How severe is CVE-2026-68083?
How do I fix CVE-2026-68083?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-68078It was not possible to govern the maximum number of transfer…6.5
- CVE-2026-68079In Apache CXF's DefaultEncryptingCodeDataProvider, a capture…9.8
- CVE-2026-6808The Pricing Tables for WP plugin for WordPress is vulnerable…6.1
- CVE-2026-68080It was not possible to govern the rate at which the broker w…6.5
- CVE-2026-68081In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68082In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68084In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68085In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68086In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68087In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68088In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68089In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-68083?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
