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.
References
Configurations
Configuration 1 (hide)
|
History
09 Dec 2024, 23:07
Type | Values Removed | Values Added |
---|---|---|
References | () https://git.kernel.org/stable/c/850103ebe6b062ee0ab0f6670205f861acc76ace - Patch | |
References | () https://git.kernel.org/stable/c/bd07a98178462e7a02ed2bf7dec90a00944c1da5 - Patch | |
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
CPE | cpe:2.3:o:linux:linux_kernel:6.10:rc5:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.10:rc2:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.10:rc6:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.10:rc4:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.10:rc1:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.10:rc3:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* |
|
First Time |
Linux linux Kernel
Linux |
|
CWE | NVD-CWE-noinfo |
21 Nov 2024, 09:33
Type | Values Removed | Values Added |
---|---|---|
References | () https://git.kernel.org/stable/c/850103ebe6b062ee0ab0f6670205f861acc76ace - | |
References | () https://git.kernel.org/stable/c/bd07a98178462e7a02ed2bf7dec90a00944c1da5 - |
30 Jul 2024, 13:32
Type | Values Removed | Values Added |
---|---|---|
Summary |
|
30 Jul 2024, 08:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2024-07-30 08:15
Updated : 2024-12-09 23:07
NVD link : CVE-2024-42150
Mitre link : CVE-2024-42150
CVE.ORG link : CVE-2024-42150
JSON object : View
Products Affected
linux
- linux_kernel
CWE