vendor:
Total Connect Now
by:
Ajaikumar Nadar
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Total Connect Now
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: NO
Related CWE: N/A
CPE: a:unified_office:total_connect_now:1.0
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: CentOS + Apache/2.2.15
2021
Unified Office Total Connect Now 1.0 – ‘data’ SQL Injection
An attacker can exploit a SQL injection vulnerability in Unified Office Total Connect Now 1.0 by sending a malicious payload in the 'data' parameter of the 'operatorLogin.php' page. The payload can be used to extract the version of the database. The request is captured in Burpsuite and the response reveals the DB version of mysql.
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.