IT

Tracker / CVE-2025-21979

CVE-2025-21979

High 7.8

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.

Affected products and versions

linux linux_kernel
linux linux_kernel · 6.1.57 → 6.1.132
linux linux_kernel · 6.13 → 6.13.8
linux linux_kernel · 6.5 → 6.6.84
linux linux_kernel · 6.7 → 6.12.20

Analysis

This page is not indexable yet.Until it carries original analysis — what it actually exposes, how to check in two minutes whether a system was touched, what to do if it was — the page stays noindex. The database decides that, not the template.

References