First published: Mon Oct 21 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix array out-of-bound access in SoC stats Currently, the ath12k_soc_dp_stats::hal_reo_error array is defined with a maximum size of DP_REO_DST_RING_MAX. However, the ath12k_dp_rx_process() function access ath12k_soc_dp_stats::hal_reo_error using the REO destination SRNG ring ID, which is incorrect. SRNG ring ID differ from normal ring ID, and this usage leads to out-of-bounds array access. To fix this issue, modify ath12k_dp_rx_process() to use the normal ring ID directly instead of the SRNG ring ID to avoid out-of-bounds array access. Tested-on: QCN9274 hw2.0 PCI WLAN.WBE.1.0.1-00029-QCAHKSWPL_SILICONZ-1
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | <6.6.55 | |
Linux Kernel | >=6.7<6.10.14 | |
Linux Kernel | >=6.11<6.11.3 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-49931 is classified with medium severity due to its potential impact on system stability and security.
To fix CVE-2024-49931, users should update their Linux kernel to versions after 6.10.14 or 6.11.3 and below 6.6.55.
CVE-2024-49931 affects Linux kernel versions between 6.7 and 6.10.14 and between 6.11 and 6.11.3, as well as versions below 6.6.55.
CVE-2024-49931 addresses an array out-of-bounds access vulnerability in the ath12k driver related to SoC stats.
Users running affected versions of the Linux kernel with the ath12k driver are at risk from CVE-2024-49931.