CVE-2024-50262
Linux Kernel BPF Out-of-Bounds Write Vulnerability
Description
In the Linux kernel, the following vulnerability has been resolved: bpf: Fix out-of-bounds write in trie_get_next_key() trie_get_next_key() allocates a node stack with size trie->max_prefixlen, while it writes (trie->max_prefixlen + 1) nodes to the stack when it has full paths from the root to leaves. For example, consider a trie with max_prefixlen is 8, and the nodes with key 0x00/0, 0x00/1, 0x00/2, ... 0x00/8 inserted. Subsequent calls to trie_get_next_key with _key with .prefixlen = 8 make 9 nodes be written on the node stack with size 8.
INFO
Published Date :
Nov. 9, 2024, 11:15 a.m.
Last Modified :
Nov. 13, 2024, 9:10 p.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-50262
.
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-50262
vulnerability anywhere in the article.
The following table lists the changes that have been made to the
CVE-2024-50262
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]
Nov. 13, 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/13400ac8fb80c57c2bfb12ebd35ee121ce9b4d21 No Types Assigned https://git.kernel.org/stable/c/13400ac8fb80c57c2bfb12ebd35ee121ce9b4d21 Patch Changed Reference Type https://git.kernel.org/stable/c/590976f921723d53ac199c01d5b7b73a94875e68 No Types Assigned https://git.kernel.org/stable/c/590976f921723d53ac199c01d5b7b73a94875e68 Patch Changed Reference Type https://git.kernel.org/stable/c/86c8ebe02d8806dd8878d0063e8e185622ab6ea6 No Types Assigned https://git.kernel.org/stable/c/86c8ebe02d8806dd8878d0063e8e185622ab6ea6 Patch Changed Reference Type https://git.kernel.org/stable/c/90a6e0e1e151ef7a9282e78f54c3091de2dcc99c No Types Assigned https://git.kernel.org/stable/c/90a6e0e1e151ef7a9282e78f54c3091de2dcc99c Patch Changed Reference Type https://git.kernel.org/stable/c/91afbc0eb3c90258ae378ae3c6ead3d2371e926d No Types Assigned https://git.kernel.org/stable/c/91afbc0eb3c90258ae378ae3c6ead3d2371e926d Patch Changed Reference Type https://git.kernel.org/stable/c/a035df0b98df424559fd383e8e1a268f422ea2ba No Types Assigned https://git.kernel.org/stable/c/a035df0b98df424559fd383e8e1a268f422ea2ba Patch Changed Reference Type https://git.kernel.org/stable/c/c4b4f9a9ab82238cb158fa4fe61a8c0ae21a4980 No Types Assigned https://git.kernel.org/stable/c/c4b4f9a9ab82238cb158fa4fe61a8c0ae21a4980 Patch Changed Reference Type https://git.kernel.org/stable/c/e8494ac079814a53fbc2258d2743e720907488ed No Types Assigned https://git.kernel.org/stable/c/e8494ac079814a53fbc2258d2743e720907488ed Patch Added CWE NIST CWE-787 Added CPE Configuration OR *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 4.16 up to (excluding) 4.19.323 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 4.20 up to (excluding) 5.4.285 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 5.5 up to (excluding) 5.10.229 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 5.11 up to (excluding) 5.15.171 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 5.16 up to (excluding) 6.1.116 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.2 up to (excluding) 6.6.60 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.7 up to (excluding) 6.11.7 *cpe:2.3:o:linux:linux_kernel:6.12:rc1:*:*:*:*:*:* *cpe:2.3:o:linux:linux_kernel:6.12:rc2:*:*:*:*:*:* *cpe:2.3:o:linux:linux_kernel:6.12:rc3:*:*:*:*:*:* *cpe:2.3:o:linux:linux_kernel:6.12:rc4:*:*:*:*:*:* *cpe:2.3:o:linux:linux_kernel:6.12:rc5:*:*:*:*:*:* -
CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Nov. 09, 2024
Action Type Old Value New Value Added Description In the Linux kernel, the following vulnerability has been resolved: bpf: Fix out-of-bounds write in trie_get_next_key() trie_get_next_key() allocates a node stack with size trie->max_prefixlen, while it writes (trie->max_prefixlen + 1) nodes to the stack when it has full paths from the root to leaves. For example, consider a trie with max_prefixlen is 8, and the nodes with key 0x00/0, 0x00/1, 0x00/2, ... 0x00/8 inserted. Subsequent calls to trie_get_next_key with _key with .prefixlen = 8 make 9 nodes be written on the node stack with size 8. Added Reference kernel.org https://git.kernel.org/stable/c/e8494ac079814a53fbc2258d2743e720907488ed [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/91afbc0eb3c90258ae378ae3c6ead3d2371e926d [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/590976f921723d53ac199c01d5b7b73a94875e68 [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/86c8ebe02d8806dd8878d0063e8e185622ab6ea6 [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/a035df0b98df424559fd383e8e1a268f422ea2ba [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/90a6e0e1e151ef7a9282e78f54c3091de2dcc99c [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/c4b4f9a9ab82238cb158fa4fe61a8c0ae21a4980 [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/13400ac8fb80c57c2bfb12ebd35ee121ce9b4d21 [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-50262
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-50262
weaknesses.