NULL pointer dereference in Linux kernel - CVE-2026-46034
Published: May 28, 2026
Linux kernel
Detailed vulnerability description
The vulnerability allows a local user to cause a denial of service.
The vulnerability exists due to a null pointer dereference in vfio_cdx_set_msi_trigger() when handling VFIO_DEVICE_SET_IRQS requests with VFIO_IRQ_SET_DATA_BOOL or VFIO_IRQ_SET_DATA_NONE before interrupts are configured through the EVENTFD path. A local user can call VFIO_DEVICE_SET_IRQS with those flags before setting up interrupts to cause a denial of service.