2 matches found
CVE-2026-98126
A vulnerability in the Linux kernel smb/client allows a file to grow beyond the caller's file-size limit. When FALLOC_FL_ZERO_RANGE is used without FALLOC_FL_KEEP_SIZE , the smb3_zero_range() function may extend the EOF without checking RLIMIT_FSIZE . The issue is resolved by calling inode_newsiz...
5.8AI score
SaveExploits0References4
EUVD-2026-86957
In the Linux kernel, the following vulnerability has been resolved: smb/client: validate new EOF for zero range When FALLOCFLZERORANGE is used without FALLOCFLKEEPSIZE, smb3zerorange may extend EOF without checking RLIMITFSIZE, allowing the file to grow beyond the caller's file-size limit. Fix th...
5.8AI score
SaveExploits0References4
20