3 matches found
CVE-2026-98137
The Linux kernel contains a vulnerability in the ntfs file system where a failed zeroing operation could be silently ignored. Specifically, the ntfs_dio_zero_range() function returns a negative errno or zero from blkdev_issue_zeroout() , but the zeroing failure check in ntfs_attr_fallocate() fail...
EUVD-2026-86968
In the Linux kernel, the following vulnerability has been resolved: ntfs: treat any nonzero dio zero-range return as an error ntfsdiozerorange returns either 0 or a negative errno from blkdevissuezeroout; it never returns a positive value. The zeroing failure check in ntfsattrfallocate therefore...
CVE-2026-98137
In the Linux kernel, the following vulnerability has been resolved: ntfs: treat any nonzero dio zero-range return as an error ntfsdiozerorange returns either 0 or a negative errno from blkdevissuezeroout; it never returns a positive value. The zeroing failure check in ntfsattrfallocate therefore...