7.5
CVSSv2

CVE-2008-3586

Published: 11/08/2008 Updated: 29/09/2017
CVSS v2 Base Score: 7.5 | Impact Score: 6.4 | Exploitability Score: 10
VMScore: 755
Vector: AV:N/AC:L/Au:N/C:P/I:P/A:P

Vulnerability Summary

SQL injection vulnerability in the EZ Store (com_ezstore) component for Joomla! allows remote malicious users to execute arbitrary SQL commands via the id parameter in a detail action to index.php.

Vulnerable Product Search on Vulmon Subscribe to Product

joomla com ezstore

Exploits

#!/usr/bin/perl #Note:Sometimes you have to change the regexp to viewcategory/catid,"$cid" use LWP::UserAgent; use Getopt::Long; if(!$ARGV[1]) { print " \n"; print " ################################################################\n"; print " # Joomla Component EZ St ...