[] NeoSense

DCP-Portal 5.3.1 - 'calendar.php' Cross-Site Scripting

Author: Ertan Kurt
type: webapps
platform: php
port: 
date_added: 2003-03-19 
date_updated: 2012-11-01 
verified: 1 
codes: CVE-2003-1536;OSVDB-7022 
tags: 
aliases:  
screenshot_url:  
application_url: 

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

It has been reported that DCP-Portal does not sufficiently filter URI parameters supplied to the DCP-Portal 'calender' script.

As a result of this deficiency, it is possible for a remote attacker to create a malicious link containing script code that will be executed in the browser of a legitimate user. All code will be executed within the context of the website running DCP-Portal.

This may allow for theft of cookie-based authentication credentials and other attacks.

This vulnerability was reported to affect DCP-Portal version 5.3.1, it is not currently known if other versions are affected.

http://www.example.com/calendar.php?year=<script>alert(document.cookie);</script>&month=03&day=05