First published: Thu May 01 2025(Updated: )
In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: fix memory leak in query_regdb_file() In the function query_regdb_file() the alpha2 parameter is duplicated using kmemdup() and subsequently freed in regdb_fw_cb(). However, request_firmware_nowait() can fail without calling regdb_fw_cb() and thus leak memory.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | ||
Linux Kernel | >=4.15<4.19.267 | |
Linux Kernel | >=4.20<5.4.225 | |
Linux Kernel | >=5.5<5.10.155 | |
Linux Kernel | >=5.11<5.15.79 | |
Linux Kernel | >=5.16<6.0.9 | |
Linux Kernel | =6.1-rc1 | |
Linux Kernel | =6.1-rc2 | |
Linux Kernel | =6.1-rc3 | |
Linux Kernel | =6.1-rc4 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2022-49881 has been classified with medium severity due to its potential impact on system stability.
To fix CVE-2022-49881, update to the latest version of the Linux kernel where this vulnerability has been patched.
CVE-2022-49881 affects various versions of the Linux kernel, particularly those utilizing the cfg80211 subsystem related to Wi-Fi.
CVE-2022-49881 is a memory leak vulnerability that occurs in the query_regdb_file() function of the Linux kernel.
CVE-2022-49881 does not appear to be exploitable remotely as it requires specific kernel operations to trigger the memory leak.