vendor:
Simple Inventory Management System
by:
SoSPiro
6.1
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Simple Inventory Management System
Affected Version From: 1
Affected Version To: 1
Patch Exists: NO
Related CWE:
CPE: a:simple_inventory_management_system:1.0
Platforms Tested: Windows 10 64 bit Wampserver
2024
Simple Inventory Management System v1.0 – SQL Injection Vulnerability
The Simple Inventory Management System v1.0 is susceptible to SQL Injection. The user inputs ($_POST['email'] and $_POST['pwd']) are directly inserted into the SQL query without adequate validation or sanitization, enabling potential manipulation by malicious users. This could lead to the injection of SQL code through specially crafted input, posing a significant security risk.
Mitigation:
To mitigate this vulnerability, input validation and parameterized queries should be implemented to prevent SQL Injection attacks. Additionally, the principle of least privilege should be followed to limit the database user's permissions.