CVE-2026-43056
Gravedad CVSS v3.1:
ALTA
Tipo:
CWE-416
Utilización después de liberación
Fecha de publicación:
01/05/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 />
net: mana: fix use-after-free in add_adev() error path<br />
<br />
If auxiliary_device_add() fails, add_adev() jumps to add_fail and calls<br />
auxiliary_device_uninit(adev).<br />
<br />
The auxiliary device has its release callback set to adev_release(),<br />
which frees the containing struct mana_adev. Since adev is embedded in<br />
struct mana_adev, the subsequent fall-through to init_fail and access<br />
to adev->id may result in a use-after-free.<br />
<br />
Fix this by saving the allocated auxiliary device id in a local<br />
variable before calling auxiliary_device_add(), and use that saved id<br />
in the cleanup path after auxiliary_device_uninit().
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.2 (incluyendo) | 6.6.134 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.7 (incluyendo) | 6.12.81 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.13 (incluyendo) | 6.18.22 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (incluyendo) | 6.19.12 (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
Referencias a soluciones, herramientas e información
- https://git.kernel.org/stable/c/43f5b19fd190fea20d052bc84741b28031d5baa9
- https://git.kernel.org/stable/c/5f4061f8225d18695e5afe9bbf1cb7bd673d7872
- https://git.kernel.org/stable/c/c4ea7d8907cf72b259bf70bd8c2e791e1c4ff70f
- https://git.kernel.org/stable/c/d88541ffd56d62a61e77209080001eddd4d69815
- https://git.kernel.org/stable/c/e5a75bf026c686b91a7dc6f9c5caf5016745d1fe



