Nmap Security Scanner
*Intro
*Ref Guide
*Install Guide
*Download
*Changelog
*Book
*Docs
Security Lists
*Nmap Hackers
*Nmap Dev
*Bugtraq
*Full Disclosure
*Pen Test
*Basics
*More
Security Tools
*Pass crackers
*Sniffers
*Vuln Scanners
*Web scanners
*Wireless
*Exploitation
*Packet crafters
*More
Site News
Site Search:
Exploit World
Advertising
About/Contact
Credits
Sponsors:
edgeos



Bugtraq: Ablespace 1.0 'cat_id' Parameter SQL Injection Vulnerability

Ablespace 1.0 'cat_id' Parameter SQL Injection Vulnerability

From: <a.jasbi_at_yahoo.com>
Date: 25 May 2008 09:01:42 -0000
('binary' encoding is not supported, stored as-is) 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]
Received on May 26 2008
[ Nmap | Sec Tools | Mailing Lists | Site News | About/Contact | Advertising | Privacy ]