Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: ksmbd: use opener credentials for FSCTL mutations SET_SPARSE, SET_ZERO_DATA and SET_COMPRESSION operate on an open SMB handle but call VFS xattr, fallocate or fileattr helpers with the current ksmbd worker credentials. Those helpers can revalidate inode permissions, ownership and LSM policy independently of the SMB handle access mask. Run each operation with the credentials captured in the target file when the handle was opened. Keep credential handling local to these single-file FSCTLs rather than applying session credentials to the complete IOCTL handler, which also contains handle-less and multi-handle operations.
CVSS Score
CRITICAL
References
- https://git.kernel.org/stable/c/1e112c47ec5dd1942e2d4ca6e8e9b712238e20c2
- https://git.kernel.org/stable/c/a8c18434e1f0d9f7989170bdb0490c0160baf065
- https://git.kernel.org/stable/c/c6394bcaf254c5baf9aff43376020be5db6d3316
- https://git.kernel.org/stable/c/cfb2c6f71d61ed807c9d7a7af331d406f1f31877
- https://git.kernel.org/stable/c/e205f3e7e8c31a47cd11efb6cf663a527177e432
- https://git.kernel.org/stable/c/fb1cae6302d58414ddf029e3f642711bd30243f7
FAQ
What is CVE-2026-68457?
CVE-2026-68457 is a vulnerability with a CVSS score of 9.1 (CRITICAL). In the Linux kernel, the following vulnerability has been resolved: ksmbd: use opener credentials for FSCTL mutations SET_SPARSE, SET_ZERO_DATA and SET_COMPRESSION operate on an open SMB handle but ...
How severe is CVE-2026-68457?
CVE-2026-68457 has been rated CRITICAL with a CVSS base score of 9.1/10. This is considered a critical vulnerability requiring immediate attention.
Is there a patch for CVE-2026-68457?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.