vendor:
Client Management System
by:
Mohammad Koochaki
8,8
CVSS
HIGH
Stored Cross-site scripting (XSS)
79
CWE
Product Name: Client Management System
Affected Version From: 1.1
Affected Version To: 1.1
Patch Exists: YES
Related CWE: N/A
CPE: a:phpgurukul:client_management_system:1.1
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Ubuntu 20.04.2 LTS, PHP 7.4.3
2021
Client Management System 1.1 – ‘cname’ Stored Cross-site scripting (XSS)
This application is prone to a cross-site scripting in the 'searchdata' parameter at the following path: Reflected: http://localhost/admin/search-invoices.php, Reflected: http://localhost/client/search-invoices.php, Stored: http://localhost/client/client-profile.php. Payloads: Reflected: </h4><script>alert(document.cookie)</script>, Stored: "><script>alert(document.cookie)</script>Anuj+Kumar.
Mitigation:
Input validation and output encoding should be used to prevent XSS attacks.