CVE-2026-64394
Last modified
CVE-2026-64394 is a high-severity vulnerability rated 8.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: ksmbd: add a WRITE_DAC/WRITE_OWNER check to SMB2 SET_INFO SECURITY commit cc57232cae23 ("ksmbd: fix FSCTL permission bypass by adding a permission check for FSCTL_SET_SPARSE") added a fp->daccess gate to fsctl_set_sparse and noted that "similar handle-level checks exist in other functions but are missing here." The SMB2 SET_INFO SECURITY arm is one of the missing ones, and the most security-relevant: smb2_set_info_sec() calls set_info_sec() with no per-handle access check. set_info_sec() (fs/smb/server/smbacl.c) re-permissions the file: it rewrites owner/group/mode via notify_change(), rewrites the POSIX ACL via set_posix_acl(), and on KSMBD_SHARE_FLAG_ACL_XATTR shares removes and rewrites the Windows security descriptor via ksmbd_vfs_set_sd_xattr(). Every other persistent-mutation arm of the sibling handler smb2_set_info_file() checks fp->daccess first (FILE_WRITE_DATA / FILE_DELETE / FILE_WRITE_EA / FILE_WRITE_ATTRIBUTES); the SECURITY arm — which mutates the access control itself — is the only one with no gate. A client can therefore open a handle with FILE_WRITE_ATTRIBUTES only (no FILE_WRITE_DAC / FILE_WRITE_OWNER) and use SMB2_SET_INFO with InfoType SMB2_O_INFO_SECURITY to rewrite the file's DACL and owner, granting itself access the handle's daccess never carried. Unlike the FSCTL data arms this is a metadata/xattr operation, so there is no FMODE_WRITE VFS backstop — the missing fp->daccess check is the entire gate. Setting a security descriptor is the WRITE_DAC / WRITE_OWNER operation, so require at least one of those on the handle before re-permissioning the file. EPSS estimates a 0.47% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: ksmbd: add a WRITE_DAC/WRITE_OWNER check to SMB2 SET_INFO SECURITY commit cc57232cae23 ("ksmbd: fix FSCTL permission bypass by adding a permission check for FSCTL_SET_SPARSE") added a fp->daccess gate to fsctl_set_sparse and noted that "similar handle-level checks exist in other functions but are missing here." The SMB2 SET_INFO SECURITY arm is one of the missing ones, and the most security-relevant: smb2_set_info_sec() calls set_info_sec() with no per-handle access check. set_info_sec() (fs/smb/server/smbacl.c) re-permissions the file: it rewrites owner/group/mode via notify_change(), rewrites the POSIX ACL via set_posix_acl(), and on KSMBD_SHARE_FLAG_ACL_XATTR shares removes and rewrites the Windows security descriptor via ksmbd_vfs_set_sd_xattr(). Every other persistent-mutation arm of the sibling handler smb2_set_info_file() checks fp->daccess first (FILE_WRITE_DATA / FILE_DELETE / FILE_WRITE_EA / FILE_WRITE_ATTRIBUTES); the SECURITY arm — which mutates the access control itself — is the only one with no gate. A client can therefore open a handle with FILE_WRITE_ATTRIBUTES only (no FILE_WRITE_DAC / FILE_WRITE_OWNER) and use SMB2_SET_INFO with InfoType SMB2_O_INFO_SECURITY to rewrite the file's DACL and owner, granting itself access the handle's daccess never carried. Unlike the FSCTL data arms this is a metadata/xattr operation, so there is no FMODE_WRITE VFS backstop — the missing fp->daccess check is the entire gate. Setting a security descriptor is the WRITE_DAC / WRITE_OWNER operation, so require at least one of those on the handle before re-permissioning the file. -EACCES is mapped to STATUS_ACCESS_DENIED by smb2_set_info().
Metrics
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= e2f34481b24db2fd634b5edb0a5bd0e4d38cc6e9, < 0848b1d8b403f530878195dcbe241a2fddb9d0e1; >= e2f34481b24db2fd634b5edb0a5bd0e4d38cc6e9, < e6aa731f1b4b3e08caebf66a99f04b22bdab2e99; >= e2f34481b24db2fd634b5edb0a5bd0e4d38cc6e9, < 9ab2ffd3ed3d4ca1667c52de27026ddabc11e537; >= e2f34481b24db2fd634b5edb0a5bd0e4d38cc6e9, < f56535db508ead8dec1c481ad93d7d8acd8f8f1e; >= e2f34481b24db2fd634b5edb0a5bd0e4d38cc6e9, < aae600cdaffc6d9ce97645f129799a103a97d06d; >= e2f34481b24db2fd634b5edb0a5bd0e4d38cc6e9, < 44df157a1183a7f746caa970c169255da5ac61f8 |
| Linux | Linux | 5.15 |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-64394?
How severe is CVE-2026-64394?
How do I fix CVE-2026-64394?
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-64389In the Linux kernel, the following vulnerability has been re…8.2
- CVE-2026-6439The VideoZen plugin for WordPress is vulnerable to Stored Cr…4.4
- CVE-2026-64390In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-64391In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-64392In the Linux kernel, the following vulnerability has been re…9.1
- CVE-2026-64393In the Linux kernel, the following vulnerability has been re…9.1
- CVE-2026-64395In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-64396In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-64397In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-64398In the Linux kernel, the following vulnerability has been re…8.1
- CVE-2026-64399In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-6440The GoodMeet – Google Meet Integration for Webinar, Meeting …4.3
Are you affected by CVE-2026-64394?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
