vendor:
SearchBlox
by:
Canberk BOLAT, Ahmet GÜREL
8.8
CVSS
HIGH
Cross-Site Request Forgery (CSRF)
352
CWE
Product Name: SearchBlox
Affected Version From: SearchBlox Version 8.6.6
Affected Version To: SearchBlox Version 8.6.6
Patch Exists: YES
Related CWE: CVE-2018-11538
CPE: a:searchblox:searchblox
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Windows
2018
CSRF Privilege Escalation (Creation of an administrator account) on SearchBlox 8.6.6
Using Cross-Site Request Forgery (CSRF), an attacker can force a user who is currently authenticated with a web application to execute an unwanted action. The attacker can trick the user into loading a page which may send a request to perform the unwanted action in the background. In the case of Searchblox, we can use CSRF to perform actions on the admin dashboard by targeting an administrator.
Mitigation:
Implementing CSRF protection mechanisms such as anti-CSRF tokens, same-site cookies, and other methods.