vendor:
Customer Support System
by:
Saeed Bala Ahmed (r0b0tG4nG)
5.5
CVSS
MEDIUM
Stored XSS
79
CWE
Product Name: Customer Support System
Affected Version From: Version 1
Affected Version To:
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested: Parrot OS
2020
Customer Support System 1.0 – “First Name” & “Last Name” Stored XSS
The Customer Support System 1.0 is vulnerable to stored XSS. An attacker can insert a malicious script in the "First Name" and "Last Name" fields of the user profile, which will be triggered when the user logs in with valid credentials.
Mitigation:
To mitigate this vulnerability, the application should properly sanitize and validate user inputs before storing them in the database. It is recommended to use input validation and output encoding techniques to prevent XSS attacks.