[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

mybb v1.1.1(rss.php) SQL Injection Exploit



---------------------------------- 
Foud By: Breeeeh & CrAzY CrAcKeR
Site: www.alshmokh.com 
Email:Breeeeh@xxxxxxxxxxx 
----------------------------------

$query = $db->query("SELECT * FROM ".TABLE_PREFIX."forums f WHERE 1=1 
$forumlist");
        $comma = " - ";
        while($forum = $db->fetch_array($query))
        {
                $title .= $comma.$forum['name'];
                $forumcache[$forum['fid']] = $forum;
                $comma = ", ";

----------------------------------

Example: 

/rss.php?...$comma=[SQL]