vendor:
Student Management System
by:
mohsen khashei (kh4sh3i)
8.8
CVSS
HIGH
Persistent Cross-Site Scripting
79
CWE
Product Name: Student Management System
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: NO
Related CWE: N/A
CPE: a:amirhamza05:student_management_system
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Ubuntu 20.04.2
2021
Student Management System 1.0 – ‘message’ Persistent Cross-Site Scripting (Authenticated)
The web application allows for an Attacker to inject persistent Cross-Site-Scripting payload in Live Chat. An attacker can inject a malicious payload in the 'message' parameter of the 'nav_bar_action.php' page and send it to the server. This will result in a persistent XSS vulnerability.
Mitigation:
Input validation should be used to prevent malicious payloads from being injected into the application. The application should also be configured to use a Content Security Policy (CSP) to prevent malicious scripts from being executed.