[] NeoSense

TurnkeyForms Yahoo Answers Clone - 'questiondetail.php' Cross-Site Scripting

Author: Moudi
type: webapps
platform: php
port: 
date_added: 2009-08-10 
date_updated: 2014-08-30 
verified: 1 
codes: CVE-2009-4858;OSVDB-56873 
tags: 
aliases:  
screenshot_url:  
application_url: 

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

TurnkeyForms Yahoo Answers Clone 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 let the attacker steal cookie-based authentication credentials and launch other attacks.

http://www.example.com/questiondetail.php?questionid="><script>alert(document.cookie);</script>