CVE-2026-43144
Gravedad CVSS v3.1:
MEDIA
Tipo:
CWE-476
Desreferencia a puntero nulo (NULL)
Fecha de publicación:
06/05/2026
Última modificación:
13/05/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
wifi: brcmfmac: Fix potential kernel oops when probe fails<br />
<br />
When probe of the sdio brcmfmac device fails for some reasons (i.e.<br />
missing firmware), the sdiodev->bus is set to error instead of NULL, thus<br />
the cleanup later in brcmf_sdio_remove() tries to free resources via<br />
invalid bus pointer. This happens because sdiodev->bus is set 2 times:<br />
first in brcmf_sdio_probe() and second time in brcmf_sdiod_probe(). Fix<br />
this by chaning the brcmf_sdio_probe() function to return the error code<br />
and set sdio->bus only there.
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.13 (incluyendo) | 6.18.16 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (incluyendo) | 6.19.6 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:7.0:rc1:*:*:*:*:*:* |
Para consultar la lista completa de nombres de CPE con productos y versiones, ver esta página



