CVE-2026-53392
Gravedad CVSS v3.1:
ALTA
Tipo:
CWE-476
Desreferencia a puntero nulo (NULL)
Fecha de publicación:
19/07/2026
Última modificación:
17/08/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
NFSv4/flexfiles: reject zero filehandle version count<br />
<br />
ff_layout_alloc_lseg() decodes the filehandle-version array count<br />
from the flexfiles layout body. The value is used as the count for<br />
kzalloc_objs(), and the current code only rejects NULL.<br />
<br />
A zero count yields ZERO_SIZE_PTR, which can be stored in<br />
dss_info->fh_versions even though later flexfiles paths assume that at<br />
least one filehandle version exists.<br />
<br />
Reject fh_count == 0 before the allocation, matching the existing zero<br />
version_count validation in the flexfiles GETDEVICEINFO parser.<br />
<br />
A QEMU/KASAN run with a malformed flexfiles layout hit:<br />
<br />
KASAN: null-ptr-deref in range [0x0000000000000010-0x0000000000000017]<br />
RIP: 0010:ff_layout_encode_ff_layoutupdate.isra.0+0x15f/0x750<br />
ff_layout_encode_layoutreturn+0x683/0x970<br />
nfs4_xdr_enc_layoutreturn+0x278/0x3a0<br />
Kernel panic - not syncing: Fatal exception<br />
<br />
The patched kernel rejects the malformed layout without KASAN/oops/panic,<br />
and a valid fh_count=1 regression still opens, reads, and unmounts cleanly.
Impacto
Puntuación base 3.x
7.50
Gravedad 3.x
ALTA
Productos y versiones vulnerables
| CPE | Desde | Hasta |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 4.0 (incluyendo) | 5.10.261 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.11 (incluyendo) | 5.15.212 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.16 (incluyendo) | 6.1.178 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.2 (incluyendo) | 6.6.145 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.7 (incluyendo) | 6.12.96 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.13 (incluyendo) | 6.18.38 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (incluyendo) | 7.1.3 (excluyendo) |
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/18cc6d57a14fa65ab2a2b52279f549041c4bc9cf
- https://git.kernel.org/stable/c/2131ed64b767ffa8bcdb3677d90f3964e39aabc8
- https://git.kernel.org/stable/c/2c6bb3c40bc24f6aa8dfbe6fe98c3ad6389203f2
- https://git.kernel.org/stable/c/7779c85028a0676fb190cde4f0c540f4f8e97761
- https://git.kernel.org/stable/c/9033591535c066726f5b505126ccb4068b98fa4f
- https://git.kernel.org/stable/c/be7829715e341b42846437dd9e721005db59f0cc
- https://git.kernel.org/stable/c/d8c90c7cc061265d5f2813a1f5c82ef2f4707e67
- https://git.kernel.org/stable/c/eeabb9020721db6bc132e68eeae380b8d4fb4b04



