|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Ablespace 1.0 'cat_id' Parameter SQL Injection Vulnerability
a.jasbi
yahoo.com
Date: Sun May 25 2008 - 04:01:42 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
By : s3rv3r_hack3r (Ali Jasbi)
Vendor : abk-soft.com
Name : ablespace
version : All Version
Risk : Very high
++++++++++++++++++++++++++++++++++++++++++++
adv_cat.php >>>
if(!empty($_GET['cat_id'])){
$str = '';
DB::query("select * from adv_cats where id=".to_sql(get_param('cat_id'),"Number"));
++++++++++++++++++++++++++++++++++++++++++++
You can exploit this vulnerability like this :
Http://domainname.com/ablespace/adv_cat.php?cat_id=[sql inection]
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]