CVE-2023-53332
Gravedad CVSS v3.1:
MEDIA
Tipo:
CWE-476
Desreferencia a puntero nulo (NULL)
Fecha de publicación:
16/09/2025
Última modificación:
14/01/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
genirq/ipi: Fix NULL pointer deref in irq_data_get_affinity_mask()<br />
<br />
If ipi_send_{mask|single}() is called with an invalid interrupt number, all<br />
the local variables there will be NULL. ipi_send_verify() which is invoked<br />
from these functions does verify its &#39;data&#39; parameter, resulting in a<br />
kernel oops in irq_data_get_affinity_mask() as the passed NULL pointer gets<br />
dereferenced.<br />
<br />
Add a missing NULL pointer check in ipi_send_verify()...<br />
<br />
Found by Linux Verification Center (linuxtesting.org) with the SVACE static<br />
analysis tool.
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:*:*:*:*:*:*:*:* | 4.6 (incluyendo) | 6.1.18 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.2 (incluyendo) | 6.2.5 (excluyendo) |
Para consultar la lista completa de nombres de CPE con productos y versiones, ver esta página



