[] NeoSense

SixCMS 6.0 - 'list.php' Cross-Site Scripting

Author: Aesthetico
type: webapps
platform: php
port: 
date_added: 2006-06-12 
date_updated: 2013-09-02 
verified: 1 
codes: CVE-2006-3051;OSVDB-26504 
tags: 
aliases:  
screenshot_url:  
application_url: 

source: https://www.securityfocus.com/bid/18393/info

SixCMS 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 execute in the browser of an unsuspecting user in the context of the affected site. This may help the attacker steal cookie-based authentication credentials and launch other attacks.

http://www.example.com/list.php?page=<script>alert("MajorSecurity")</script>