vendor:
Blood Donor Management System
by:
SoSPiro
6.1
CVSS
HIGH
Stored Cross-Site Scripting (XSS)
79
CWE
Product Name: Blood Donor Management System
Affected Version From: v2.2
Affected Version To: v2.2
Patch Exists: NO
Related CWE:
CPE: a:phpgurukul:blood_donor_management_system:2.2
Platforms Tested: Windows
2023
Blood Bank & Donor Management System v2.2 Stored XSS Vulnerability
An attacker can store malicious script into the 'Adress', 'Email id', or 'Contact Number' fields in the /admin/update-contactinfo.php page. When a user accesses the http://bbdms.local/inedx.php page, the stored XSS payload gets executed, triggering the XSS attack.
Mitigation:
Sanitize and validate user inputs to prevent the execution of malicious scripts. Implement output encoding to render user-supplied data as harmless.