vendor:
Employee Management System
by:
SoSPiro
6.1
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Employee Management System
Affected Version From: v1
Affected Version To: v1
Patch Exists: NO
Related CWE:
CPE: a:employee_management_system:employee_management_system:1
Platforms Tested: Windows 10 64 bit Wampserver
2024
Employee Management System v1 – ’email’ SQL Injection
The Employee Management System v1 is vulnerable to SQL injection in the 'email' field of the user login functionality. By injecting malicious SQL code in the email input, an attacker can manipulate the SQL query to bypass authentication and potentially access sensitive information from the database.
Mitigation:
To mitigate this vulnerability, input validation and parameterized queries should be used to prevent user-controlled data from directly interacting with SQL queries.