vendor:
Alumni Management System
by:
Aakash Madaan
5.5
CVSS
MEDIUM
Stored XSS
79
CWE
Product Name: Alumni Management System
Affected Version From: 1
Affected Version To: 1
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested: Parrot OS
2020
Alumni Management System 1.0 – “Course Form” Stored XSS
The Alumni Management System 1.0 is vulnerable to a stored XSS attack in the "Course Form" field. By injecting the payload "<script>alert("course")</script>" as the name of a new course, an attacker can trigger the XSS payload, which will be executed whenever the "Course List" page is accessed.
Mitigation:
To mitigate this vulnerability, input validation and output encoding should be implemented to prevent malicious scripts from being executed.