vendor:
greed (Get and Resume Elite Edition)
by:
7.5
CVSS
HIGH
Unauthorized Command Execution
78
CWE
Product Name: greed (Get and Resume Elite Edition)
Affected Version From:
Affected Version To:
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
Unauthorized Command Execution in greed (Get and Resume Elite Edition)
The greed (Get and Resume Elite Edition) application is prone to unauthorized command execution. This vulnerability occurs when the application processes a GRX file list that contains shell metacharacters and commands in file names. An attacker can exploit this vulnerability by providing a malicious GRX file list, which may originate from an external or untrusted source. Successful exploitation allows the attacker to execute arbitrary commands within the context of the application.
Mitigation:
To mitigate this vulnerability, it is recommended to validate and sanitize input received from external or untrusted sources. Additionally, file names in GRX file lists should be properly encoded or restricted to prevent the inclusion of shell metacharacters and commands.