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: sourcecodester: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']) directly used in an SQL query. An attacker can exploit this by manipulating the 'faq' parameter to inject malicious SQL code, potentially causing unauthorized database operations.
Mitigation:
To mitigate this vulnerability, input validation and parameterized queries should be implemented to ensure that user input is properly sanitized and not directly concatenated into SQL queries.