We use these services and cookies to improve your user experience. You may opt out if you wish, however, this may limit some features on this site.
Please see our statement on Data Privacy.
In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: cancel wiphy_work before freeing wiphy A wiphy_work can be queued from the moment the wiphy is allocated and initialized (i.e. wiphy_new_nm). When a wiphy_work is queued, the rdev::wiphy_work is getting queued. If wiphy_free is called before the rdev::wiphy_work had a chance to run, the wiphy memory will be freed, and then when it eventally gets to run it'll use invalid memory. Fix this by canceling the work before freeing the wiphy.
Reserved 2024-12-29 | Published 2025-04-01 | Updated 2025-05-04 | Assigner Linuxgit.kernel.org/...c/0272d4af7f92997541d8bbf4c51918b93ded6ee2
git.kernel.org/...c/75d262ad3c36d52852d764588fcd887f0fcd9138
git.kernel.org/...c/a5158d67bff06cb6fea31be39aeb319fd908ed8e
git.kernel.org/...c/dea22de162058216a90f2706f0d0b36f0ff309fd
git.kernel.org/...c/72d520476a2fab6f3489e8388ab524985d6c4b90
Support options