vendor:
Front Accounting ERP
by:
Samrat Das
8.8
CVSS
HIGH
Cross-Site Request Forgery (CSRF)
352
CWE
Product Name: Front Accounting ERP
Affected Version From: 2.4.3
Affected Version To: 2.4.3
Patch Exists: NO
Related CWE: CVE-2018-7176
CPE: 2.4.3
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: WebApp ERP
2018
Front Accounting ERP 2.4.3 – CSRF
The application source code is coded in a way which allows malicious crafted HTML page to be executed directly without any anti csrf countermeasures. Upon hosting an HTML page with the exploit code and sending the link to click by victim, it gets exploited. This hosted page upon being clicked by an logged in admin user will lead to creation of a new malicious admin user.
Mitigation:
Implement anti csrf token code in state changing http requests and validate it at server side.