LiveActive security incident?Get immediate response
CVE Record

CVE-2024-42112: net: txgbe: free isb resources at the right time

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.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysisunknown

Security readout for executives and security teams

Plain-English summary

CVE-2024-42112 is a Linux kernel txgbe network driver bug. During device removal with MSI/INTx interrupts, the driver may free internal status-block memory too early while shared interrupts can still read it. Business impact is unclear from public data, but affected systems using this driver should be patched through normal kernel maintenance.

Executive priority

Treat as a kernel maintenance item, not an emergency, unless critical systems use txgbe hardware. The absence of CVSS and exploitation evidence limits urgency, but kernel memory lifecycle bugs can affect reliability and deserve timely patching.

Technical view

The resolved issue is a use-after-free timing bug in the txgbe driver’s ISB resource lifecycle. The fix moves wx_free_isb_resources() from txgbe_close() to txgbe_remove() and corrects txgbe_open() error handling. Source data lists affected Linux kernel entries including 6.9, 6.9.9, and 6.10, with incomplete version semantics.

Likely exposure

Exposure is most likely limited to Linux systems running affected kernel builds with the txgbe network driver and relevant hardware. The provided sources do not identify distributions, appliances, or cloud platforms that are affected.

Exploitation context

The source bundle does not show CISA KEV listing, active exploitation, public exploit availability, or remote attack details. The described trigger area is driver cleanup and interrupt handling during device remove or open error paths.

Researcher notes

Evidence is narrow and kernel-focused. The public description supports a txgbe ISB use-after-free during shared interrupt handling before IRQ teardown. No CWE, CVSS vector, proof-of-concept, distribution mapping, or exploit preconditions are provided in the bundle.

Mitigation direction

  • Check Linux vendor advisories for CVE-2024-42112 backports.
  • Upgrade to a kernel containing the referenced stable fixes.
  • Prioritize systems using txgbe-supported network adapters.
  • Track distribution package changelogs for the fix commits.
  • Avoid unsupported kernel builds on production network hosts.

Validation and detection

  • Inventory Linux kernel versions against affected source data.
  • Confirm whether the txgbe driver is present or loaded.
  • Verify vendor kernel packages include the stable fix commits.
  • Review fleet exposure for systems using MSI or INTx interrupt paths.
  • Document compensating controls if patch timing is delayed.
Prepared
Confidence
medium
Sources
4

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cve · low confidence lookup

CVE-2024-42112 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Unknown
CVSS
Not scored
Known Exploited
No
Published
Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

0CVSS vectors
3Timeline events
2ADP providers
3Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: partial

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CVECVE Program Container
CISA-ADPCISA ADP Vulnrichment
other:ssvc
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
LinuxLinuxaefd013624a10f39b0bfaee8432a235128705380, aefd013624a10f39b0bfaee8432a235128705380, ffe8a87463c8bb885c42ed54540d06ed041e76dc, 6.8.12unaffected
LinuxLinux6.9, 0, 6.9.9, 6.10affected
Weakness

CWE details

No CWE listed

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.