CVE-2021-47017: ath10k: Fix a use after free in ath10k_htc_send_bundle
In the Linux kernel, the following vulnerability has been resolved:
ath10k: Fix a use after free in ath10k_htc_send_bundle
In ath10k_htc_send_bundle, the bundle_skb could be freed by
dev_kfree_skb_any(bundle_skb). But the bundle_skb is used later
by bundle_skb->len.
As skb_len = bundle_skb->len, my patch replaces bundle_skb->len to
skb_len after the bundle_skb was freed.
Security readout for executives and security teams
Plain-English summary
This is a Linux kernel bug in the ath10k wireless driver. A memory buffer can be freed and then referenced later, which may cause instability or security impact on affected systems. The source bundle does not provide CVSS, confirmed exploitation, or a detailed impact statement.
Executive priority
Treat as a kernel maintenance priority, not an emergency, unless ath10k-dependent systems are business-critical or exposed in sensitive environments. The lack of CVSS and exploitation evidence limits urgency assessment.
Technical view
ath10k_htc_send_bundle may call dev_kfree_skb_any(bundle_skb) and later read bundle_skb->len. The kernel fix replaces the post-free dereference with the previously saved skb_len value. Affected evidence points to Linux kernel stable branches around 5.8 through 5.13, subject to vendor backports.
Likely exposure
Exposure is most likely on systems running affected Linux kernel builds where the ath10k driver is present and used. Confirm through kernel package version, distro backport notes, and hardware or module inventory.
Exploitation context
The provided sources do not show active exploitation, and KEV is false. The issue is a kernel use-after-free, but the bundle does not establish exploitability, required privileges, attack path, or public exploit availability.
Researcher notes
Key unknowns are exploitability, trigger conditions, and impact. Analysis should focus on the patched ath10k_htc_send_bundle path and whether reachable deployments can exercise bundle_skb freeing before later length use.
Mitigation direction
Apply vendor kernel updates containing the referenced stable fixes.
Verify distro backport status before relying on upstream version numbers.
Prioritize systems using the ath10k driver or related wireless hardware.
Track this CVE in normal kernel vulnerability management until closed.
Validation and detection
Inventory running kernel versions across Linux assets.
Check whether ath10k is present, loaded, or required.
Compare installed packages with vendor advisories and changelogs.
Confirm the patched kernel is installed and booted.
Document exceptions where vendor fix status is unclear.
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-47017 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.