vendor:
VWar
by:
brOmstar
8,8
CVSS
HIGH
Remote SQL Injection
89
CWE
Product Name: VWar
Affected Version From: VWar <= v1.50 R14
Affected Version To: VWar <= v1.50 R14
Patch Exists: YES
Related CWE: N/A
CPE: a:vwar:vwar:1.50_r14
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
2006
VWar <= v1.50 R14 Remote SQL Injection Vulnerability
A vulnerability exists in VWar <= v1.50 R14 which allows an attacker to inject arbitrary SQL commands. This is due to the lack of input validation on the 'n' parameter in the 'extra/online.php' script. An attacker can exploit this vulnerability by sending a specially crafted HTTP request containing malicious SQL commands. This can allow an attacker to gain access to sensitive information such as user credentials.
Mitigation:
The vulnerability can be mitigated by replacing line 43 in the 'extra/online.php' script with '$n = intval($n);'