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

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

 



----------------------------------
foud by: Breeeeh
Site: http://www.alshmokh.com
Email: Breeeeh@xxxxxxxxxxx
----------------------------------

$query = $db->query("SELECT pid FROM ".TABLE_PREFIX."posts WHERE tid='$tid' $visible ORDER BY dateline LIMIT $start, $perpage");
                while($getid = $db->fetch_array($query)) {
                        $pids .= "$comma'$getid[pid]'";
                        $comma = ",";
                }

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

example:
/showthread.php?...$comma=[SQL]


[Index of Archives]     [Linux Security]     [Netfilter]     [PHP]     [Yosemite News]     [Linux Kernel]

  Powered by Linux