vendor:
FAQ Management System
by:
SoSPiro
6.1
CVSS
HIGH
SQL Injection
89
CWE
Product Name: FAQ Management System
Affected Version From: 1
Affected Version To: 1
Patch Exists: NO
Related CWE:
CPE: a:faq_management_system:faq_management_system:1.0
Platforms Tested: Windows 10 64 bit Wampserver
2024
FAQ Management System v1.0 – ‘faq’ SQL Injection
The FAQ Management System v1.0 is vulnerable to SQL injection due to unsanitized user input ($_GET['faq']) being directly used in SQL queries. An attacker can manipulate the 'faq' parameter to inject malicious SQL code, potentially leading to unauthorized database operations.
Mitigation:
To mitigate this vulnerability, input validation and parameterized queries should be implemented to prevent SQL injection attacks. Avoid directly concatenating user input into SQL queries.