vendor:
Online Scheduling System
by:
Bobby Cooke
7.5
CVSS
HIGH
Persistent Cross-Site Scripting
79
CWE
Product Name: Online Scheduling System
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: NO
Related CWE: N/A
CPE: N/A
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Windows 10 Pro 1909 (x64_86) + XAMPP 7.4.4
2020
Online Scheduling System 1.0 – Persistent Cross-Site Scripting
Online Scheduling System v1.0 suffers from an authenticated persistent cross-site scripting vulnerability. This Proof of Concept (PoC) will cause all users of the system, with read access to the courses, to execute arbitrary client-side code when viewing the 'Home' and 'List' tabs within the web application. The application fails to sanitize arguments supplied by the user before inserting them into the SQL database.
Mitigation:
Input validation should be used to ensure that user-supplied data is properly sanitized before being used in the application.