vendor:
Human Resource Management System
by:
nu11secur1ty
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:oretnom23:human_resource_management_system:1.0
Platforms Tested:
2024
Human Resource Management System v1.0 – Multiple SQL Injection
The 'cityedit' parameter in the Human Resource Management System v1.0 is vulnerable to SQL injection attacks. An attacker can inject a payload that calls MySQL's load_file function with a UNC file path referencing a URL on an external domain. By executing this injected SQL query, the attacker can gain access to all information stored in the system.
Mitigation:
To mitigate this vulnerability, developers should use parameterized queries, input validation, and output encoding to prevent SQL injection attacks.