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.
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.
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.
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.