Improper access control in Linux kernel - CVE-2026-64391
Published: July 27, 2026
Vulnerability details
The vulnerability allows a remote user to bypass permission checks for alternate data stream I/O.
The vulnerability exists due to improper access control in ksmbd alternate data stream handling when processing read and write operations on alternate data streams. A remote user can access a file over SMB and perform alternate data stream read or write operations to bypass permission checks for alternate data stream I/O.
Alternate data streams are stored as extended attributes, and the vulnerable paths recheck inode permissions and LSM policy using the current task credentials instead of the credentials captured when the SMB handle was opened.