vendor:
IceHRM
by:
J3rryBl4nks
8.8
CVSS
HIGH
Cross-Site Request Forgery
352
CWE
Product Name: IceHRM
Affected Version From: 26.2.0
Affected Version To: 26.2.0
Patch Exists: NO
Related CWE: N/A
CPE: a:icehrm:icehrm:26.2.0
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Windows 10/Kali Rolling
2020
Ice HRM 26.2.0 – Cross-Site Request Forgery (Add User)
The Ice HRM Web Application is vulnerable to CSRF that leads to arbitrary user creation or password change. The POC for user creation includes a form with hidden inputs that when submitted, creates a user with the username 'test' and email 'test@test.com'. The POC for password change includes a form with hidden inputs that when submitted, changes the password of the user with the ID 1 to 'admin123'.
Mitigation:
Implementing a CSRF token in the application can help mitigate this vulnerability.