In the Linux kernel, the following vulnerability has been resolved:
net: txgbe: free isb resources at the right time
When using MSI/INTx interrupt, the shared interrupts are still being
handled in the device remove routine, before free IRQs. So isb memory
is still read after it is freed. Thus move wx_free_isb_resources()
from txgbe_close() to txgbe_remove(). And fix the improper isb free
action in txgbe_open() error handling path.
References
Configurations
Configuration 1 (hide)
|
History
07 Oct 2025, 16:56
Type | Values Removed | Values Added |
---|---|---|
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 7.8 |
CWE | CWE-416 | |
First Time |
Linux linux Kernel
Linux |
|
CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.10:rc6:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.10:rc3:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.10:rc4:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.10:rc2:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.10:rc1:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.10:rc5:*:*:*:*:*:* |
|
References | () https://git.kernel.org/stable/c/935124dd5883b5de68dc5a94f582480a10643dc9 - Patch | |
References | () https://git.kernel.org/stable/c/efdc3f54299835ddef23bea651c753c4d467010b - Patch |
21 Nov 2024, 09:33
Type | Values Removed | Values Added |
---|---|---|
References | () https://git.kernel.org/stable/c/935124dd5883b5de68dc5a94f582480a10643dc9 - | |
References | () https://git.kernel.org/stable/c/efdc3f54299835ddef23bea651c753c4d467010b - |
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 : 2025-10-07 16:56
NVD link : CVE-2024-42112
Mitre link : CVE-2024-42112
CVE.ORG link : CVE-2024-42112
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-416
Use After Free