CVE-2024-43841
"Wifi Virt_wifi SSID Spoofing Vulnerability"
Description
In the Linux kernel, the following vulnerability has been resolved: wifi: virt_wifi: avoid reporting connection success with wrong SSID When user issues a connection with a different SSID than the one virt_wifi has advertised, the __cfg80211_connect_result() will trigger the warning: WARN_ON(bss_not_found). The issue is because the connection code in virt_wifi does not check the SSID from user space (it only checks the BSSID), and virt_wifi will call cfg80211_connect_result() with WLAN_STATUS_SUCCESS even if the SSID is different from the one virt_wifi has advertised. Eventually cfg80211 won't be able to find the cfg80211_bss and generate the warning. Fixed it by checking the SSID (from user space) in the connection code.
INFO
Published Date :
Aug. 17, 2024, 10:15 a.m.
Last Modified :
Oct. 29, 2024, 4:27 p.m.
Source :
416baaa9-dc9f-4396-8d5f-8c081fb06d67
Remotely Exploitable :
No
Impact Score :
1.4
Exploitability Score :
1.8
References to Advisories, Solutions, and Tools
Here, you will find a curated list of external links that provide in-depth
information, practical solutions, and valuable tools related to
CVE-2024-43841
.
We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).
Results are limited to the first 15 repositories due to potential performance issues.
The following list is the news that have been mention
CVE-2024-43841
vulnerability anywhere in the article.
The following table lists the changes that have been made to the
CVE-2024-43841
vulnerability over time.
Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.
-
Initial Analysis by [email protected]
Oct. 29, 2024
Action Type Old Value New Value Added CVSS V3.1 NIST AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N Changed Reference Type https://git.kernel.org/stable/c/05c4488a0e446c6ccde9f22b573950665e1cd414 No Types Assigned https://git.kernel.org/stable/c/05c4488a0e446c6ccde9f22b573950665e1cd414 Patch Changed Reference Type https://git.kernel.org/stable/c/36e92b5edc8e0daa18e9325674313802ce3fbc29 No Types Assigned https://git.kernel.org/stable/c/36e92b5edc8e0daa18e9325674313802ce3fbc29 Patch Changed Reference Type https://git.kernel.org/stable/c/416d3c1538df005195721a200b0371d39636e05d No Types Assigned https://git.kernel.org/stable/c/416d3c1538df005195721a200b0371d39636e05d Patch Changed Reference Type https://git.kernel.org/stable/c/93e898a264b4e0a475552ba9f99a016eb43ef942 No Types Assigned https://git.kernel.org/stable/c/93e898a264b4e0a475552ba9f99a016eb43ef942 Patch Changed Reference Type https://git.kernel.org/stable/c/994fc2164a03200c3bf42fb45b3d49d9d6d33a4d No Types Assigned https://git.kernel.org/stable/c/994fc2164a03200c3bf42fb45b3d49d9d6d33a4d Patch Changed Reference Type https://git.kernel.org/stable/c/b5d14b0c6716fad7f0c94ac6e1d6f60a49f985c7 No Types Assigned https://git.kernel.org/stable/c/b5d14b0c6716fad7f0c94ac6e1d6f60a49f985c7 Patch Changed Reference Type https://git.kernel.org/stable/c/d3cc85a10abc8eae48988336cdd3689ab92581b3 No Types Assigned https://git.kernel.org/stable/c/d3cc85a10abc8eae48988336cdd3689ab92581b3 Patch Added CWE NIST NVD-CWE-noinfo Added CPE Configuration OR *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 5.0 up to (excluding) 6.1.103 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.2 up to (excluding) 6.6.44 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.7 up to (excluding) 6.10.3 -
CVE Modified by 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Aug. 19, 2024
Action Type Old Value New Value Added Reference kernel.org https://git.kernel.org/stable/c/994fc2164a03200c3bf42fb45b3d49d9d6d33a4d [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/05c4488a0e446c6ccde9f22b573950665e1cd414 [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/93e898a264b4e0a475552ba9f99a016eb43ef942 [No types assigned] -
CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Aug. 17, 2024
Action Type Old Value New Value Added Description In the Linux kernel, the following vulnerability has been resolved: wifi: virt_wifi: avoid reporting connection success with wrong SSID When user issues a connection with a different SSID than the one virt_wifi has advertised, the __cfg80211_connect_result() will trigger the warning: WARN_ON(bss_not_found). The issue is because the connection code in virt_wifi does not check the SSID from user space (it only checks the BSSID), and virt_wifi will call cfg80211_connect_result() with WLAN_STATUS_SUCCESS even if the SSID is different from the one virt_wifi has advertised. Eventually cfg80211 won't be able to find the cfg80211_bss and generate the warning. Fixed it by checking the SSID (from user space) in the connection code. Added Reference kernel.org https://git.kernel.org/stable/c/d3cc85a10abc8eae48988336cdd3689ab92581b3 [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/36e92b5edc8e0daa18e9325674313802ce3fbc29 [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/416d3c1538df005195721a200b0371d39636e05d [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/b5d14b0c6716fad7f0c94ac6e1d6f60a49f985c7 [No types assigned]
CWE - Common Weakness Enumeration
While CVE identifies
specific instances of vulnerabilities, CWE categorizes the common flaws or
weaknesses that can lead to vulnerabilities. CVE-2024-43841
is
associated with the following CWEs:
Common Attack Pattern Enumeration and Classification (CAPEC)
Common Attack Pattern Enumeration and Classification
(CAPEC)
stores attack patterns, which are descriptions of the common attributes and
approaches employed by adversaries to exploit the CVE-2024-43841
weaknesses.