CVE-2024-43842·Kernel vulnerability
In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: Fix array index mistake in rtw89_sta_info_get_iter() In rtw89_sta_info_get_iter() 'status->he_gi' is compared to array size. But then 'rate->he_gi' is used as array index instead of 'status->he_gi'. This can lead to go beyond array boundaries in case of 'rate->he_gi' is not equal to 'status->he_gi' and is bigger than array size. Looks like "copy-paste" mistake. Fix this mistake by replacing 'rate->he_gi' with 'status->he_gi'. Found by Linux Verification Center (linuxtesting.org) with SVACE.
- Severity
- high
- Software
- Kernel
- Fixed in
- 6.10.3
- Published
- 2024-08-17
Affected versions
From: 6.7
Until: 6.10.3
Fixed in: 6.10.3
How to fix this CVE
Update your Linux kernel to version 6.10.3 or later to address an array indexing flaw in the RTW89 WiFi driver that could cause buffer overrun conditions. Systems running kernel versions 6.7 through 6.10.2 should prioritize this patch, as the vulnerability stems from a copy-paste error where an incorrect variable is used as an array index during WiFi station information retrieval.
sudo dnf upgrade kernel kernel-devel && sudo rebootDefensia detects this vulnerability
How to check if you are affected
- Check your kernel version: uname -r — if output is between 6.7 and 6.10.2, your system is vulnerable
- Verify RTW89 WiFi driver is loaded: lsmod | grep rtw89 — if present, the vulnerable code path exists on your system
- Search kernel logs for WiFi driver errors: dmesg | grep -i rtw89 — look for memory access violations or NULL pointer dereferences
- Confirm patch application: cat /proc/version — after reboot, verify kernel version is 6.10.3 or newer
FAQ
What is CVE-2024-43842?
CVE-2024-43842 is a buffer indexing vulnerability in the Linux kernel's RTW89 WiFi driver where an incorrect variable is used to access an array, potentially causing memory corruption when processing WiFi station information.
Is CVE-2024-43842 being actively exploited?
No, this vulnerability is not listed on the CISA Known Exploited Vulnerabilities catalog and has no publicly available exploits, though the high CVSS score (7.8) indicates significant risk if weaponized.
What versions of Kernel are affected by CVE-2024-43842?
Linux kernel versions 6.7 through 6.10.2 are affected; kernel 6.10.3 and later versions contain the fix.
How do I check if my server is vulnerable to CVE-2024-43842?
Run 'uname -r' and verify the kernel version is between 6.7 and 6.10.2, then confirm RTW89 driver presence with 'lsmod | grep rtw89'.
Does Defensia detect CVE-2024-43842?
Yes — Defensia's CVE advisory scanner compares installed package versions against the NVD database. If the Linux kernel is installed on a monitored server, CVE-2024-43842 will appear in your dashboard with remediation steps.
Related Kernel CVEs
References
- 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
Track CVEs across your fleet automatically
Defensia scans your Linux servers and tells you exactly which ones are running vulnerable versions — including CVE-2024-43842. Free for 1 server.
Get started free