vendor:
Interview Management System
by:
Saeed Bala Ahmed (r0b0tG4nG)
7.5
CVSS
HIGH
Stored XSS
79
CWE
Product Name: Interview Management System
Affected Version From: Version 1
Affected Version To: Version 1
Patch Exists: NO
Related CWE: N/A
CPE: a:sourcecodester:interview_management_system:1.0
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Parrot OS
2020
Interview Management System 1.0 – Stored XSS in Add New Question
Log in to the application with any valid user credentials. Click on Add New Question Page. Input <script>alert(document.cookie)</script> in the new question field and select add new question. Once you have an XSS payload as a question in add new question page, click on View Questions Page. This will trigger the XSS payload.
Mitigation:
Input validation and output encoding should be used to prevent XSS attacks.