CVE-2026-64216
Gravedad CVSS v3.1:
CRÍTICA
Tipo:
CWE-416
Utilización después de liberación
Fecha de publicación:
24/07/2026
Última modificación:
11/08/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
netfs: Fix potential UAF in netfs_unlock_abandoned_read_pages()<br />
<br />
netfs_unlock_abandoned_read_pages(rreq) accesses the index of the folios it<br />
is wanting to unlock and compares that to rreq->no_unlock_folio so that it<br />
doesn&#39;t unlock a folio being read for netfs_perform_write() or<br />
netfs_write_begin().<br />
<br />
However, given that netfs_unlock_abandoned_read_pages() is called _after_<br />
NETFS_RREQ_IN_PROGRESS is cleared, the one folio that it&#39;s not allowed to<br />
dereference is the one specified by ->no_unlock_folio as ownership<br />
immediately reverts to the caller.<br />
<br />
Fix this by storing the folio pointer instead and using that rather than<br />
the index. Also fix netfs_unlock_read_folio() where the same applies.
Impacto
Puntuación base 3.x
9.80
Gravedad 3.x
CRÍTICA
Productos y versiones vulnerables
| CPE | Desde | Hasta |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.12 (incluyendo) | 6.18.34 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (incluyendo) | 7.0.11 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:7.1:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.1:rc2:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.1:rc3:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.1:rc4:*:*:*:*:*:* |
Para consultar la lista completa de nombres de CPE con productos y versiones, ver esta página



