← Back to CVE List

CVE-2024-58062

Published: 2025-03-06T16:15Z
Last Modified: 2025-03-25T14:36Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
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. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt