vendor:
Online Health Care System
by:
Akıner Kısa
8.8
CVSS
HIGH
Cross Site Scripting (Stored)
79
CWE
Product Name: Online Health Care System
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: NO
Related CWE: N/A
CPE: a:sourcecodester:online_health_care_system:1.0
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: XAMPP
2020
Online Health Care System 1.0 – Multiple Cross Site Scripting (Stored)
Online Health Care System 1.0 is vulnerable to Cross Site Scripting (Stored) vulnerability. An attacker can inject malicious JavaScript code into the First Name and Last Name fields of the registration page. The malicious code will be stored in the database and will be executed when the user/doctor account is viewed on the admin panel or http://localhost/healthcare/admin/user_detail.php?id=<userid> address.
Mitigation:
Input validation should be used to prevent malicious code from being stored in the database.