CVE-2026-43369
Gravedad CVSS v3.1:
MEDIA
Tipo:
CWE-476
Desreferencia a puntero nulo (NULL)
Fecha de publicación:
08/05/2026
Última modificación:
15/05/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
drm/amd: Fix NULL pointer dereference in device cleanup<br />
<br />
When GPU initialization fails due to an unsupported HW block<br />
IP blocks may have a NULL version pointer. During cleanup in<br />
amdgpu_device_fini_hw, the code calls amdgpu_device_set_pg_state and<br />
amdgpu_device_set_cg_state which iterate over all IP blocks and access<br />
adev->ip_blocks[i].version without NULL checks, leading to a kernel<br />
NULL pointer dereference.<br />
<br />
Add NULL checks for adev->ip_blocks[i].version in both<br />
amdgpu_device_set_cg_state and amdgpu_device_set_pg_state to prevent<br />
dereferencing NULL pointers during GPU teardown when initialization has<br />
failed.<br />
<br />
(cherry picked from commit b7ac77468cda92eecae560b05f62f997a12fe2f2)
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.18.16 (incluyendo) | 6.18.19 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19.6 (incluyendo) | 6.19.9 (excluyendo) |
Para consultar la lista completa de nombres de CPE con productos y versiones, ver esta página



