Lucene search

K
osvGoogleOSV:CVE-2024-42113
HistoryJul 30, 2024 - 8:15 a.m.

CVE-2024-42113

2024-07-3008:15:03
Google
osv.dev
2
linux kernel
vulnerability
msi/intx interrupts
kernel panic

AI Score

8.1

Confidence

High

In the Linux kernel, the following vulnerability has been resolved:

net: txgbe: initialize num_q_vectors for MSI/INTx interrupts

When using MSI/INTx interrupts, wx->num_q_vectors is uninitialized.
Thus there will be kernel panic in wx_alloc_q_vectors() to allocate
queue vectors.