vendor:
Human Resource Management System
by:
Srikar
6.1
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Human Resource Management System
Affected Version From: 1
Affected Version To: 1
Patch Exists: NO
Related CWE:
CPE: a:sourcecodester:human_resource_management_system:1.0
Platforms Tested: Windows
2024
Human Resource Management System – SQL Injection
The Human Resource Management System project in PHP and MySQL version 1.0 is vulnerable to SQL injection through the 'employeeid' parameter. By injecting malicious SQL payloads, an attacker can manipulate the database and potentially extract sensitive information. This exploit has been successfully tested on Windows 10 Pro running XAMPP V3.3.0.
Mitigation:
To mitigate this vulnerability, it is recommended to use parameterized queries or prepared statements to sanitize user input and prevent SQL injection attacks.