vendor:
ShoreTel Connect ONSITE
by:
Iraklis Mathiopoulos
7,5
CVSS
HIGH
Blind SQL Injection
89
CWE
Product Name: ShoreTel Connect ONSITE
Affected Version From: 21.79.4311.0
Affected Version To: 21.79.4311.0
Patch Exists: YES
Related CWE: N/A
CPE: a:shoretel:shoretel_connect_onsite
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
2016
ShoreTel Connect ONSITE Blind SQL Injection Vulnerability
Versions of ShoreTel Connect ONSITE prior and including 21.79.4311.0 are vulnerable to a Blind SQL Injection in /authenticate.php, on the webserver that is running the Conference system. Specifically, the POST parameter "username" is not sanitised prior to being used in SQL Queries. Using test'%20and%20(select*from(select(sleep(35)))a)--%20 for the username value the server will respond after approximately 35 seconds. No authentication is needed in order to exploit the vulnerability as the issue resides in the pre-authentication realm of the system.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in SQL queries.