vendor:
Gigs
by:
Özkan Mustafa Akkus (AkkuS)
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Gigs
Affected Version From: v2.0
Affected Version To: v2.0
Patch Exists: YES
Related CWE: N/A
CPE: a:codecanyon:gigs
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Kali Linux
2018
Gigs v2.0 – Login Page SQL Injection
Gigs v2.0 is prone to an SQL-injection vulnerability because it fails to sufficiently sanitize user-supplied data before using it in an SQL query. Exploiting this issue could allow an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in an SQL query.