vendor:
Cyberoam UTM
by:
N/A
7,5
CVSS
HIGH
OS Command Execution
78
CWE
Product Name: Cyberoam UTM
Affected Version From: Cyberoam CR50ia 10.01.0 build 678
Affected Version To: Cyberoam CR50ia 10.01.0 build 678
Patch Exists: N/A
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
Unreleased
Cyberoam-UTM-Command-Execution
The Cyberoam UTM exposes a web interface through a Jetty web server and this winterface allows authenticated users to perform network diagnostic actions such as ping, traceroute, name lookup and so on. These actions are accessible to authenticated users, and are vulnerable to command injection attacks. The parameter 'host' is vulnerable to OS command injection. Some client-side validation is performed to check that the IP address provided is in valid format, however no such validation is performed on server-side. Hence, a malicious user can easily bypass client-sidevalidation checks by using an in-line proxy tool and inject an OS command.
Mitigation:
Ensure that all user input is properly validated and sanitized before being used in any system commands.