Projectworlds RemoteClinic
cpe:2.3:a:remoteclinic:remote_clinic:*:*:*:*:*:*:*
- 2.0
A cross-site scripting (XSS) vulnerability has been identified in RemoteClinic versions through 2.0. The issue arises in the file '/patients/edit-patient.php' when the 'Email' parameter is manipulated, leading to information disclosure. This vulnerability can be exploited remotely, without requiring authentication, although it does necessitate user interaction.
Exploitation of this vulnerability allows for cross-site scripting, where an attacker can inject and execute malicious scripts in the context of the user's browser. This could lead to the theft of cookies, session tokens, or other sensitive information, as well as performing actions on behalf of the user or redirecting them to malicious websites.
To reproduce this vulnerability, send a request to '/patients/edit-patient.php' with an 'Email' parameter containing a script payload, such as a JavaScript alert. This can be done using a tool that automates the injection of such payloads, or manually through a web browser or a command-line tool that supports HTTP requests.
It is recommended to implement proper input validation and output encoding for the 'Email' parameter to prevent script injection. Additionally, a Content Security Policy (CSP) could be used to restrict the execution of scripts.
Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.