Description
In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: Fix memory leak in rx_desc and tx_desc Currently when ath12k_dp_cc_desc_init() is called we allocate memory to rx_descs and tx_descs. In ath12k_dp_cc_cleanup(), during descriptor cleanup rx_descs and tx_descs memory is not freed. This is cause of memory leak. These allocated memory should be freed in ath12k_dp_cc_cleanup. In ath12k_dp_cc_desc_init(), we can save base address of rx_descs and tx_descs. In ath12k_dp_cc_cleanup(), we can free rx_descs and tx_descs memory using their base address. Tested-on: QCN9274 hw2.0 PCI WLAN.WBE.1.0.1-00029-QCAHKSWPL_SILICONZ-1
Product status
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 (git) before e16be2d34883eecfe7fd888fcdb76c7a5db5d187
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 (git) before afb522b36e76acaa9f8fc06d0a9742d841c47c16
6.5.5 (semver)
6.6 (original_commit_for_fix)
References
git.kernel.org/...c/e16be2d34883eecfe7fd888fcdb76c7a5db5d187
git.kernel.org/...c/afb522b36e76acaa9f8fc06d0a9742d841c47c16
Data based on CVE®. Copyright © 1999-2025, The MITRE Corporation. All rights reserved.