Use After Free in Linux
CVE-2024-42112
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.
Vulnerability class: Use-After-Free
EPSS: 0.002 (14.4th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 7.8 (High). Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H.
Affected products
- Linux — versions 6.9, 6.9.9, ffe8a87463c8bb885c42ed54540d06ed041e76dc
- Linux Linux_kernel — versions 6.10
Weakness classification (CWE)
References
Frequently asked questions
- What is CVE-2024-42112?
- CVE-2024-42112 is a high-severity vulnerability in Linux, classified under Use After Free. CVSS score: 7.8/10. Published 2024-07-30.
- How severe is CVE-2024-42112?
- High severity. CVSS v3 base score is 7.8 out of 10.