vendor:
Nconf
by:
haidao
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Nconf
Affected Version From: nconf 1.3
Affected Version To: nconf 1.3
Patch Exists: NO
Related CWE: N/A
CPE: a:nconf:nconf:1.3
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Linux CentOS 6.3
2013
nconf detail.php,detail_admin_items.php blind injection
Two files, detail.php and detail_admin_items.php, are vulnerable to blind SQL injection. An attacker can use SQLMap to exploit the vulnerability by providing the URL and the parameter to inject. The back-end DBMS is MySQL 5.0.11 and the web application technology is PHP 5.3.3 and Apache 2.2.15.
Mitigation:
Input validation should be used to prevent SQL injection attacks. Additionally, parameterized queries should be used to prevent SQL injection.