3 matches found
CVE-2026-68457
CVE-2026-68457 affects the Linux kernel ksmbd: FSCTL mutations (SET_SPARSE, SET_ZERO_DATA, SET_COMPRESSION) on an open SMB handle. The vulnerability arises because these operations call VFS helpers (xattr, fallocate, fileattr) using the current ksmbd worker credentials, which can revalidate inode...
EUVD-2026-59079
In the Linux kernel, the following vulnerability has been resolved: ksmbd: use opener credentials for FSCTL mutations SETSPARSE, SETZERODATA and SETCOMPRESSION operate on an open SMB handle but call VFS xattr, fallocate or fileattr helpers with the current ksmbd worker credentials. Those helpers...
UBUNTU-CVE-2026-64391
In the Linux kernel, the following vulnerability has been resolved: ksmbd: use opener credentials for ADS I/O Alternate data streams are stored as xattrs. Unlike regular file I/O, their read and write paths therefore call VFS xattr helpers which recheck inode permissions and LSM policy using the...