[] NeoSense

PG Roommate Finder Solution - 'quick_search.php?part' Cross-Site Scripting

Author: Moudi
type: webapps
platform: php
port: 
date_added: 2009-06-27 
date_updated: 2014-04-30 
verified: 1 
codes: CVE-2009-2772;OSVDB-56537 
tags: 
aliases:  
screenshot_url:  
application_url: 

source: https://www.securityfocus.com/bid/35814/info

PG Roommate Finder Solution is prone to a cross-site scripting vulnerability because it fails to properly sanitize user-supplied input.

An attacker may leverage this issue 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.

http://www.example.com/roommate/demo/quick_search.php?part="><script>alert(document.cookie);</script>