MyHelpDesk 20020509 - Cross-Site Scripting
Author: Ahmet Sabri ALPER
type: webapps
platform: php
port: nan
date_added: 2002-06-10
date_updated: 2012-09-26
verified: 1
codes: CVE-2002-0931;OSVDB-9238
tags:
aliases:
screenshot_url:
application_url:
source: https://www.securityfocus.com/bid/4970/info
It is reported that MyHelpDesk is vulnerable to cross-site scripting attacks.
Attackers may exploit this vulnerability by constructing a link to a vulnerable scripts, passing malicious HTML code as a value for unsanitized CGI parameters. If the link is sent to a MyHelpDesk user and clicked on, the attacker-supplied HTML code will run in the context of the site running the vulnerable software.
http://[TARGET]/supporter/index.php?t=tickettime&id=<script>alert(document.cookie)</script>