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.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-07-30 08:15
Updated : 2025-09-26 15:33
NVD link : CVE-2024-42113
Mitre link : CVE-2024-42113
CVE.ORG link : CVE-2024-42113
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-908
Use of Uninitialized Resource
