vendor:
X2CRM
by:
Betul Denizler
5.4
CVSS
MEDIUM
Reflected Cross-Site Scripting (XSS)
79
CWE
Product Name: X2CRM
Affected Version From: X2CRM v6.6
Affected Version To: X2CRM v6.9
Patch Exists: NO
Related CWE: CVE-2022-48177
CPE: a:x2crm:x2crm:6.6
Platforms Tested: Ubuntu Mate 20.04
2022
X2CRM v6.6/6.9 – Reflected Cross-Site Scripting (XSS) (Authenticated)
X2CRM v6.6/6.9 is vulnerable to Reflected Cross-Site Scripting (XSS) when an authenticated user injects malicious payload to the vulnerable parameter in GET request. The payload used in this exploit is '"><body onload="alert(4)">' which will execute a JavaScript alert box with the value 4.
Mitigation:
Input validation should be done to prevent malicious payloads from being injected into the vulnerable parameter.