[] NeoSense

PHPMyFAQ 2.6.x - 'index.php' Cross-Site Scripting

Author: Yam Mesicka
type: webapps
platform: php
port: 
date_added: 2010-09-28 
date_updated: 2016-09-27 
verified: 1 
codes: CVE-2010-4821;OSVDB-68268 
tags: 
aliases:  
screenshot_url:  
application_url: http://www.exploit-db.comphpmyfaq-2.6.8.zip

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

phpMyFAQ 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.

Versions prior to phpMyFAQ 2.6.9 are vulnerable.

http://www.example.com/index.php/"><script>alert("XSS")</script>