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 |
---|---|---|
Linux Kernel | <4.19.308 | |
Linux Kernel | >=4.20<5.4.270 | |
Linux Kernel | >=5.5<5.10.211 | |
Linux Kernel | >=5.11<5.15.150 | |
Linux Kernel | >=5.16<6.1.80 | |
Linux Kernel | >=6.2<6.6.19 | |
Linux Kernel | >=6.7<6.7.7 | |
Linux Kernel | =6.8-rc1 | |
Debian Linux | =10.0 | |
IBM Security Verify Governance - Identity Manager | <=ISVG 10.0.2 | |
IBM Security Verify Governance, Identity Manager Software Stack | <=ISVG 10.0.2 | |
IBM Security Verify Governance, Identity Manager Virtual Appliance | <=ISVG 10.0.2 | |
IBM Security Verify Governance Identity Manager Container | <=ISVG 10.0.2 | |
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.234-1 6.1.129-1 6.1.135-1 6.12.22-1 6.12.25-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-26779 is considered to be of medium severity due to the potential impact of a race condition in the Linux kernel's wifi mac80211 module.
To fix CVE-2024-26779, upgrade to the latest kernel versions provided by your distribution that includes the patch for this vulnerability.
CVE-2024-26779 affects various versions of the Linux kernel up to 6.8, specifically versions 4.19.308, 5.4.270, 5.10.211, 5.15.150, 6.1.80, 6.6.19, 6.7.7, and 6.12.11.
CVE-2024-26779 was resolved in recent updates released in 2024.
CVE-2024-26779 involves a race condition in the mac80211 module used for managing Wi-Fi within the Linux kernel.