CVE-2024-42112

Source
https://nvd.nist.gov/vuln/detail/CVE-2024-42112
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2024-42112.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2024-42112
Downstream
Published
2024-07-30T08:15:03Z
Modified
2025-08-09T20:01:28Z
Summary
[none]
Details

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 wxfreeisbresources() from txgbeclose() to txgberemove(). And fix the improper isb free action in txgbeopen() error handling path.

References

Affected packages