CVE-2026-46034
Severity CVSS v4.0:
Pending analysis
Type:
CWE-476
NULL Pointer Dereference
Publication date:
27/05/2026
Last modified:
16/06/2026
Description
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.
Impact
Base Score 3.x
5.50
Severity 3.x
MEDIUM
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.10 (including) | 6.12.86 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.13 (including) | 6.18.27 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (including) | 7.0.4 (excluding) |
To consult the complete list of CPE names with products and versions, see this page



