vendor:
FiverrScript
by:
Mahmoud Gamal
7.5
CVSS
HIGH
Cross-Site Request Forgery (CSRF)
352
CWE
Product Name: FiverrScript
Affected Version From: 7.2
Affected Version To: 7.2
Patch Exists: YES
Related CWE: CVE-2015-5678
CPE: a:scriptolution:fiverrscript
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Windows
2015
FiverrScript CSRF Vulnerability (add New admin)
FiverrScript is vulnerable to CSRF attack (No CSRF token in place) meaning that if an admin user can be tricked to visit a crafted URL created by attacker (via spear phishing/social engineering), a form will be submitted to (http://localhost/fiverrscript/administrator/admins_create.php) that will add a new user as administrator. Once exploited, the attacker can login to the admin panel (http://localhost/fiverrscript/administrator/index.php) using the username and the password he posted in the form.
Mitigation:
Implement CSRF tokens to verify the authenticity of requests.