THREAT OPS › Threat News › [NVD] CVE-2022-49105 (MEDIUM 5.5) — In the Linux kernel, the following vulnerability has been resolved:
staging: wfx: fix an error handling in wfx_init_common()
One error handler of wfx_init_common() return without calling
ieee80211_free_hw(hw), which may result in memory leak. And I add
one err label to unify th
[NVD] CVE-2022-49105 (MEDIUM 5.5) — In the Linux kernel, the following vulnerability has been resolved: staging: wfx: fix an error handling in wfx_init_common() One error handler of wfx_init_common() return without calling ieee80211_free_hw(hw), which may result in memory leak. And I add one err label to unify th
CVE-2022-49105 CVSS: 5.5 MEDIUM Published: 2025-02-26T07:00:47.910
In the Linux kernel, the following vulnerability has been resolved:
staging: wfx: fix an error handling in wfx_init_common()
One error handler of wfx_init_common() return without calling ieee80211_free_hw(hw), which may result in memory leak. And I add one err label to unify the error handler, which is useful for the subsequent
Indicators of compromise
- CVE-2022-49105cve
Original source: https://nvd.nist.gov/vuln/detail/CVE-2022-49105