vendor:
Secure Remote Access (SRA)
by:
Russell Sanford
9,8
CVSS
CRITICAL
Command Injection
78
CWE
Product Name: Secure Remote Access (SRA)
Affected Version From: 8.1.0.2-14sv
Affected Version To: 8.1.0.2-14sv
Patch Exists: YES
Related CWE: CVE-2016-9682
CPE: a:sonicwall:secure_remote_access:8.1.0.2-14sv
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Embedded Linux
2016
Sonicwall Secure Remote Access (SRA) – Command Injection Vulnerabilities
The Sonicwall Secure Remote Access server (ver 8.1.0.2-14sv) is vulnerable to two Remote Command Injection vulnerabilities in it's web administrative interface. These vulnerabilies occur in the diagnostics CGI (/cgi-bin/diagnostics) component responsible for emailing out information about the state of the system. The application doesn't properly escape the information passed in the 'tsrDeleteRestartedFile' or 'currentTSREmailTo' variables before making a call to system() allowing for remote command injection. Exploitation of this vulnerability yeilds shell access to the remote machine under the useraccount 'nobody'.
Mitigation:
Ensure that user input is properly sanitized and validated before being passed to system() calls.