vendor:
Easy Support Tools - FAQs, Help Articles, Blog and Feedback Script
by:
Ihsan Sencan
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Easy Support Tools - FAQs, Help Articles, Blog and Feedback Script
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: NO
Related CWE: N/A
CPE: a:nelliwinne.net:easy_support_tools_faqs_help_articles_blog_and_feedback:1.0
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
Easy Support Tools – FAQs, Help Articles, Blog and Feedback Script v1.0 – SQL Injection
The vulnerability exists in the faq.php, support.php and blog.php files of Easy Support Tools - FAQs, Help Articles, Blog and Feedback Script v1.0, which allows an attacker to inject malicious SQL commands via the 'stt' parameter. An attacker can use the '1+Procedure+Analyse+(extractvalue(0,concat(0x27,0x496873616e2053656e63616e,0x3a,@@version)),0)-- -' payload to extract the version of the 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.