CVE-2026-31621
Gravedad CVSS v3.1:
MEDIA
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
24/04/2026
Última modificación:
28/04/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
bnge: return after auxiliary_device_uninit() in error path<br />
<br />
When auxiliary_device_add() fails, the error block calls<br />
auxiliary_device_uninit() but does not return. The uninit drops the<br />
last reference and synchronously runs bnge_aux_dev_release(), which sets<br />
bd->auxr_dev = NULL and frees the underlying object. The subsequent<br />
bd->auxr_dev->net = bd->netdev then dereferences NULL, which is not a<br />
good thing to have happen when trying to clean up from an error.<br />
<br />
Add the missing return, as the auxiliary bus documentation states is a<br />
requirement (seems that LLM tools read documentation better than humans<br />
do...)
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.19 (incluyendo) | 6.19.14 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 7.0 (incluyendo) | 7.0.1 (excluyendo) |
Para consultar la lista completa de nombres de CPE con productos y versiones, ver esta página



