vendor:
Ploticus
by:
Diskovered
8,8
CVSS
HIGH
Command Injection
78
CWE
Product Name: Ploticus
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: NO
Related CWE: N/A
CPE: N/A
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2011
Command Execution Vulnerability in Ploticus
Ploticus is a software package for generating graphs and plots. It is vulnerable to command injection due to improper sanitization of user input. An attacker can inject arbitrary commands into the 'device' parameter of the Ploticus script, which is then executed on the server.
Mitigation:
Input validation should be used to prevent command injection attacks. Sanitize user input and validate it against a whitelist of acceptable values.