MarmaraWeb E-Commerce - 'index.php?page' Cross-Site Scripting

Author: B3g0k
type: webapps
platform: php
port: 
date_added: 2005-12-15  
date_updated: 2013-07-15  
verified: 1  
codes: CVE-2005-4288;OSVDB-21902  
tags:   
aliases:   
screenshot_url:   
application_url:   

raw file: 26838.txt  
source: https://www.securityfocus.com/bid/15875/info


E-commerce is prone to a cross-site scripting vulnerability. This issue is due to a failure in the application to properly sanitize user-supplied input.

An attacker may leverage this issue to have arbitrary script code executed in the browser of an unsuspecting user in the context of the affected site. This may facilitate the theft of cookie-based authentication credentials as well as other attacks.

http://www.example.com/index.php?page=">[XSS]
http://www.example.com/?page=">[XSS]