First published: Wed Apr 03 2024(Updated: )
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 drv_tx calls to the driver, leading to potential crashes because of uninitialized drv_priv data. Add a missing sta->uploaded check and re-check fast xmit after inserting a sta.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
redhat/kernel | <4.19.308 | 4.19.308 |
redhat/kernel | <5.4.270 | 5.4.270 |
redhat/kernel | <5.10.211 | 5.10.211 |
redhat/kernel | <5.15.150 | 5.15.150 |
redhat/kernel | <6.1.80 | 6.1.80 |
redhat/kernel | <6.6.19 | 6.6.19 |
redhat/kernel | <6.7.7 | 6.7.7 |
redhat/kernel | <6.8 | 6.8 |
debian/linux | 5.10.223-1 5.10.226-1 6.1.115-1 6.1.119-1 6.12.5-1 6.12.6-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.