vendor:
Galaxy Forces MMORPG
by:
Ihsan Sencan
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Galaxy Forces MMORPG
Affected Version From: 0.5.8
Affected Version To: 0.5.8
Patch Exists: NO
Related CWE: N/A
CPE: a:galaxy:galaxy_forces_mmorpg:0.5.8
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: WiN7_x64/KaLiLinuX_x64
2018
Galaxy Forces MMORPG 0.5.8 – ‘type’ SQL Injection
Galaxy Forces MMORPG 0.5.8 is vulnerable to 'type' SQL Injection. An attacker can send a specially crafted HTTP request to the vulnerable application in order to execute arbitrary SQL commands in the back-end database. This can be exploited to manipulate SQL queries by injecting arbitrary SQL code in the 'type' parameter of the 'ads.php' script.
Mitigation:
Input validation should be used to prevent SQL injection attacks. The application should also use stored procedures and parameterized queries to prevent SQL injection.