vendor:
QWIKIA
by:
Ihsan Sencan
8,8
CVSS
HIGH
SQL Injection
89
CWE
Product Name: QWIKIA
Affected Version From: 1.1.1
Affected Version To: 1.1.1
Patch Exists: NO
Related CWE: N/A
CPE: a:xandr:qwikia
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Win7 x64, Kali Linux x64
2017
QWIKIA – Ask And Answer Platform 1.1.1 – SQL Injection
QWIKIA is vulnerable to SQL Injection. An attacker can inject malicious SQL queries via the 'q' parameter in the 'search' page. This can be exploited to bypass authentication, access, modify and delete data in the back-end database.
Mitigation:
Input validation should be used to prevent SQL injection attacks. Sanitize all user input and escape special characters.