vendor:
FAQMasterFlex
by:
cyb3r.anbu
8,8
CVSS
HIGH
SQL Injection
89
CWE
Product Name: FAQMasterFlex
Affected Version From: 1.2
Affected Version To: 1.2
Patch Exists: NO
Related CWE: N/A
CPE: FAQMasterFlex
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Ubuntu
2020
SQL Injection in FAQMasterFlex
A SQL Injection vulnerability was found in FAQMasterFlex, a software used as one of Fantastico auto-install software package in F.A.Q software section. The vulnerability exists in the faq.php file, where user input is not properly sanitized before being used in a SQL query. An attacker can exploit this vulnerability by sending a crafted HTTP request with a malicious SQL query in the 'cat_name' and 'category_id' parameters.
Mitigation:
Input validation should be used to prevent SQL Injection attacks. All user-supplied input should be validated and filtered before being used in a SQL query.