CVE-2024-29737
Streampark Project Module Remote Command Injection Vulnerability
Description
In streampark, the project module integrates Maven's compilation capabilities. The input parameter validation is not strict, allowing attackers to insert commands for remote command execution, The prerequisite for a successful attack is that the user needs to log in to the streampark system and have system-level permissions. Generally, only users of that system have the authorization to log in, and users would not manually input a dangerous operation command. Therefore, the risk level of this vulnerability is very low. Mitigation: all users should upgrade to 2.1.4 Background info: Log in to Streampark using the default username (e.g. test1, test2, test3) and the default password (streampark). Navigate to the Project module, then add a new project. Enter the git repository address of the project and input `touch /tmp/success_2.1.2` as the "Build Argument". Note that there is no verification and interception of the special character "`". As a result, you will find that this injection command will be successfully executed after executing the build. In the latest version, the special symbol ` is intercepted.
INFO
Published Date :
July 17, 2024, 9:15 a.m.
Last Modified :
Aug. 1, 2024, 1:49 p.m.
Source :
[email protected]
Remotely Exploitable :
Yes !
Impact Score :
5.9
Exploitability Score :
2.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-29737
.
URL | Resource |
---|---|
http://www.openwall.com/lists/oss-security/2024/07/17/2 | Mailing List |
https://lists.apache.org/thread/xhx7jt1t24s6d7o435wxng8t0ojfbfh5 | Mailing List |
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-29737
vulnerability anywhere in the article.
The following table lists the changes that have been made to the
CVE-2024-29737
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 134c704f-9b21-4f2e-91b3-4a467353bcc0
Aug. 01, 2024
Action Type Old Value New Value Added CVSS V3.1 CISA-ADP AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H -
Initial Analysis by [email protected]
Jul. 19, 2024
Action Type Old Value New Value Added CVSS V3.1 NIST AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:L/A:L Changed Reference Type http://www.openwall.com/lists/oss-security/2024/07/17/2 No Types Assigned http://www.openwall.com/lists/oss-security/2024/07/17/2 Mailing List Changed Reference Type https://lists.apache.org/thread/xhx7jt1t24s6d7o435wxng8t0ojfbfh5 No Types Assigned https://lists.apache.org/thread/xhx7jt1t24s6d7o435wxng8t0ojfbfh5 Mailing List Added CPE Configuration OR *cpe:2.3:a:apache:streampark:*:*:*:*:*:*:*:* versions from (including) 2.0.0 up to (excluding) 2.1.4 -
CVE Modified by [email protected]
Jul. 17, 2024
Action Type Old Value New Value Added Reference Apache Software Foundation http://www.openwall.com/lists/oss-security/2024/07/17/2 [No types assigned] -
CVE Received by [email protected]
Jul. 17, 2024
Action Type Old Value New Value Added Description In streampark, the project module integrates Maven's compilation capabilities. The input parameter validation is not strict, allowing attackers to insert commands for remote command execution, The prerequisite for a successful attack is that the user needs to log in to the streampark system and have system-level permissions. Generally, only users of that system have the authorization to log in, and users would not manually input a dangerous operation command. Therefore, the risk level of this vulnerability is very low. Mitigation: all users should upgrade to 2.1.4 Background info: Log in to Streampark using the default username (e.g. test1, test2, test3) and the default password (streampark). Navigate to the Project module, then add a new project. Enter the git repository address of the project and input `touch /tmp/success_2.1.2` as the "Build Argument". Note that there is no verification and interception of the special character "`". As a result, you will find that this injection command will be successfully executed after executing the build. In the latest version, the special symbol ` is intercepted. Added Reference Apache Software Foundation https://lists.apache.org/thread/xhx7jt1t24s6d7o435wxng8t0ojfbfh5 [No types assigned] Added CWE Apache Software Foundation CWE-77
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-29737
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-29737
weaknesses.