vendor:
ViMbAdmin
by:
Opensolutions
8,8
CVSS
HIGH
Cross-Site Request Forgery (CSRF)
352
CWE
Product Name: ViMbAdmin
Affected Version From: 3.0.15
Affected Version To: 3.0.15
Patch Exists: YES
Related CWE: CVE-2017-6086
CPE: a:opensolutions:vimbadmin:3.0.15
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Web-based
2017
Multiple CSRF vulnerabilities in ViMbAdmin version 3.0.15
The following html/javascript code allows to delete an administrator user. It needs to be visited by a logged administrator of the targeted ViMbAdmin application. The vulnerable code is located in the `addAction()` and `purgeAction()` methods of the `<vimbadmin directory>/application/controllers/DomainController.php` and `<vimbadmin directory>/application/controllers/AdminController.php` files respectively.
Mitigation:
Implementing a CSRF token in the application and validating it on each request can help mitigate this vulnerability.