CS-Cart Multiple SQL Injection Vulnerabilities
BID:16134
Info
CS-Cart Multiple SQL Injection Vulnerabilities
| Bugtraq ID: | 16134 |
| Class: | Input Validation Error |
| CVE: | |
| Remote: | Yes |
| Local: | No |
| Published: | Nov 25 2005 12:00AM |
| Updated: | Nov 25 2005 12:00AM |
| Credit: | rakstija r0t3d3Vil is credited with the discovery of this vulnerability. |
| Vulnerable: |
CS-Cart CS-Cart |
| Not Vulnerable: | |
Discussion
CS-Cart Multiple SQL Injection Vulnerabilities
CS-Cart is prone to multiple SQL injection vulnerabilities. These issues are due to a failure in the application to properly sanitize user-supplied input before using it in SQL queries.
Successful exploitation could result in a compromise of the application, disclosure or modification of data, or may permit an attacker to exploit vulnerabilities in the underlying database implementation.
CS-Cart is prone to multiple SQL injection vulnerabilities. These issues are due to a failure in the application to properly sanitize user-supplied input before using it in SQL queries.
Successful exploitation could result in a compromise of the application, disclosure or modification of data, or may permit an attacker to exploit vulnerabilities in the underlying database implementation.
Exploit / POC
CS-Cart Multiple SQL Injection Vulnerabilities
An exploit is not required.
The following proof of concept URI are available:
http://www.example.com/index.php?target=products&mode=search&subcats=Y&type=extended&avail=Y&pshor=Y&pfull=Y&pname=Y&cid=0&q=&x=11&y=3&sort_by=[SQL]
http://www.example.com/index.php?target=products&mode=search&subcats=Y&type=extended&avail=Y&pshor=Y&pfull=Y&pname=Y&cid=0&q=%27&x=11&y=3&sort_by=product&sort_order=[SQL]
An exploit is not required.
The following proof of concept URI are available:
http://www.example.com/index.php?target=products&mode=search&subcats=Y&type=extended&avail=Y&pshor=Y&pfull=Y&pname=Y&cid=0&q=&x=11&y=3&sort_by=[SQL]
http://www.example.com/index.php?target=products&mode=search&subcats=Y&type=extended&avail=Y&pshor=Y&pfull=Y&pname=Y&cid=0&q=%27&x=11&y=3&sort_by=product&sort_order=[SQL]
Solution / Fix
CS-Cart Multiple SQL Injection Vulnerabilities
Solution:
Currently we are not aware of any vendor-supplied patches for this issue. If you feel we are in error or are aware of more recent information, please mail us at: [email protected] <mailto:[email protected]>.
Solution:
Currently we are not aware of any vendor-supplied patches for this issue. If you feel we are in error or are aware of more recent information, please mail us at: [email protected] <mailto:[email protected]>.
References
CS-Cart Multiple SQL Injection Vulnerabilities
References:
References:
- CS-Cart Homepage (CS-Cart)
- CS-Cart SQL inj. vuln. (rakstija r0t3d3Vil)