CVE-2024-49929: wifi: iwlwifi: mvm: avoid NULL pointer dereference
In the Linux kernel, the following vulnerability has been resolved:
wifi: iwlwifi: mvm: avoid NULL pointer dereference
iwlmvmtxskbsta() and iwlmvmtxmpdu() verify that the mvmvsta pointer is not NULL. It retrieves this pointer using iwlmvmstafrommac80211, which is dereferencing the ieee80211sta pointer. If sta is NULL, iwlmvmstafrommac80211 will dereference a NULL pointer. Fix this by checking the sta pointer before retrieving the mvmsta from it. If sta is not NULL, then mvmsta isn't either.
Other sources
This CVE was automatically created from a reference found in an email or other text. If you are reading this, then this CVE entry is probably erroneous, since this text should be replaced by the official CVE description automatically.
— Launchpad
Affected Software
Remediation
Event History
Frequently Asked Questions
What is the severity of CVE-2024-49929?
The severity of CVE-2024-49929 is considered to be of medium impact due to potential NULL pointer dereference in the Linux kernel.
How do I fix CVE-2024-49929?
To fix CVE-2024-49929, you should update your Linux kernel to version 6.6.55 or higher, or apply the relevant patches if applicable.
Which versions of the Linux kernel are affected by CVE-2024-49929?
CVE-2024-49929 affects Linux kernel versions between 6.7 and 6.10.14, and also up to 6.11.3.
What components are involved in CVE-2024-49929?
CVE-2024-49929 involves the wifi driver, specifically the iwlwifi module in the Linux kernel.
Is CVE-2024-49929 fixed in the latest kernel releases?
Yes, CVE-2024-49929 has been resolved in the latest Linux kernel versions and through specific package updates.