vendor:
Gekko CMS
by:
[]0iZy5
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Gekko CMS
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: NO
Related CWE: N/A
CPE: N/A
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
2020
Gekko CMS (SQL Injection) Vulnerability
SQL injection is a code injection technique that exploits a security vulnerability occurring in the database layer of an application. The vulnerability is present when user input is either incorrectly filtered for string literal escape characters embedded in SQL statements or user input is not strongly typed and thereby unexpectedly executed.
Mitigation:
Input validation, parameterized queries, stored procedures, and other techniques can help prevent SQL injection attacks.