vendor:
Crazy Goomba
by:
ZoRLu
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Crazy Goomba
Affected Version From: 1.2.2001
Affected Version To: 1.2.2001
Patch Exists: NO
Related CWE: N/A
CPE: a:z0rlu:crazy_goomba
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
Crazy Goomba 1.2.1 SQL inj
An attacker can exploit a SQL injection vulnerability in Crazy Goomba 1.2.1 to gain access to the admin panel. By entering the following code in the [SQL] field, an attacker can gain access to the admin panel: 1'/**/union/**/select/**/0,pseudo,password,email,id,0,0/**/from/**/cg_joueurs/**. The attacker can then use the obtained credentials to log in to the admin panel at http://localhost/Crazy_Goomba_1.2.1_path/administration/admin.php.
Mitigation:
Input validation should be used to prevent SQL injection attacks.