3 matches found
CVE-2026-64159
In the Linux kernel, the following vulnerability has been resolved: netfs: Fix zeropoint update where isize remoteisize Fix the update of the zero point by netfsreleasefolio when there is uncommitted data in the pagecache beyond the folio being released but the on-server EOF is in this folio ie...
CVE-2026-64159
CVE-2026-64159 relates to the Linux kernel netfs code. The issue occurs when there is uncommitted data in the pagecache and the on-server EOF is within the folio being released, causing i_size (local) to be larger than remote_i_size (server). The patch fixes zeropoint updates in netfs_release_fol...
CVE-2026-64159 netfs: Fix zeropoint update where i_size > remote_i_size
In the Linux kernel, the following vulnerability has been resolved: netfs: Fix zeropoint update where isize remoteisize Fix the update of the zero point by netfsreleasefolio when there is uncommitted data in the pagecache beyond the folio being released but the on-server EOF is in this folio ie...