vendor:
PHP FAQ Script - Knowledgebase Script
by:
Ihsan Sencan
9,8
CVSS
CRITICAL
SQL Injection
89
CWE
Product Name: PHP FAQ Script - Knowledgebase Script
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: YES
Related CWE: CVE-2017-15988
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/KaLiLinuX_x64
2017
Nice PHP FAQ Script – SQL Injection
The vulnerability allows an attacker to inject sql commands. An example of the exploit is http://localhost/[PATH]/index.php?nice_theme=[SQL] with a payload of nice_theme=3 AND 5083=5083
Mitigation:
Input validation and sanitization should be used to prevent SQL injection attacks.