PT-2026-64620 · Linux · Linux
CVE-2026-64399
·
Published
2026-07-25
·
Updated
2026-07-25
None
No severity ratings or metrics are available. When they are, we'll update the corresponding info on the page.
In the Linux kernel, the following vulnerability has been resolved:
ksmbd: add permission checks for FSCTL DUPLICATE EXTENTS TO FILE
The FSCTL DUPLICATE EXTENTS TO FILE arm of smb2 ioctl() overwrites the
destination file's data via vfs clone file range() with neither the
share-level KSMBD TREE CONN FLAG WRITABLE check nor a per-handle
fp->daccess check that the other write-bearing arms carry. A client can
overwrite destination data on a read-only share, or from a handle opened
with only FILE WRITE ATTRIBUTES (which still yields an FMODE WRITE filp).
FILE WRITE ATTRIBUTES-only destination handle overwrote the file's data via
the clone. Add both checks, matching the FSCTL SET SPARSE permission fix;
require FILE WRITE DATA since this writes data.
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Linux