Bug 2350374 (CVE-2024-58062) - CVE-2024-58062 kernel: wifi: iwlwifi: mvm: avoid NULL pointer dereference
Summary: CVE-2024-58062 kernel: wifi: iwlwifi: mvm: avoid NULL pointer dereference
Keywords:
Status: NEW
Alias: CVE-2024-58062
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-03-06 16:02 UTC by OSIDB Bzimport
Modified: 2025-03-06 18:59 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-03-06 16:02:17 UTC
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.

Comment 1 Mauro Matteo Cascella 2025-03-06 16:37:13 UTC
Upstream advisory:
https://lore.kernel.org/linux-cve-announce/2025030609-CVE-2024-58062-00c9@gregkh/T


Note You need to log in before you can comment on or make changes to this bug.