vendor:
Curfew e-Pass Management System
by:
Arnav Tripathy
4.3
CVSS
MEDIUM
Stored XSS
79
CWE
Product Name: Curfew e-Pass Management System
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: NO
Related CWE: N/A
CPE: a:phpgurukul:curfew_e-pass_management_system:1.0
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Windows 10/Wamp
2021
Curfew e-Pass Management System 1.0 – Stored XSS
Log into the application, click on pass then click add a pass, put <script>alert(1)</script> in the Full name parameter, rest all fill whatever you want, then go to manage passes, view the pass you just created and you'll get popup of alert(1)
Mitigation:
Input validation and output encoding can be used to prevent XSS attacks.