vendor:
Complaint Management System
by:
Besim ALTINOK
7.5
CVSS
HIGH
Persistent Cross-Site Scripting
79
CWE
Product Name: Complaint Management System
Affected Version From: 4.2
Affected Version To: 4.2
Patch Exists: NO
Related CWE:
CPE: a:phpgurukul:complaint_management_system:4.2
Platforms Tested: Xampp
Complaint Management System 4.2 – Persistent Cross-Site Scripting
The Complaint Management System 4.2 allows for persistent cross-site scripting (XSS) attacks. The vulnerability exists in the user registration functionality and in the admin dashboard where the fullName field is not properly filtered. An attacker can insert malicious code into the fullName field, which will be executed when displayed on the admin dashboard.
Mitigation:
To mitigate this vulnerability, input validation and output encoding should be implemented. All user-supplied data should be properly sanitized and filtered to prevent the execution of malicious code.