LiveActive security incident?Get immediate response
CVE Record

CVE-2021-47236: net: cdc_eem: fix tx fixup skb leak

In the Linux kernel, the following vulnerability has been resolved: net: cdc_eem: fix tx fixup skb leak when usbnet transmit a skb, eem fixup it in eem_tx_fixup(), if skb_copy_expand() failed, it return NULL, usbnet_start_xmit() will have no chance to free original skb. fix it by free orginal skb in eem_tx_fixup() first, then check skb clone status, if failed, return NULL to usbnet.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysisunknown

Security readout for executives and security teams

Plain-English summary

CVE-2021-47236 is a Linux kernel bug in the USB CDC EEM networking driver. In a transmit error path, a network buffer may not be freed, causing a memory leak. The sources do not provide a CVSS score, confirmed attacks, or distribution-specific impact.

Executive priority

Treat as a routine kernel maintenance issue unless critical systems rely on USB CDC EEM networking. There is no cited active exploitation, no CVSS score, and no evidence of broad remote exposure in the provided sources.

Technical view

The issue is in eem_tx_fixup() for cdc_eem. If skb_copy_expand() fails, it returns NULL before the original skb is freed, leaving usbnet_start_xmit() unable to release it. Kernel stable commits free the original skb before returning on failure.

Likely exposure

Exposure appears limited to Linux systems using the cdc_eem USB networking transmit path. The provided sources list affected Linux kernel versions and stable commits, but do not identify affected distributions, default configurations, or required local conditions.

Exploitation context

The source bundle shows KEV is false and provides no evidence of active exploitation or public weaponization. Based on the description, practical impact is most likely resource exhaustion through repeated transmit failure conditions, but exploitability is not established.

Researcher notes

The key defect is a missed skb free on an allocation failure path in eem_tx_fixup(). Validate reachability through cdc_eem transmit handling and kernel version lineage. The record is sparse, so avoid assuming distribution impact without vendor confirmation.

Mitigation direction

  • Apply vendor kernel updates that include the referenced stable fixes.
  • Confirm distribution kernels have backported the cdc_eem skb leak fix.
  • Reduce exposure to untrusted USB networking devices where operationally feasible.
  • Check vendor guidance if running custom or long-term kernel builds.

Validation and detection

  • Inventory Linux kernel versions across affected assets.
  • Check whether cdc_eem or USB networking support is enabled or loaded.
  • Compare deployed kernels with vendor advisories or referenced stable commits.
  • Review kernel logs for cdc_eem or usbnet use on exposed systems.
Prepared
Confidence
medium
Sources
10

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-2021-47236 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
9Source 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

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

Products and packages named in the record

VendorProductVersion / packageStatus
LinuxLinux9f722c0978b04acba209f8ca1896ad05814bc3a3, 9f722c0978b04acba209f8ca1896ad05814bc3a3, 9f722c0978b04acba209f8ca1896ad05814bc3a3, 9f722c0978b04acba209f8ca1896ad05814bc3a3, 9f722c0978b04acba209f8ca1896ad05814bc3a3, 9f722c0978b04acba209f8ca1896ad05814bc3a3, 9f722c0978b04acba209f8ca1896ad05814bc3a3, 9f722c0978b04acba209f8ca1896ad05814bc3a3unaffected
LinuxLinux2.6.30, 0, 4.4.274, 4.9.274, 4.14.238, 4.19.196, 5.4.128, 5.10.46, 5.12.13, 5.13affected
Weakness

CWE details

No CWE listed

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