CVE-2024-38562
Linux Kernel wifi nl80211 Out-of-Bounds Array Indexing Vulnerability
Description
In the Linux kernel, the following vulnerability has been resolved: wifi: nl80211: Avoid address calculations via out of bounds array indexing Before request->channels[] can be used, request->n_channels must be set. Additionally, address calculations for memory after the "channels" array need to be calculated from the allocation base ("request") rather than via the first "out of bounds" index of "channels", otherwise run-time bounds checking will throw a warning.
INFO
Published Date :
June 19, 2024, 2:15 p.m.
Last Modified :
Nov. 21, 2024, 9:26 a.m.
Source :
416baaa9-dc9f-4396-8d5f-8c081fb06d67
Remotely Exploitable :
No
Impact Score :
5.9
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-38562
.
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-38562
vulnerability anywhere in the article.
The following table lists the changes that have been made to the
CVE-2024-38562
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.
-
CVE Modified by af854a3a-2127-422b-91ae-364da2661108
Nov. 21, 2024
Action Type Old Value New Value Added Reference https://git.kernel.org/stable/c/4e2a5566462b53db7d4c4722da86eedf0b8f546c Added Reference https://git.kernel.org/stable/c/838c7b8f1f278404d9d684c34a8cb26dc41aaaa1 Added Reference https://git.kernel.org/stable/c/8fa4d56564ee7cc2ee348258d88efe191d70dd7f Added Reference https://git.kernel.org/stable/c/ed74398642fcb19f6ff385c35a7d512c6663e17b -
CVE Modified by 134c704f-9b21-4f2e-91b3-4a467353bcc0
Oct. 30, 2024
Action Type Old Value New Value Added CWE CISA-ADP CWE-129 Added CVSS V3.1 CISA-ADP AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H -
Initial Analysis by [email protected]
Aug. 30, 2024
Action Type Old Value New Value Added CVSS V3.1 NIST AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H Changed Reference Type https://git.kernel.org/stable/c/4e2a5566462b53db7d4c4722da86eedf0b8f546c No Types Assigned https://git.kernel.org/stable/c/4e2a5566462b53db7d4c4722da86eedf0b8f546c Patch Changed Reference Type https://git.kernel.org/stable/c/838c7b8f1f278404d9d684c34a8cb26dc41aaaa1 No Types Assigned https://git.kernel.org/stable/c/838c7b8f1f278404d9d684c34a8cb26dc41aaaa1 Patch Changed Reference Type https://git.kernel.org/stable/c/8fa4d56564ee7cc2ee348258d88efe191d70dd7f No Types Assigned https://git.kernel.org/stable/c/8fa4d56564ee7cc2ee348258d88efe191d70dd7f Patch Changed Reference Type https://git.kernel.org/stable/c/ed74398642fcb19f6ff385c35a7d512c6663e17b No Types Assigned https://git.kernel.org/stable/c/ed74398642fcb19f6ff385c35a7d512c6663e17b Patch Added CWE NIST CWE-129 Added CPE Configuration OR *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.6 up to (excluding) 6.6.33 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.7 up to (excluding) 6.8.12 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.9 up to (excluding) 6.9.3 -
CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Jun. 19, 2024
Action Type Old Value New Value Added Description In the Linux kernel, the following vulnerability has been resolved: wifi: nl80211: Avoid address calculations via out of bounds array indexing Before request->channels[] can be used, request->n_channels must be set. Additionally, address calculations for memory after the "channels" array need to be calculated from the allocation base ("request") rather than via the first "out of bounds" index of "channels", otherwise run-time bounds checking will throw a warning. Added Reference kernel.org https://git.kernel.org/stable/c/ed74398642fcb19f6ff385c35a7d512c6663e17b [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/4e2a5566462b53db7d4c4722da86eedf0b8f546c [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/8fa4d56564ee7cc2ee348258d88efe191d70dd7f [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/838c7b8f1f278404d9d684c34a8cb26dc41aaaa1 [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-38562
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-38562
weaknesses.