CVE-2026-31694
Gravedad CVSS v3.1:
ALTA
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
01/05/2026
Última modificación:
06/05/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
fuse: reject oversized dirents in page cache<br />
<br />
fuse_add_dirent_to_cache() computes a serialized dirent size from the<br />
server-controlled namelen field and copies the dirent into a single<br />
page-cache page. The existing logic only checks whether the dirent fits<br />
in the remaining space of the current page and advances to a fresh page<br />
if not. It never checks whether the dirent itself exceeds PAGE_SIZE.<br />
<br />
As a result, a malicious FUSE server can return a dirent with<br />
namelen=4095, producing a serialized record size of 4120 bytes. On 4 KiB<br />
page systems this causes memcpy() to overflow the cache page by 24 bytes<br />
into the following kernel page.<br />
<br />
Reject dirents that cannot fit in a single page before copying them into<br />
the readdir cache.
Impacto
Puntuación base 3.x
7.80
Gravedad 3.x
ALTA
Productos y versiones vulnerables
| CPE | Desde | Hasta |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 4.20 (incluyendo) | 6.6.136 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.7 (incluyendo) | 6.12.84 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.13 (incluyendo) | 6.18.25 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (incluyendo) | 7.0.2 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:7.1:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.1:rc2:*:*:*:*:*:* |
Para consultar la lista completa de nombres de CPE con productos y versiones, ver esta página
Referencias a soluciones, herramientas e información
- https://git.kernel.org/stable/c/45c05af36311624c1148123caeb011312495d86b
- https://git.kernel.org/stable/c/474ce83c96a55f2eeb14dee2be375eeadfdacdf5
- https://git.kernel.org/stable/c/51a8de6c50bf947c8f534cd73da4c8f0a13e7bed
- https://git.kernel.org/stable/c/7de93abfaae1b2dc94da8a07a36421bd073f1d8f
- https://git.kernel.org/stable/c/d23ad78bfd205eac26766e38ba7d79f279131098



