Summary
--------------------
Software : ProjectPier
Version : 0.8.8 (other versions untested)
Website : http://www.projectpier.org
Issue : XSS (stored), Insecure Cookie storage
CVSS Base : (AV:N/AC:M/Au:S/C:C/I:C/A:N)
CVSS Score: 7.9
Researcher: Carl Benedict
Product Description
--------------------
ProjectPier is a Free, Open-Source, PHP web application for managing
tasks, projects and teams through an intuitive web interface.
Details
--------------------
The ProjectPier web application is affected by stored XSS and insecure
cookie storage. The combination of these two vulnerabilities can lead
to full compromise of application credentials by stealing session
cookies.
The stored XSS can be found in the Contact Name, Contact Company Name,
Contact Description fields.
Proof of Concept
--------------------
Enter any of the following strings into the Contact Name, Contact
Company Name, and Company Description fields will generate a
JavaScript alert dialog when viewing Contacts:
alert(document.cookie)var url1 = "
"; document.writeln(url1);