vendor:
Dental Clinic Appointment Reservation System
by:
Reza Afsahi
8.8
CVSS
HIGH
Persistent Cross Site Scripting
79
CWE
Product Name: Dental Clinic Appointment Reservation System
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: N/A
Related CWE: N/A
CPE: a:sourcecodester:dental_clinic_appointment_reservation_system:1.0
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Linux parrot
2021
Dental Clinic Appointment Reservation System 1.0 – ‘Firstname’ Persistent Cross Site Scripting (Authenticated)
The web application allows member to inject persistent Cross-Site-Scripting payload which will be executed in both member and Admin panel. An attacker can create an account and login as a member, inject a payload into the Firstname input, fill other inputs as desired, and click the Update button. The payload will be executed when the Admin visits the members page in their Dashboard, allowing the attacker to take over the Admin account.
Mitigation:
Input validation and output encoding should be used to prevent XSS attacks.