SecurityAlert : 7106 CVE : CVE-2010-0956 CWE : CWE-89 SecurityRisk : High (About) Remote Exploit : Yes Local Exploit : No Victim interaction required : No Exploit Available : Yes Credit : Andrés Gómez Published : 11.03.2010 Updated : 26.03.2010
Vendor Statement :
OpenCart 1.3.2 Does not have an SQL injection Vulnerability.
SecurityReason Note :
Exploiting this issue only leads to SQL Error.
Affected Software :
opencart:opencart:1.3.2
Advisory Content :
##########################[Andrés Gómez]##########################
# Exploit Title : OpenCart 1.3.2 SQL Injection
# Date : 07/03/2010
# Author : Andrés Gómez
# Software Link : http://www.coompras.com/opencart/opencart.htm
# Contact : gomezandres[4t]adinet[dot]com.uy<http://com.uy>
# Dork : No DoRk
########################################################################
# An attacker may execute arbitrary SQL statements on the vulnerable
system.
# This may compromise the integrity of your database and/or expose
sensitive information.
########################################################################
# Example 1: index.php?route=product%2Fspecial&path=20&page='
# Example 2: index.php?route=product%2Fspecial&path=20&page=\'
# Example 3: index.php?route=product%2Fcategory&path=20&page=andres'"
########################################################################
# Malicious users may inject SQL code into a vulnerable
# application to fool a user in order to gather data from them. An attacker
can
# take admin user and login in your panel.
########################################################################
# Solution:
# You have to put this regular expresion in the first two lines of your
index.php
# $_GET = preg_replace("|([^\w\s\'])|i",'',$_GET);
# $_POST = preg_replace("|([^\w\s\'])|i",'',$_POST);
########################################################################
# Greetz : Mauro Rossi, Raúl Pérez, Willian Mesa, Pablo Solari
# Special Thanks : HYPERNETHOST & Atenea Capacitaciones
##########################[Andrés Gómez]#################################
If you have additional information or notice any errors regarding this security advisory, please use contact form or email us at info()securityreason()com.