Bug 2350386 (CVE-2025-21828) - CVE-2025-21828 kernel: wifi: mac80211: don't flush non-uploaded STAs
Summary: CVE-2025-21828 kernel: wifi: mac80211: don't flush non-uploaded STAs
Keywords:
Status: NEW
Alias: CVE-2025-21828
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 17:01 UTC by OSIDB Bzimport
Modified: 2025-03-06 19: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 17:01:17 UTC
In the Linux kernel, the following vulnerability has been resolved:

wifi: mac80211: don't flush non-uploaded STAs

If STA state is pre-moved to AUTHORIZED (such as in IBSS
scenarios) and insertion fails, the station is freed.
In this case, the driver never knew about the station,
so trying to flush it is unexpected and may crash.

Check if the sta was uploaded to the driver before and
fix this.

Comment 1 Mauro Matteo Cascella 2025-03-06 18:36:12 UTC
Upstream advisory:
https://lore.kernel.org/linux-cve-announce/2025030630-CVE-2025-21828-cb05@gregkh/T


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