Lucene search
+L

Lizard Cart - Multiple SQL Injections

🗓️ 19 Dec 2009 00:00:00Reported by cr4wl3rType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 32 Views

Lizard Cart - Multiple SQL Injections in detail and pages.ph

Related
Code
ReporterTitlePublishedViews
Family
CVE
CVE-2006-0087
5 Jan 200611:00
cve
Cvelist
CVE-2006-0087
5 Jan 200611:00
cvelist
EUVD
EUVD-2006-0095
7 Oct 202500:30
euvd
NVD
CVE-2006-0087
5 Jan 200611:03
nvd
Prion
Sql injection
5 Jan 200611:03
prion
################################################################################
## Exploit Title: Lizard Cart Multiple SQL Injection Exploit                  ##
## Date: 20-12-2009                                                           ##
## Author: cr4wl3r                                                            ##
## Software Link: http://sourceforge.net/projects/lizardcart/                 ##
## Version: N/A                                                               ##
## Tested on: GNU/LINUX                                                       ##
################################################################################


~ Code [detail.php]

$dbResult = mysql_query("select * from products where id='$id'");

~ PoC

[lizardcart_path]/detail.php?id=[SQL]



~ Code [pages.php]

$dbResult = mysql_query("select * from pages where id='$id'");

~ PoC

[lizardcart_path]/pages.php?id=[SQL]

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

28 Jun 2011 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 27.5
EPSS0.04043
32