vendor:
ZykeCMS
by:
Giuseppe 'giudinvx' D'Inverno
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: ZykeCMS
Affected Version From: 1.1
Affected Version To: 1.1
Patch Exists: NO
Related CWE: N/A
CPE: a:zykecms:zykecms:1.1
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
2010
ZykeCMS V1.1 (Auth Bypass) SQL Injection Vulnerability
ZykeCMS V1.1 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 the login page. The username should be ' or 1=1-- - and the password should be 1. This will allow the attacker to gain admin control of the application.
Mitigation:
Input validation should be used to ensure that user-supplied input is properly sanitized before being used in SQL queries.