vendor:
PHP Arcade Script
by:
Hussin X
9
CVSS
HIGH
SQL Injection
89
CWE
Product Name: PHP Arcade Script
Affected Version From: v4.0
Affected Version To: v4.0
Patch Exists: YES
Related CWE: N/A
CPE: a:phparcadescript:php_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
2008
PHP Arcade Script v4.0 (cat) Remote SQL Injection Vulnerability
A remote SQL injection vulnerability exists in PHP Arcade Script v4.0. An attacker can exploit this vulnerability to inject malicious SQL queries into the application, allowing them to gain access to sensitive information such as usernames and passwords. The vulnerability is due to insufficient sanitization of user-supplied input to the 'cat' parameter in the 'index.php' script. An attacker can exploit this vulnerability by sending a specially crafted HTTP request containing malicious SQL queries to the vulnerable script. Successful exploitation of this vulnerability can result in unauthorized access to sensitive information.
Mitigation:
Ensure that user-supplied input is properly sanitized before being used in SQL queries.