vendor:
PHPDirector Game Edition
by:
Zer0 Thunder
7,5
CVSS
HIGH
Local File Inclusion/SQL Injection
79, 89
CWE
Product Name: PHPDirector Game Edition
Affected Version From: v0.1
Affected Version To: v0.1
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: Windows XP sp2, LinuxBox (Ubuntu Server 9.10)
2010
PHPDirector Game Edition Multiple Vulnerabilities (LFI/SQLi/Xss)
PHPDirector Game Edition is vulnerable to Local File Inclusion and SQL Injection. The Local File Inclusion vulnerability exists in the header.php file, where the ‘lang’ parameter is not properly sanitized. An attacker can exploit this vulnerability by sending a maliciously crafted HTTP request to the vulnerable server. The SQL Injection vulnerability exists in the games.php file, where the ‘id’ parameter is not properly sanitized. An attacker can exploit this vulnerability by sending a maliciously crafted HTTP request to the vulnerable server.
Mitigation:
Input validation should be used to prevent malicious input from entering the system. Sanitize all user input and escape special characters. Use prepared statements to prevent SQL injection.