vendor:
Online Birth Certificate System
by:
Prasheek Kamble
8.8
CVSS
HIGH
Blind XSS
79
CWE
Product Name: Online Birth Certificate System
Affected Version From: V 1.2
Affected Version To: V 1.2
Patch Exists: NO
Related CWE:
CPE: a:phpgurukul:online_birth_certificate_system
Platforms Tested: MAC OS, XAMPP
2022
PHPGurukul Online Birth Certificate System V 1.2 – Blind XSS
PHPGurukul Online Birth Certificate System V 1.2 is vulnerable to Blind XSS. An attacker can exploit this vulnerability by navigating to http://localhost/Birth%20Certificate%20System/obcs/user/fill-birthregform.php, filling the form and entering an XSS payload in the address field. When the admin clicks on the request to verify the form, the XSS payload gets fired and the attacker can get the details of the victim like IP address, cookies, etc.
Mitigation:
Input validation should be done to prevent XSS attacks. Sanitize user input and encode output to prevent XSS attacks.