Security Advisory

CVE-2024-58062

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2025-03-06 15:54:04
Last updated 2026-05-11 21:02:33
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: avoid NULL pointer dereference When iterating over the links of a vif, we need to make sure that the pointer is valid (in other words - that the link exists) before dereferncing it. Use for_each_vif_active_link that also does the check.