VYPR
Unrated severityNVD Advisory· Published Nov 18, 2019· Updated Aug 5, 2024

CVE-2019-19074

CVE-2019-19074

Description

A memory leak in the ath9k_wmi_cmd() function in drivers/net/wireless/ath/ath9k/wmi.c in the Linux kernel through 5.3.11 allows attackers to cause a denial of service (memory consumption), aka CID-728c1e2a05e4.

Affected products

141

Patches

1
728c1e2a05e4

ath9k: release allocated buffer if timed out

https://github.com/torvalds/linuxNavid EmamdoostSep 6, 2019via osv
1 file changed · +1 0
  • drivers/net/wireless/ath/ath9k/wmi.c+1 0 modified
    @@ -336,6 +336,7 @@ int ath9k_wmi_cmd(struct wmi *wmi, enum wmi_cmd_id cmd_id,
     		ath_dbg(common, WMI, "Timeout waiting for WMI command: %s\n",
     			wmi_cmd_to_name(cmd_id));
     		mutex_unlock(&wmi->op_mutex);
    +		kfree_skb(skb);
     		return -ETIMEDOUT;
     	}
     
    

Vulnerability mechanics

Generated on May 9, 2026. Inputs: CWE entries + fix-commit diffs from this CVE's patches. Citations validated against bundle.

References

10

News mentions

0

No linked articles in our index yet.