vendor:
Blood Bank
by:
Ersin Erenler
5.1
CVSS
MEDIUM
Stored Cross-Site Scripting (XSS)
79
CWE
Product Name: Blood Bank
Affected Version From: 1
Affected Version To: 1
Patch Exists: NO
Related CWE: CVE-2023-46020
CPE: a:code-projects:blood_bank:1.0
Platforms Tested: Windows, Linux
2023
Blood Bank v1.0 Stored Cross Site Scripting (XSS)
The 'rename', 'remail', 'rphone', and 'rcity' parameters in the 'updateprofile.php' file of Code-Projects Blood Bank V1.0 are vulnerable to Stored Cross-Site Scripting (XSS) due to lack of proper input validation. An attacker can inject malicious scripts into these parameters, and when stored on the server, these scripts may get executed when viewed by other users.
Mitigation:
To mitigate this vulnerability, ensure all user-supplied data is properly validated, sanitized, and encoded before being stored or displayed. Implement input validation mechanisms to filter out potentially malicious scripts.