Lucene search

K
zdtHigh-Tech Bridge1337DAY-ID-21280
HistorySep 25, 2013 - 12:00 a.m.

X2CRM 3.4.1 - Multiple Vulnerabilities

2013-09-2500:00:00
High-Tech Bridge
0day.today
27

0.005 Low

EPSS

Percentile

73.7%

Exploit for php platform in category web applications

Product: X2CRM
Vendor: X2Engine Inc.
Vulnerable Version(s): 3.4.1 and probably prior
Tested Version: 3.4.1
Advisory Published: September 4, 2013
Vendor Notification: September 4, 2013
Vendor Patch: September 10, 2013
Public Disclosure: September 25, 2013
Vulnerability Type: PHP File Inclusion [CWE-98], Cross-Site Scripting [CWE-79]
CVE References: CVE-2013-5692, CVE-2013-5693
Risk Level: High
CVSSv2 Base Scores: 7.6 (AV:N/AC:H/Au:N/C:C/I:C/A:C), 2.6 (AV:N/AC:H/Au:N/C:N/I:P/A:N)
Solution Status: Fixed by Vendor
Discovered and Provided: High-Tech Bridge Security Research Lab ( https://www.htbridge.com/advisory/ )
 
------------------------------------------------------------------------
-----------------------
 
Advisory Details:
 
High-Tech Bridge Security Research Lab discovered multiple vulnerabilities in X2CRM, which can be exploited to include arbitrary local files and execute arbitrary PHP code, as well as to perform Cross-Site Sripting (XSS) attacks against users of vulnerable application.
 
1) PHP File Inclusion in X2CRM: CVE-2013-5692
 
The vulnerability exists due to insufficient filtration of the "file" HTTP GET parameter passed to "/index.php/admin/translationManager" URL before using it in PHP "include()" function. A remote authenticated administrator can include and execute arbitrary local PHP files on the target system using directory traversal sequences.
 
The following exploitation example displays content of "/etc/passwd" file:
 
http://[host]/index.php/admin/translationManager?file=../../../../../etc
/passwd
 
Successful exploitation of this vulnerability requires administrative privileges, however it can be also exploited via CSRF vector to which the application is prone.
 
Simple CSRF exploit below includes and executes "/tmp/file.php" script:
 
<img src="http://[host]/index.php/admin/translationManager?file=../../../../.
./tmp/file.php">
 
2) Cross-Site Scripting (XSS) in X2CRM: CVE-2013-5693
 
The vulnerability exists due to insufficient sanitisation of user-supplied data in "model" HTTP GET parameter passed to "/index.php/admin/editor" URL. A remote attacker can trick a logged-in administrator to open a specially crafted link and execute arbitrary HTML and script code in browser in context of the vulnerable website.
 
The exploitation example below uses JavaScript "alert()" function to display administrator's cookies:
 
http://[host]/index.php/admin/editor?model=%3C/script%3E%3Cscript%3Ealer
t%28document.cookie%29;%3C/script%3E
 
------------------------------------------------------------------------
-----------------------
 
Solution:
 
Update to X2CRM 3.5
 
More Information:
http://x2community.com/index.php?/topic/1005-x2crm-35-released/

#  0day.today [2018-01-10]  #