header-logo
Suggest Exploit
vendor:
vtiger CRM
by:
5.5
CVSS
MEDIUM
Cross-Site Scripting
79
CWE
Product Name: vtiger CRM
Affected Version From: 5.2.2001
Affected Version To:
Patch Exists: NO
Related CWE:
CPE:
Metasploit:
Other Scripts:
Platforms Tested:

Cross-Site Scripting in vtiger CRM

vtiger CRM is prone to multiple cross-site scripting vulnerabilities because it fails to properly sanitize user-supplied input.An attacker may leverage these issues to execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site. This may allow the attacker to steal cookie-based authentication credentials and to launch other attacks.

Mitigation:

Proper input validation and output encoding should be implemented to prevent cross-site scripting attacks. Users are advised to update to the latest version of vtiger CRM.
Source

Exploit-DB raw data:

source: https://www.securityfocus.com/bid/50364/info

vtiger CRM is prone to multiple cross-site scripting vulnerabilities because it fails to properly sanitize user-supplied input.

An attacker may leverage these issues to execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site. This may allow the attacker to steal cookie-based authentication credentials and to launch other attacks.

vtiger CRM 5.2.1 is vulnerable; other versions may also be affected. 

http://www.example.com/modules/mobile/index.php?_operation="><script>alert(1)</script>
http://www.example.com/modules/mobile/index.php?_operation=listModuleRecords&module=Services&search="><script>alert(1)</script>
cqrsecured