vendor:
PsychoStats
by:
Mr.SQL
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: PsychoStats
Affected Version From: v2.3
Affected Version To: v2.3.3
Patch Exists: Unknown
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: N/A
Unknown
rEm0te SQL InjEction VulnErability
PsychoStats Versions (v2.3, v2.3.1, v2.3.3) are vulnerable to a remote SQL injection vulnerability. Attackers can exploit this vulnerability by sending malicious SQL queries to the vulnerable web application. The vulnerable parameters are ‘id’ in ‘map.php’ and ‘weapon.php’. Attackers can use the ‘union’ operator to retrieve data from the database. The vulnerable tables are ‘psuser’, ‘ps_user’, ‘psadmin’, and ‘pas_admin’. The vulnerable columns are ‘username’, ‘password’, ‘plr’, and ‘name’.
Mitigation:
Developers should use parameterized queries to prevent SQL injection attacks. Input validation should also be used to detect malicious inputs.