vendor:
GAzie
by:
Gjoko 'LiquidWorm' Krstic
8.8
CVSS
HIGH
Cross-site Scripting and SQL Injection
89
CWE
Product Name: GAzie
Affected Version From: 5.1
Affected Version To: 5.1
Patch Exists: NO
Related CWE: N/A
CPE: a:devincentiis:gazie
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Microsoft Windows XP Professional SP3 (EN), Apache 2.2.14 (Win32), PHP 5.3.1, MySQL 5.1.41
2011
GAzie 5.10 (Login parameter) Multiple Remote Vulnerabilities
GAzie is prone to a cross-site scripting and an SQL Injection vulnerability because it fails to properly sanitize user-supplied input. An attacker may leverage this issue to execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site. This may allow the attacker to steal cookie-based authentication credentials and to launch other attacks. Compromising the entire database structure and executing system commands is possible thru malicious SQL queries. The issues exist in the 'login_admin.php' script thru the 'Login' parameter.
Mitigation:
Input validation should be used to ensure that untrusted data is not allowed to enter the system. Sanitize user-supplied input to prevent malicious code from being executed. Use prepared statements to prevent SQL injection attacks.