Lucene search

K
nvd416baaa9-dc9f-4396-8d5f-8c081fb06d67NVD:CVE-2024-42113
HistoryJul 30, 2024 - 8:15 a.m.

CVE-2024-42113

2024-07-3008:15:03
416baaa9-dc9f-4396-8d5f-8c081fb06d67
web.nvd.nist.gov
3
linux kernel
cve-2024-42113
txgbe
msi
intx
initialize
num_q_vectors
vulnerability

EPSS

0

Percentile

16.2%

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.