Tracker / CVE-2021-47017
CVE-2021-47017
High 8.8
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.
Affected products and versions
| linux | linux_kernel · 5.11 → 5.11.21 |
|---|---|
| linux | linux_kernel · 5.12 → 5.12.4 |
| linux | linux_kernel · 5.8 → 5.10.37 |
Analysis
This page is not indexable yet.Until it carries original analysis — what it actually exposes, how to check in two minutes whether a system was touched, what to do if it was — the page stays noindex. The database decides that, not the template.