CVE-2026-31589
Gravedad CVSS v3.1:
CRÍTICA
Tipo:
CWE-416
Utilización después de liberación
Fecha de publicación:
24/04/2026
Última modificación:
07/05/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
mm: call ->free_folio() directly in folio_unmap_invalidate()<br />
<br />
We can only call filemap_free_folio() if we have a reference to (or hold a<br />
lock on) the mapping. Otherwise, we&#39;ve already removed the folio from the<br />
mapping so it no longer pins the mapping and the mapping can be removed,<br />
causing a use-after-free when accessing mapping->a_ops.<br />
<br />
Follow the same pattern as __remove_mapping() and load the free_folio<br />
function pointer before dropping the lock on the mapping. That lets us<br />
make filemap_free_folio() static as this was the only caller outside<br />
filemap.c.
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.14 (incluyendo) | 6.19.14 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 7.0 (incluyendo) | 7.0.1 (excluyendo) |
Para consultar la lista completa de nombres de CPE con productos y versiones, ver esta página



