CVE-2024-26779

Source
https://nvd.nist.gov/vuln/detail/CVE-2024-26779
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2024-26779.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2024-26779
Downstream
Related
Published
2024-04-03T17:15:53Z
Modified
2025-08-09T20:01:26Z
Summary
[none]
Details

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

wifi: mac80211: fix race condition on enabling fast-xmit

fast-xmit must only be enabled after the sta has been uploaded to the driver, otherwise it could end up passing the not-yet-uploaded sta via drvtx calls to the driver, leading to potential crashes because of uninitialized drvpriv data. Add a missing sta->uploaded check and re-check fast xmit after inserting a sta.

References

Affected packages