First published: Mon Oct 21 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7996: use hweight16 to get correct tx antenna The chainmask is u16 so using hweight8 cannot get correct tx_ant. Without this patch, the tx_ant of band 2 would be -1 and lead to the following issue: BUG: KASAN: stack-out-of-bounds in mt7996_mcu_add_sta+0x12e0/0x16e0 [mt7996e]
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux kernel | >=6.2<6.6.54 | |
Linux kernel | >=6.7<6.10.13 | |
Linux kernel | >=6.11<6.11.2 | |
Linux Kernel | >=6.2<6.6.54 | |
Linux Kernel | >=6.7<6.10.13 | |
Linux Kernel | >=6.11<6.11.2 | |
debian/linux | 5.10.223-1 5.10.234-1 6.1.129-1 6.1.128-1 6.12.20-1 6.12.21-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-47714 has not been assigned a specific severity rating, but it affects the Linux kernel's handling of transmit antennas.
To fix CVE-2024-47714, you should update the Linux kernel to a version that includes the patch correcting the antenna handling.
CVE-2024-47714 affects Linux kernel versions between 6.2 and 6.6.54, between 6.7 and 6.10.13, and between 6.11 and 6.11.2.
CVE-2024-47714 can lead to incorrect antenna selection by returning -1 for the transmit antenna of band 2.
Yes, CVE-2024-47714 can negatively impact Wi-Fi performance by causing incorrect antenna configurations.