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-24499
CPE: a:employee_management_system:employee_management_system:1.0
Platforms Tested: Debian
2024
Employee Management System 1.0 – `txtfullname` and `txtphone` SQL Injection
SQL injection vulnerability in Employee Management System 1.0 allows an attacker to manipulate database queries through user input fields `txtfullname` and `txtphone`. Successful exploitation can lead to data exfiltration, data manipulation, unauthorized administration operations, file system access, and potentially OS command execution.
Mitigation:
To mitigate this vulnerability, input validation and sanitization should be implemented on the user inputs. Prepared statements or parameterized queries should be used to prevent SQL injection attacks.