AOH :: Web BBS :: Frequently Exploited :: B06-1595.HTM

MyBB 1.10 New CrossSiteScripting ' member.php '

MyBB 1.10 New CrossSiteScripting ' member.php '
MyBB 1.10 New CrossSiteScripting ' member.php '



//-- MyBB 1.10 New CrossSiteScripting ' member.php ' --//

Webattack :-
	/mybb/member.php?action=do_login&username=[usrname]&password=[pass]&url=">

//-- FixIT --//

	Open member.php
    GoTo Line :- 1030 ..


        if($mybb->input['url'])
			{
				redirect($mybb->input['url'], $lang->redirect_loggedin);
			}


        Replace It With

   		if($mybb->input['url'])
			{
		redirect(htmlspecialchars($mybb->input['url']), $lang->redirect_loggedin);
   			}
//-- --//




The entire AOH site is optimized to look best in Firefox® 3 on a widescreen monitor (1440x900 or better).
Site design & layout copyright © 1986-2009 AOH
We do not send spam. If you have received spam bearing an artofhacking.com email address, please forward it with full headers to abuse@artofhacking.com.