VYPR
Unrated severityNVD Advisory· Published Feb 28, 2024· Updated May 4, 2025

ath10k: Fix a use after free in ath10k_htc_send_bundle

CVE-2021-47017

Description

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.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Affected products

45

Patches

Vulnerability mechanics

References

4

News mentions

0

No linked articles in our index yet.