CVE-2024-43839
"bna sprintf Buffer Overflow"
Description
In the Linux kernel, the following vulnerability has been resolved: bna: adjust 'name' buf size of bna_tcb and bna_ccb structures To have enough space to write all possible sprintf() args. Currently 'name' size is 16, but the first '%s' specifier may already need at least 16 characters, since 'bnad->netdev->name' is used there. For '%d' specifiers, assume that they require: * 1 char for 'tx_id + tx_info->tcb[i]->id' sum, BNAD_MAX_TXQ_PER_TX is 8 * 2 chars for 'rx_id + rx_info->rx_ctrl[i].ccb->id', BNAD_MAX_RXP_PER_RX is 16 And replace sprintf with snprintf. Detected using the static analysis tool - Svace.
INFO
Published Date :
Aug. 17, 2024, 10:15 a.m.
Last Modified :
Oct. 30, 2024, 9:49 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-43839
.
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-43839
vulnerability anywhere in the article.
The following table lists the changes that have been made to the
CVE-2024-43839
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. 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/6ce46045f9b90d952602e2c0b8886cfadf860bf1 No Types Assigned https://git.kernel.org/stable/c/6ce46045f9b90d952602e2c0b8886cfadf860bf1 Patch Changed Reference Type https://git.kernel.org/stable/c/6d20c4044ab4d0e6a99aa35853e66f0aed5589e3 No Types Assigned https://git.kernel.org/stable/c/6d20c4044ab4d0e6a99aa35853e66f0aed5589e3 Patch Changed Reference Type https://git.kernel.org/stable/c/ab748dd10d8742561f2980fea08ffb4f0cacfdef No Types Assigned https://git.kernel.org/stable/c/ab748dd10d8742561f2980fea08ffb4f0cacfdef Patch Changed Reference Type https://git.kernel.org/stable/c/b0ff0cd0847b03c0a0abe20cfa900eabcfcb9e43 No Types Assigned https://git.kernel.org/stable/c/b0ff0cd0847b03c0a0abe20cfa900eabcfcb9e43 Patch Changed Reference Type https://git.kernel.org/stable/c/c90b1cd7758fd4839909e838ae195d19f8065d76 No Types Assigned https://git.kernel.org/stable/c/c90b1cd7758fd4839909e838ae195d19f8065d76 Patch Changed Reference Type https://git.kernel.org/stable/c/c9741a03dc8e491e57b95fba0058ab46b7e506da No Types Assigned https://git.kernel.org/stable/c/c9741a03dc8e491e57b95fba0058ab46b7e506da Patch Changed Reference Type https://git.kernel.org/stable/c/e0f48f51d55fb187400e9787192eda09fa200ff5 No Types Assigned https://git.kernel.org/stable/c/e0f48f51d55fb187400e9787192eda09fa200ff5 Patch Changed Reference Type https://git.kernel.org/stable/c/f121740f69eda4da2de9a20a6687a13593e72540 No Types Assigned https://git.kernel.org/stable/c/f121740f69eda4da2de9a20a6687a13593e72540 Patch Added CWE NIST CWE-787 Added CPE Configuration OR *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 2.6.37 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/f121740f69eda4da2de9a20a6687a13593e72540 [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/c90b1cd7758fd4839909e838ae195d19f8065d76 [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/6ce46045f9b90d952602e2c0b8886cfadf860bf1 [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/6d20c4044ab4d0e6a99aa35853e66f0aed5589e3 [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: bna: adjust 'name' buf size of bna_tcb and bna_ccb structures To have enough space to write all possible sprintf() args. Currently 'name' size is 16, but the first '%s' specifier may already need at least 16 characters, since 'bnad->netdev->name' is used there. For '%d' specifiers, assume that they require: * 1 char for 'tx_id + tx_info->tcb[i]->id' sum, BNAD_MAX_TXQ_PER_TX is 8 * 2 chars for 'rx_id + rx_info->rx_ctrl[i].ccb->id', BNAD_MAX_RXP_PER_RX is 16 And replace sprintf with snprintf. Detected using the static analysis tool - Svace. Added Reference kernel.org https://git.kernel.org/stable/c/ab748dd10d8742561f2980fea08ffb4f0cacfdef [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/b0ff0cd0847b03c0a0abe20cfa900eabcfcb9e43 [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/e0f48f51d55fb187400e9787192eda09fa200ff5 [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/c9741a03dc8e491e57b95fba0058ab46b7e506da [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-43839
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-43839
weaknesses.