Lucene search

K
securityvulnsSecurityvulnsSECURITYVULNS:DOC:12635
HistoryMay 11, 2006 - 12:00 a.m.

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

2006-05-1100:00:00
vulners.com
28

foud by: Breeeeh
Site: http://www.alshmokh.com
Email: [email protected]

$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]