Vulnerability in Linux
CVE-2024-42150
In the Linux kernel, the following vulnerability has been resolved: net: txgbe: remove separate irq request for MSI and INTx When using MSI or INTx interrupts, request_irq() for pdev->irq will conflict with request_threaded_irq() for txgbe->misc.irq, to cause system crash. So remove txgbe_request_irq() for MSI/INTx case, and rename txgbe_request_msix_irqs() since it only request for queue irqs. Add wx->misc_irq_domain to determine whether the driver creates an IRQ domain and threaded request the IRQs.
EPSS: 0.002 (8.2th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 5.5 (Medium). Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H.
Affected products
- Linux — versions 6.9, 6.9.9, ffe8a87463c8bb885c42ed54540d06ed041e76dc
- Linux Linux_kernel — versions 6.10
References
Frequently asked questions
- What is CVE-2024-42150?
- CVE-2024-42150 is a medium-severity vulnerability in Linux. CVSS score: 5.5/10. Published 2024-07-30.
- How severe is CVE-2024-42150?
- Medium severity. CVSS v3 base score is 5.5 out of 10.