vendor:
Syzygy CMS
by:
darkjoker
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Syzygy CMS
Affected Version From: 0.3
Affected Version To: 0.3
Patch Exists: YES
Related CWE: N/A
CPE: a:syzygy_cms:syzygy_cms
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
Syzygy CMS <= 0.3 (Auth Bypass) SQL Injection Vulnerability
Syzygy CMS version 0.3 is vulnerable to an authentication bypass vulnerability due to improper sanitization of user-supplied input. An attacker can exploit this vulnerability by supplying a specially crafted username and password to bypass authentication. The vulnerable code is located in the login.php file, where the username and password are not properly sanitized before being used in an SQL query. An attacker can exploit this vulnerability by supplying a specially crafted username and password, such as 'x' OR 'x' = 'x'#, and any password, to bypass authentication.
Mitigation:
Ensure that user-supplied input is properly sanitized before being used in an SQL query.