CVE-2022-49479

Source
https://nvd.nist.gov/vuln/detail/CVE-2022-49479
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2022-49479.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2022-49479
Downstream
Related
Published
2025-02-26T07:01:24Z
Modified
2025-08-09T19:01:28Z
Summary
[none]
Details

In the Linux kernel, the following vulnerability has been resolved:

mt76: fix tx status related use-after-free race on station removal

There is a small race window where ongoing tx activity can lead to a skb getting added to the status tracking idr after that idr has already been cleaned up, which will keep the wcid linked in the status poll list. Fix this by only adding status skbs if the wcid pointer is still assigned in dev->wcid, which gets cleared early by mt76staprercuremove

References

Affected packages