vendor:
Class Scheduling System
by:
Aakash Madaan (Godsky)
4.3
CVSS
MEDIUM
Stored XSS
79
CWE
Product Name: Class Scheduling System
Affected Version From: Version 1
Affected Version To: Version 1
Patch Exists: NO
Related CWE: N/A
CPE: a:sourcecodester:class_scheduling_system:1.0
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Parrot OS
2020
Class Scheduling System 1.0 – Multiple Stored XSS
Class Scheduling System 1.0 is vulnerable to multiple stored XSS. An attacker can inject malicious JavaScript code in the “Person Incharge”, “Subject Code”, “Course Year” and “Student Name” fields of the application. The malicious code will be stored in the application and will be triggered whenever the respective page is visited.
Mitigation:
Input validation should be done on the client-side as well as server-side to prevent malicious code injection. The application should also be tested for XSS vulnerabilities.