CVE-2025-21979
Description
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.
Predictions
Heuristic predictions, AS-IS, for prioritization only.
Mitigations
No mitigations published for this CVE yet.
The vendor-content worker queues fetches as references arrive (check back in a few minutes). Or โ if you've already worked around this in production โ publish your fix to the community-verified tier.
โ Propose a mitigation on Community โ Mitigations published via the community go through AI scoring + 2 human reviewers + 7-day silent objection window before landing here withsource_tier=community-verified.
OS impact
| OS | Version | Status | Fixed in |
|---|---|---|---|
| rhel | 9 | fixed | |
| sles | affected | | |
| rocky | 9 | fixed | |
| debian | bookworm | fixed | 6.1.133-1 |
| debian | bullseye | fixed | 0 |
| debian | forky | fixed | 6.12.20-1 |
| debian | sid | fixed | 6.12.20-1 |
| debian | trixie | fixed | 6.12.20-1 |
| almalinux | 9 | fixed | kernel-64k-debug-devel-5.14.0-570.22.1.el9_6.aarch64.rpm |
References
- https://access.redhat.com/errata/RHSA-2025:9080
- https://www.suse.com/security/cve/CVE-2025-21979.html
- https://errata.rockylinux.org/RLSA-2025:9080
- https://security-tracker.debian.org/tracker/CVE-2025-21979
- https://bugzilla.redhat.com/2356584
- https://bugzilla.redhat.com/2356633
- https://bugzilla.redhat.com/2356642
- https://bugzilla.redhat.com/2356652
- https://bugzilla.redhat.com/2357134
- https://bugzilla.redhat.com/2360236
- https://bugzilla.redhat.com/2363341
- https://errata.almalinux.org/9/ALSA-2025-9080.html
Community-verified mitigations for this CVE will appear above when contributors publish them.
Verify integrity in audit chain (admin only). AS-IS.