CVE-2026-64395

HIGHCVSS 7.5/10EPSS 0.41%

Last modified

CVE-2026-64395 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: ksmbd: require source read access for duplicate extents FSCTL_DUPLICATE_EXTENTS_TO_FILE passes the source file directly to vfs_clone_file_range() or vfs_copy_file_range() without checking the SMB access mask granted to the source handle. A handle opened with attribute access can consequently be used to copy file contents into an attacker-readable destination. Require FILE_READ_DATA on the source handle before either VFS operation, matching other ksmbd data-copy paths.. EPSS estimates a 0.41% chance of exploitation in the next 30 days.

Description

In the Linux kernel, the following vulnerability has been resolved: ksmbd: require source read access for duplicate extents FSCTL_DUPLICATE_EXTENTS_TO_FILE passes the source file directly to vfs_clone_file_range() or vfs_copy_file_range() without checking the SMB access mask granted to the source handle. A handle opened with attribute access can consequently be used to copy file contents into an attacker-readable destination. Require FILE_READ_DATA on the source handle before either VFS operation, matching other ksmbd data-copy paths.

Metrics

CVSS 3.1
7.5/10

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

EPSS Probability
0.41%

33.5th percentile

Probability of exploitation in the next 30 days. Learn more

Affected Software

Source: CNA advisory (CVE.org). NVD analysis pending.

VendorProductVersions
LinuxLinux>= eb817368f50c1cbe1bd07044124aad7db6330e3a, < 2d2ab6983620c2d60ce7db72133984ca3873b929; >= eb817368f50c1cbe1bd07044124aad7db6330e3a, < 67bdad9cf01b25030e3bf00bbce6c309319d6663; >= eb817368f50c1cbe1bd07044124aad7db6330e3a, < b0d4d5cb846a1ddb7aaab9adfb5986e4540e6e5f; >= eb817368f50c1cbe1bd07044124aad7db6330e3a, < db231af842868268839f9f9619c68cb27830d8be; >= eb817368f50c1cbe1bd07044124aad7db6330e3a, < a10942af27832c2761d020863a46e79bebe0567d; >= eb817368f50c1cbe1bd07044124aad7db6330e3a, < cedff600f1642aa982178503552f0d007bc829c8
LinuxLinux5.15

References

Timeline

Published
Last Modified
Status
Awaiting Analysis

Frequently Asked Questions

What is CVE-2026-64395?
In the Linux kernel, the following vulnerability has been resolved: ksmbd: require source read access for duplicate extents FSCTL_DUPLICATE_EXTENTS_TO_FILE passes the source file directly to vfs_clone_file_range() or vfs_copy_file_range() without checking the SMB access mask granted to the source handle. A handle opened with attribute access can consequently be used to copy file contents into an attacker-readable destination. Require FILE_READ_DATA on the source handle before either VFS operation, matching other ksmbd data-copy paths.
How severe is CVE-2026-64395?
CVE-2026-64395 has a CVSS score of 7.5/10 (HIGH severity). The EPSS model estimates a 0.41% probability of exploitation in the next 30 days.
How do I fix CVE-2026-64395?
Check the vendor references and advisories linked above for patched versions and mitigation guidance. You can also run a Strix scan to test if your systems are affected.

How Strix Helps

Related CVEs from 2026

Are you affected by CVE-2026-64395?

Run a free Strix scan to check your systems for this vulnerability.

Scan your code now

Source: NVD / NIST