2 matches found
EUVD-2026-48624
In the Linux kernel, the following vulnerability has been resolved: netfs: Fix potential UAF in netfsunlockabandonedreadpages netfsunlockabandonedreadpagesrreq accesses the index of the folios it is wanting to unlock and compares that to rreq-nounlockfolio so that it doesn't unlock a folio being...
CVE-2026-64216
CVE-2026-64216: Linux kernel netfs UAF fix in netfs_unlock_abandoned_read_pages() and related netfs_unlock_read_folio. The code compared an index to rreq->no_unlock_folio after NETFS_RREQ_IN_PROGRESS was cleared, risking dereferencing the folio no longer owned by the caller. The patch stores t...