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_project:simple_inventory_management_system:1.0
Platforms Tested: Windows 10 64 bit with Wampserver
2024
Simple Inventory Management System v1.0 – SQL Injection in ’email’
The Simple Inventory Management System v1.0 is prone to SQL Injection due to user inputs ($_POST['email'] and $_POST['pwd']) being directly used in SQL queries without proper validation, allowing malicious users to manipulate the application. An attacker could inject SQL code through crafted input, potentially leading to unauthorized access.
Mitigation:
To mitigate this vulnerability, input validation and parameterized queries should be implemented to prevent SQL Injection attacks. Additionally, limiting database privileges and avoiding dynamic SQL queries can enhance security.