vendor:
SugarCRM Enterprise
by:
Ilca Lucian Florin
7.5
CVSS
HIGH
Reflected XSS
79
CWE
Product Name: SugarCRM Enterprise
Affected Version From: 9.0.0
Affected Version To: 9.0.0
Patch Exists: NO
Related CWE: 2019-14974
CPE: a:sugarcrm:sugarcrm:9.0.0
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Windows 7 / Internet Explorer 11 / Google Chrome 76
2019
0Day UnauthenticatedXSS SugarCRM Enterprise
The application fails to sanitize user input on https://sugarcrm-qms.XXX.com/mobile/error-not-supported-platform.html and reflect the input directly in the HTTP response, allowing the hacker to exploit the vulnerable parameter and have malicious content executed in the victim's browser. Attacker will craft a malicious payload and create a legitimate link with the payload included; Attacker will send the link to the victim; Upon clicking on the link, the malicious payload will be reflected in the response and executed in the victim’s browser.
Mitigation:
Always ensure to validate parameters input and encode the output.