vendor:
Flippa Clone MarketPlace
by:
Ihsan Sencan
8,8
CVSS
HIGH
Cross-Site Request Forgery
352
CWE
Product Name: Flippa Clone MarketPlace
Affected Version From: 4.10
Affected Version To: 4.10
Patch Exists: NO
Related CWE: N/A
CPE: a:alstrasoft:flippa_clone_marketplace:4.10
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Win7 x64, Kali Linux x64
2017
AlstraSoft Flippa Clone MarketPlace v4.10 Script – Cross-Site Request Forgery (Add Admin)
A Cross-Site Request Forgery (CSRF) vulnerability exists in AlstraSoft Flippa Clone MarketPlace v4.10 Script, which allows an attacker to add an admin user via a crafted HTML page. The attacker can craft a malicious HTML page that contains a form with the action set to the vulnerable URL and the parameters set to the desired values. When the victim visits the malicious page, the form is automatically submitted and the attacker can add an admin user.
Mitigation:
The application should verify that the request is coming from an authorized user. This can be done by using a secret token that is sent with the request and verified by the server.