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:
Platforms Tested: Windows 10 Pro 10.0.19044 + XAMPP V3.3.0
2024
Human Resource Management System – SQL Injection
The Human Resource Management System version 1.0 is vulnerable to SQL Injection through the 'employeeid' parameter. By using crafted payloads like 'employeeid=2' AND 9667=9667-- NFMg', an attacker can manipulate the SQL queries to extract sensitive information from the database. Successful exploitation allows unauthorized access to the database.
Mitigation:
To mitigate this issue, input validation and parameterized queries should be implemented to prevent SQL Injection attacks. Regular security audits and code reviews are recommended to identify and fix such vulnerabilities.