vendor:
by:
9.8
CVSS
CRITICAL
Command Injection
78
CWE
Product Name:
Affected Version From:
Affected Version To:
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
Perl Code Vulnerability
This Perl code contains a command injection vulnerability that allows an attacker to execute arbitrary commands on the server. The vulnerability is caused by the insecure concatenation of user input into a system command. An attacker can manipulate the input to execute malicious commands.
Mitigation:
To mitigate this vulnerability, user input should be properly validated and sanitized before being used in system commands. It is recommended to use parameterized queries or prepared statements to prevent command injection attacks.