vendor:
User Management System
by:
Besim ALTINOK
5.5
CVSS
MEDIUM
Persistent Cross-Site Scripting
79
CWE
Product Name: User Management System
Affected Version From: 2
Affected Version To: 2
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested: Xampp
2021
User Management System 2.0 – Persistent Cross-Site Scripting
The User Management System 2.0 is vulnerable to persistent cross-site scripting (XSS) attacks. The vulnerability exists in the user registration functionality and the admin dashboard, where user input is not properly filtered before being inserted into the database or displayed on the webpage. An attacker can exploit this vulnerability by inserting malicious script code as the 'fname' parameter, which will be executed when the page is viewed by other users.
Mitigation:
To mitigate this vulnerability, input validation and output encoding should be implemented. User input should be properly filtered and sanitized before being inserted into the database or displayed on the webpage. Additionally, web application firewalls (WAFs) can be used to detect and block malicious script code.