LiveActive security incident?Get immediate response
CVE Record

CVE-2024-53213: net: usb: lan78xx: Fix double free issue with interrupt buffer allocation

In the Linux kernel, the following vulnerability has been resolved: net: usb: lan78xx: Fix double free issue with interrupt buffer allocation In lan78xx_probe(), the buffer `buf` was being freed twice: once implicitly through `usb_free_urb(dev->urb_intr)` with the `URB_FREE_BUFFER` flag and again explicitly by `kfree(buf)`. This caused a double free issue. To resolve this, reordered `kmalloc()` and `usb_alloc_urb()` calls to simplify the initialization sequence and removed the redundant `kfree(buf)`. Now, `buf` is allocated after `usb_alloc_urb()`, ensuring it is correctly managed by `usb_fill_int_urb()` and freed by `usb_free_urb()` as intended.

HighCVSS 7.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2024-53213 is a Linux kernel flaw in the lan78xx USB Ethernet driver. A memory buffer can be freed twice during device setup, creating a high-severity local risk. The provided sources do not show active exploitation, but affected Linux systems should receive vendor kernel updates.

Executive priority

Treat as a high-priority kernel maintenance item, especially on shared Linux systems. There is no sourced evidence of active exploitation, so urgency is driven by local privilege risk and kernel memory safety impact rather than an ongoing campaign.

Technical view

The issue is CWE-415 double free in lan78xx_probe(). The interrupt buffer was released through usb_free_urb() with URB_FREE_BUFFER and again by kfree(). Kernel stable commits remove the redundant free by changing allocation order and ownership handling.

Likely exposure

Exposure is limited to Linux systems running affected kernel builds with the lan78xx USB network driver present or usable. The CVSS vector is local, low complexity, low privilege, no user interaction, with high confidentiality, integrity, and availability impact.

Exploitation context

The bundle does not cite public exploitation or CISA KEV listing. Risk is local, not network-originated according to the CVSS vector. Practical exploitability depends on affected kernel version, driver reachability, and local privilege context.

Researcher notes

Do not assume remote exposure. Focus validation on kernel version, lan78xx driver availability, and distribution backports. The source bundle gives multiple stable commit references but incomplete product-package mapping, so rely on vendor advisories for exact remediation state.

Mitigation direction

  • Apply vendor-supported Linux kernel updates containing the lan78xx fix.
  • For Debian LTS systems, review and apply the referenced Debian security update.
  • Prioritize systems where untrusted users can access affected hosts.
  • Restrict unnecessary local access until kernel remediation is complete.
  • Check distribution advisories for exact fixed package versions.

Validation and detection

  • Inventory Linux kernel versions across affected assets.
  • Check whether lan78xx driver support is present or loaded.
  • Map systems against vendor advisories and kernel stable fixes.
  • Confirm patched kernels are installed and active after reboot.
  • Document exceptions where vendor guidance is not yet available.
Prepared
Confidence
medium
Sources
5

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.

cwe · low confidence lookup

CWE-415: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2024-53213 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
High
CVSS
7.8 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

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.

1CVSS vectors
3Timeline events
2ADP providers
9Source links

SSVC decision data

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

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
7.8CVSS 3.1HighCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H1.85.9CISA-ADP

Vulnerability scoring details

Base CVSS 3.1 score

7.8High
CVSS 3.1 vector shape for CVE-2024-53213Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

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

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

Products and packages named in the record

VendorProductVersion / packageStatus
LinuxLinux3281ebb3dc5ef19507e65523e9f8c00e20b285ca, dcafa5a8452738eb28085f559b0683d55e22b2f5, a6df95cae40bee555e01a37b4023ce8e97ffa249, a6df95cae40bee555e01a37b4023ce8e97ffa249, a6df95cae40bee555e01a37b4023ce8e97ffa249, a6df95cae40bee555e01a37b4023ce8e97ffa249, a6df95cae40bee555e01a37b4023ce8e97ffa249, 5.10.252, 5.15.202unaffected
LinuxLinux5.17, 0, 5.10.258, 5.15.209, 6.1.120, 6.6.64, 6.11.11, 6.12.2, 6.13affected
Weakness

CWE details

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

CWE-415 · source CWE mapping

Double Free

Double Free represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.