CVE-2022-50418
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
18/09/2025
Last modified:
14/01/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
wifi: ath11k: mhi: fix potential memory leak in ath11k_mhi_register()<br />
<br />
mhi_alloc_controller() allocates a memory space for mhi_ctrl. When gets<br />
some error, mhi_ctrl should be freed with mhi_free_controller(). But<br />
when ath11k_mhi_read_addr_from_dt() fails, the function returns without<br />
calling mhi_free_controller(), which will lead to a memory leak.<br />
<br />
We can fix it by calling mhi_free_controller() when<br />
ath11k_mhi_read_addr_from_dt() fails.
Impact
Base Score 3.x
5.50
Severity 3.x
MEDIUM
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.6 (including) | 5.19.17 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.0 (including) | 6.0.3 (excluding) |
To consult the complete list of CPE names with products and versions, see this page



