vendor:
phpArcadeScript
by:
SoSo H H (Iraqi-Cracker)
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: phpArcadeScript
Affected Version From: 1
Affected Version To: 3.0 RC2
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: Versions:1.0,2.0,3.0 RC1 &RC2
2009
phpArcadeScript (all version) Remote Sql Injection Exploit
An attacker can exploit this vulnerability by sending malicious SQL queries to the vulnerable parameter 'userid' in the 'index.php' page. This can allow the attacker to gain access to the database and extract sensitive information such as usernames and passwords.
Mitigation:
Input validation should be used to prevent SQL injection attacks. The application should also use parameterized queries to prevent SQL injection.