CVE-2026-46034
Gravedad CVSS v3.1:
MEDIA
Tipo:
CWE-476
Desreferencia a puntero nulo (NULL)
Fecha de publicación:
27/05/2026
Última modificación:
16/06/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
vfio/cdx: Fix NULL pointer dereference in interrupt trigger path<br />
<br />
Add validation to ensure MSI is configured before accessing cdx_irqs<br />
array in vfio_cdx_set_msi_trigger(). Without this check, userspace<br />
can trigger a NULL pointer dereference by calling VFIO_DEVICE_SET_IRQS<br />
with VFIO_IRQ_SET_DATA_BOOL or VFIO_IRQ_SET_DATA_NONE flags before<br />
ever setting up interrupts via VFIO_IRQ_SET_DATA_EVENTFD.<br />
<br />
The vfio_cdx_msi_enable() function allocates the cdx_irqs array and<br />
sets config_msi to 1 only when called through the EVENTFD path. The<br />
trigger loop (for DATA_BOOL/DATA_NONE) assumed this had already been<br />
done, but there was no enforcement of this call ordering.<br />
<br />
This matches the protection used in the PCI VFIO driver where<br />
vfio_pci_set_msi_trigger() checks irq_is() before the trigger loop.
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.10 (incluyendo) | 6.12.86 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.13 (incluyendo) | 6.18.27 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (incluyendo) | 7.0.4 (excluyendo) |
Para consultar la lista completa de nombres de CPE con productos y versiones, ver esta página



