First published: Mon Oct 21 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: don't use rate mask for offchannel TX either Like the commit ab9177d83c04 ("wifi: mac80211: don't use rate mask for scanning"), ignore incorrect settings to avoid no supported rate warning reported by syzbot. The syzbot did bisect and found cause is commit 9df66d5b9f45 ("cfg80211: fix default HE tx bitrate mask in 2G band"), which however corrects bitmask of HE MCS and recognizes correctly settings of empty legacy rate plus HE MCS rate instead of returning -EINVAL. As suggestions [1], follow the change of SCAN TX to consider this case of offchannel TX as well. [1] https://lore.kernel.org/linux-wireless/6ab2dc9c3afe753ca6fdcdd1421e7a1f47e87b84.camel@sipsolutions.net/T/#m2ac2a6d2be06a37c9c47a3d8a44b4f647ed4f024
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=5.10.51<5.11 | |
Linux Kernel | >=5.12.18<5.13 | |
Linux Kernel | >=5.13.3<5.14 | |
Linux Kernel | >=5.14<6.1.113 | |
Linux Kernel | >=6.2<6.6.54 | |
Linux Kernel | >=6.7<6.10.13 | |
Linux Kernel | >=6.11<6.11.2 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-47738 has a low severity rating as it pertains to a configuration issue in the Linux kernel.
To fix CVE-2024-47738, ensure that you update your Linux kernel to the latest version that isn’t affected.
CVE-2024-47738 affects Linux kernel versions from 5.10.51 to 5.11 and multiple versions up to 6.11.2.
The vulnerability CVE-2024-47738 can lead to incorrect rate settings during off-channel transmission, potentially degrading network performance.
CVE-2024-47738 is not specific to certain hardware but is rather a vulnerability present in the mac80211 layer of the Linux kernel.