============================================= INTERNET SECURITY AUDITORS ALERT 2013-018 - Original release date: July 26th, 2013 - Last revised: July 26th, 2013 - Discovered by: Vicente Aguilera Diaz - Severity: 4.3/10 (CVSSv2 Base Scored) - CVE-ID: CVE-2013-6163 ============================================= I. VULNERABILITY ------------------------- Multiple XSS vulnerabilities in "Project'Or RIA". II. BACKGROUND ------------------------- Project'Or RIA is an open source Project Management Software, trying to gather in a single tool every functionality needed to organize your projects. The objective is to keep it simple, easy to use on a day to day activity, while covering most of the project management functionalities. III. DESCRIPTION ------------------------- Has been detected multiple XSS vulnerability. The affected resources and parameters are the following: Resource 1: /view/parameter.php Parameter: type Resource 2: /view/main.php Parameter: p1value Resource 3: /view/objectDetail.php Parameter: objectClass These vulnerabilities allows the execution of arbitrary HTML/script code to be executed in the context of the victim user's browser. IV. PROOF OF CONCEPT ------------------------- A malicious user can inject arbitrary HTML/script code in the affected parameters. Example 1 (GET Request): http:///view/parameter.php?type=">

This+is+an+XSS+example