vendor:
Hospital Management System
by:
FULLSHADE
6.1
CVSS
MEDIUM
Persistent Cross-Site Scripting
79
CWE
Product Name: Hospital Management System
Affected Version From: 4
Affected Version To: 4
Patch Exists: NO
Related CWE: CVE-2020-5191
CPE: a:phpgurukul:hospital_management_system:4.0
Tags: cve2020,hms,cms,xss,authenticated,edb,cve
CVSS Metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
Nuclei Metadata: {'max-request': 2, 'verified': True, 'vendor': 'phpgurukul', 'product': 'hospital_management_system_in_php'}
Platforms Tested: Windows
2020
Hospital Management System 4.0 – Persistent Cross-Site Scripting
The parameter 'doctorspecilization' in the Hospital Management System 4.0 is vulnerable to persistent and stored cross-site scripting (XSS) attacks. An attacker can inject malicious script code into the application, which will be executed whenever the vulnerable page is viewed.
Mitigation:
To mitigate this vulnerability, input validation and sanitization should be implemented on the 'doctorspecilization' parameter to prevent the execution of malicious script code. Additionally, output encoding should be used when displaying user-generated content.