vendor:
Monstra-dev
by:
Nainsi Gupta
8.8
CVSS
HIGH
Cross-Site Request Forgery
352
CWE
Product Name: Monstra-dev
Affected Version From: 3.0.4
Affected Version To: 3.0.4
Patch Exists: NO
Related CWE: N/A
CPE: a:monstra:monstra-dev:3.0.4
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Windows 10 (Firefox/Chrome)
2018
Monstra-Dev 3.0.4 – Cross-Site Request Forgery(Account Hijacking)
CSRF vulnerability in admin/user/edit in Monstra-dev 3.0.4 allows an attacker to take over a user account by modifying user's data such as email and password. To exploit this vulnerability, victim need to be logged in at target site namely victim.com and visit crafted site made by attacker namely attacker.com. Then an authenticated POST request will be generated from victim browser and it will be submit to victim.com to modify user's data to attacker desired value.
Mitigation:
Implementing CSRF protection tokens, using HTTPOnly cookies, and using secure flag on cookies.