Security Advisory

CVE-2022-49881

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2025-05-01 14:10:28
Last updated 2026-05-11 19:08:33
Assigner Linux
State PUBLISHED

Description

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.