vendor:
RemoteClinic
by:
nu11secur1ty
5.4
CVSS
MEDIUM
Cross-Site Scripting (XSS)
79
CWE
Product Name: RemoteClinic
Affected Version From: 2.0.0
Affected Version To: 2.0.0
Patch Exists: YES
Related CWE: CVE-2021-30044
CPE: 2.3:a:remoteclinic:remoteclinic:2.0.0
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Windows, Linux, Mac
2021
RemoteClinic 2 – ‘Multiple’ Cross-Site Scripting (XSS)
A Cross-Site Scripting (XSS) vulnerability was discovered in RemoteClinic 2, which allows an attacker to inject malicious JavaScript code into the application. The vulnerability exists due to insufficient sanitization of user-supplied input in the 'first_name', 'last_name' and 'email' fields when registering a new staff member. An attacker can exploit this vulnerability by sending a specially crafted request to the application, which will result in the execution of arbitrary JavaScript code in the context of the application.
Mitigation:
Input validation should be used to ensure that untrusted data is not used to generate dynamic content. All user-supplied input should be validated and filtered before being used in the application.