In the Linux kernel, the following vulnerability has been resolved:
net: txgbe: initialize numqvectors for MSI/INTx interrupts
When using MSI/INTx interrupts, wx->numqvectors is uninitialized. Thus there will be kernel panic in wxallocq_vectors() to allocate queue vectors.