Lucene search
K

OpenCart 1.3.2 SQL Injection

🗓️ 09 Mar 2010 00:00:00Reported by Andres GomezType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 30 Views

OpenCart 1.3.2 SQL Injection, attacker executes arbitrary SQL statements, compromise database integrity, solution with regular expression in index.ph

Code
`  
  
##########################[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]#################################  
  
  
  
`

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation