vendor:
Game Server Component
by:
v3n0m
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Game Server Component
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: NO
Related CWE: N/A
CPE: a:indianpulse.in:gameserver_component:1.0
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
2009
Joomla Component com_gameserver 1.0 (id) SQL Injection Vulnerability
The vulnerability exists due to insufficient sanitization of user-supplied input in the 'id' parameter of the 'com_gameserver' component. A remote attacker can execute arbitrary SQL commands in application's database, cause denial of service, access or modify sensitive data, exploit various vulnerabilities in the underlying SQL server etc.
Mitigation:
Input validation should be used to prevent SQL injection attacks. The application should sanitize all user-supplied input to prevent SQL injection attacks.