3 matches found
EUVD-2026-76552
In the Linux kernel, the following vulnerability has been resolved: cifs: fix lofft underflow in cifsremapfilerange when len == 0 With len == 0 clone to EOF, the effective length is computed as: len = srcinode-isize - off; If off isize, this is a negative lofft, corrupting the ByteCount in the...
CVE-2026-89640
This CVE affects the CIFS subsystem of the Linux kernel , specifically in cifs_remap_file_range(). When a file-range remap (clone) is issued with len == 0 (clone to EOF) and the offset exceeds the source file's size, the effective length is computed as a negative loff_t , which corrupts the ByteC...
CVE-2026-89640 cifs: fix loff_t underflow in cifs_remap_file_range() when len == 0
In the Linux kernel, the following vulnerability has been resolved: cifs: fix lofft underflow in cifsremapfilerange when len == 0 With len == 0 clone to EOF, the effective length is computed as: len = srcinode-isize - off; If off isize, this is a negative lofft, corrupting the ByteCount in the...