vendor:
Employee Management System
by:
Yevhenii Butenko
8.1
CVSS
CRITICAL
SQL Injection
89
CWE
Product Name: Employee Management System
Affected Version From: 1
Affected Version To: 1
Patch Exists: NO
Related CWE: CVE-2024-24497
CPE: a:sourcecodester:employee_management_system:1.0
Platforms Tested: Debian
2024
Employee Management System 1.0 – SQL Injection in Admin Login
The vulnerability allows attackers to manipulate SQL queries in the application's database by injecting malicious SQL code through the client-side input fields. Successful exploitation can lead to unauthorized access, data manipulation, administrative actions on the database, file system content retrieval, and potentially executing commands on the operating system.
Mitigation:
To mitigate the SQL Injection vulnerability, input validation and parameterized queries should be implemented in the application. Additionally, enforcing the principle of least privilege and regularly updating the software can help prevent such attacks.