CVE-2024-43842
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
17/08/2024
Last modified:
03/11/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
wifi: rtw89: Fix array index mistake in rtw89_sta_info_get_iter()<br />
<br />
In rtw89_sta_info_get_iter() &#39;status->he_gi&#39; is compared to array size.<br />
But then &#39;rate->he_gi&#39; is used as array index instead of &#39;status->he_gi&#39;.<br />
This can lead to go beyond array boundaries in case of &#39;rate->he_gi&#39; is<br />
not equal to &#39;status->he_gi&#39; and is bigger than array size. Looks like<br />
"copy-paste" mistake.<br />
<br />
Fix this mistake by replacing &#39;rate->he_gi&#39; with &#39;status->he_gi&#39;.<br />
<br />
Found by Linux Verification Center (linuxtesting.org) with SVACE.
Impact
Base Score 3.x
7.80
Severity 3.x
HIGH
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.16 (including) | 6.1.103 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.2 (including) | 6.6.44 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.7 (including) | 6.10.3 (excluding) |
To consult the complete list of CPE names with products and versions, see this page
References to Advisories, Solutions, and Tools
- https://git.kernel.org/stable/c/7a0edc3d83aff3a48813d78c9cad9daf38decc74
- https://git.kernel.org/stable/c/85099c7ce4f9e64c66aa397cd9a37473637ab891
- https://git.kernel.org/stable/c/96ae4de5bc4c8ba39fd072369398f59495b73f58
- https://git.kernel.org/stable/c/a2a095c08b95372d6d0c5819b77f071af5e75366
- https://lists.debian.org/debian-lts-announce/2025/01/msg00001.html



