DotNetNuke 5.5.1 - 'InstallWizard.aspx' Cross-Site Scripting
Author: Richard Brain
type: webapps
platform: asp
port:
date_added: 2010-12-03
date_updated: 2014-10-23
verified: 1
codes: CVE-2010-4514;OSVDB-69686
tags:
aliases:
screenshot_url:
application_url:
source: https://www.securityfocus.com/bid/45180/info
DotNetNuke is prone to a cross-site-scripting vulnerability because it fails to sufficiently sanitize user-supplied input.
An attacker may leverage this issue to execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site. This can allow the attacker to steal cookie-based authentication credentials and launch other attacks.
DotNetNuke 5.5.1 is vulnerable; prior versions may also be affected.
http://www.example.com/Install/InstallWizard.aspx?__VIEWSTATE=<script>alert(1)</script>