CVE-2026-31438
Gravedad CVSS v3.1:
MEDIA
Tipo:
CWE-476
Desreferencia a puntero nulo (NULL)
Fecha de publicación:
22/04/2026
Última modificación:
19/05/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
netfs: Fix kernel BUG in netfs_limit_iter() for ITER_KVEC iterators<br />
<br />
When a process crashes and the kernel writes a core dump to a 9P<br />
filesystem, __kernel_write() creates an ITER_KVEC iterator. This<br />
iterator reaches netfs_limit_iter() via netfs_unbuffered_write(), which<br />
only handles ITER_FOLIOQ, ITER_BVEC and ITER_XARRAY iterator types,<br />
hitting the BUG() for any other type.<br />
<br />
Fix this by adding netfs_limit_kvec() following the same pattern as<br />
netfs_limit_bvec(), since both kvec and bvec are simple segment arrays<br />
with pointer and length fields. Dispatch it from netfs_limit_iter() when<br />
the iterator type is ITER_KVEC.
Impacto
Puntuación base 3.x
5.50
Gravedad 3.x
MEDIA
Productos y versiones vulnerables
| CPE | Desde | Hasta |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.8 (incluyendo) | 6.12.80 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.13 (incluyendo) | 6.18.21 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (incluyendo) | 6.19.11 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:7.0:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc2:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc3:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc4:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc5:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc6:*:*:*:*:*:* |
Para consultar la lista completa de nombres de CPE con productos y versiones, ver esta página



