3 matches found
CVE-2026-64217
The CVE concerns the Linux kernel’s netfs code: a fix in netfs_extract_user_iter() addresses an overrun in iov_iter_extract_pages() where pages[] could be overfilled, causing the final iterator to include pages that should not be present. If an overfill occurred, memory corruption may have alread...
EUVD-2026-48625
In the Linux kernel, the following vulnerability has been resolved: netfs: Fix overrun check in netfsextractuseriter Fix netfsextractuseriter so that if ioviterextractpages overfills pages, then those pages don't get included in the iterator constructed at the end of the function. If there was an...
PT-2026-64332
In the Linux kernel, the following vulnerability has been resolved: netfs: Fix overrun check in netfs extract user iter Fix netfs extract user iter so that if iov iter extract pages overfills pages, then those pages don't get included in the iterator constructed at the end of the function. If the...