CVE-2026-31471
Gravedad CVSS v3.1:
ALTA
Tipo:
CWE-415
Doble liberación
Fecha de publicación:
22/04/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 />
xfrm: iptfs: only publish mode_data after clone setup<br />
<br />
iptfs_clone_state() stores x->mode_data before allocating the reorder<br />
window. If that allocation fails, the code frees the cloned state and<br />
returns -ENOMEM, leaving x->mode_data pointing at freed memory.<br />
<br />
The xfrm clone unwind later runs destroy_state() through x->mode_data,<br />
so the failed clone path tears down IPTFS state that clone_state()<br />
already freed.<br />
<br />
Keep the cloned IPTFS state private until all allocations succeed so<br />
failed clones leave x->mode_data unset. The destroy path already<br />
handles a NULL mode_data pointer.
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:*:*:*:*:*:*:*:* | 6.14 (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:*:*:*:*:*:* |
Para consultar la lista completa de nombres de CPE con productos y versiones, ver esta página



