Alan Ward A-Cart Multiple Input Validation Vulnerabilities
BID:9997
Info
Alan Ward A-Cart Multiple Input Validation Vulnerabilities
| Bugtraq ID: | 9997 |
| Class: | Input Validation Error |
| CVE: | |
| Remote: | Yes |
| Local: | No |
| Published: | Mar 29 2004 12:00AM |
| Updated: | Mar 29 2004 12:00AM |
| Credit: | Disclosure of this issue is credited to "Manuel Lopez" <[email protected]>. |
| Vulnerable: |
Alan Ward A-Cart PRO 2.0 Alan Ward A-Cart 2.0 |
| Not Vulnerable: | |
Discussion
Alan Ward A-Cart Multiple Input Validation Vulnerabilities
Reportedly A-Cart is prone to multiple input validation vulnerabilities. These issues are due to a failure of the application to properly sanitize user supplied input prior to its use in SQL queries and generation of dynamic content.
The SQL injection issue may allow a remote attacker to manipulate SQL query logic, potentially leading to access to sensitive information such as the administrator password hash or corruption of database data. SQL injection attacks may also potentially be used to exploit latent vulnerabilities in the underlying database implementation.
The cross-site scripting issue could permit a remote attacker to create a malicious link to the vulnerable application that includes hostile HTML and script code. If this link were followed, the hostile code may be rendered in the web browser of the victim user. This would occur in the security context of the affected web site and may allow for theft of cookie-based authentication credentials or other attacks.
Reportedly A-Cart is prone to multiple input validation vulnerabilities. These issues are due to a failure of the application to properly sanitize user supplied input prior to its use in SQL queries and generation of dynamic content.
The SQL injection issue may allow a remote attacker to manipulate SQL query logic, potentially leading to access to sensitive information such as the administrator password hash or corruption of database data. SQL injection attacks may also potentially be used to exploit latent vulnerabilities in the underlying database implementation.
The cross-site scripting issue could permit a remote attacker to create a malicious link to the vulnerable application that includes hostile HTML and script code. If this link were followed, the hostile code may be rendered in the web browser of the victim user. This would occur in the security context of the affected web site and may allow for theft of cookie-based authentication credentials or other attacks.
Exploit / POC
Alan Ward A-Cart Multiple Input Validation Vulnerabilities
No exploit is required to leverage these issues. The following proof of concept has been provided:
http://www.example.com/category.asp?catcode=[SqlInjection]
http://www.example.com/category.asp?catcode=1%20union%20all%20select%20pass,0,0,0,0%20from%20customers%20where%20fname='[Username]'
No exploit is required to leverage these issues. The following proof of concept has been provided:
http://www.example.com/category.asp?catcode=[SqlInjection]
http://www.example.com/category.asp?catcode=1%20union%20all%20select%20pass,0,0,0,0%20from%20customers%20where%20fname='[Username]'
Solution / Fix
Alan Ward A-Cart Multiple Input Validation 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
Alan Ward A-Cart Multiple Input Validation Vulnerabilities
References:
References:
- A-Cart Homepage (Alan Ward)
- A-CART Pro & A-CART 2.0 Input Validation Holes ("Manuel Lopez"
)