vendor:
Free Arcade Script
by:
Mr.Skonnie
7.5
CVSS
HIGH
SQL Injection + Remote File Upload
89
CWE
Product Name: Free Arcade Script
Affected Version From: Free Arcade Script 1.0
Affected Version To: Free Arcade Script 1.0
Patch Exists: NO
Related CWE: N/A
CPE: a:freearcadescript:free_arcade_script
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
SQL Injection + Remote PHP file upload
The user name is not checked before being used in the sql query so we can inject ' or 1 or username=' as the user name and get in as admin. Once logged in as admin, the Admin panel is enabled. Add a new self hosted game and when asked for "Thumb File" and "SWF Game File", choose your php shell file (or any other file you want to upload to the server). The file you uploaded is now saved in the "games directory" and "thumbs directory". To find out where they are located, choose "Site Settings" from the Admin panel.
Mitigation:
Ensure that user input is properly validated and sanitized before being used in a SQL query.