2 matches found
CVE-2026-64160
A flaw was found in the Linux kernel's network file system netfs component. This vulnerability, known as 'tearing', occurs when the system attempts to update file size information remoteisize and zeropoint without proper synchronization. This can lead to corrupted file size counters isizeseqcount...
CVE-2026-64160
CVE-2026-64160 involves a Linux kernel netfs issue where tearing could occur in remote_i_size and zero_point updates. The fix copies i_size_read() and i_size_write() and uses the same seqcount as i_size to prevent i_size_seqcount corruption, and requires netfslib and filesystems using it to hold ...