cve/2023/CVE-2023-6114.md

21 lines
1.3 KiB
Markdown
Raw Normal View History

2024-05-25 21:48:12 +02:00
### [CVE-2023-6114](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-6114)
![](https://img.shields.io/static/v1?label=Product&message=Duplicator%20Pro&color=blue)
![](https://img.shields.io/static/v1?label=Product&message=Duplicator&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=0%3C%201.5.7.1%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Version&message=0%3C%204.5.14.2%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-200%20Information%20Exposure&color=brighgreen)
### Description
The Duplicator WordPress plugin before 1.5.7.1, Duplicator Pro WordPress plugin before 4.5.14.2 does not disallow listing the `backups-dup-lite/tmp` directory (or the `backups-dup-pro/tmp` directory in the Pro version), which temporarily stores files containing sensitive data. When directory listing is enabled in the web server, this allows unauthenticated attackers to discover and access these sensitive files, which include a full database dump and a zip archive of the site.
### POC
#### Reference
- https://drive.google.com/file/d/1mpapFCqfZLv__EAM7uivrrl2h55rpi1V/view?usp=sharing
2024-05-28 08:49:17 +00:00
- https://wpscan.com/vulnerability/5c5d41b9-1463-4a9b-862f-e9ee600ef8e1
2024-05-25 21:48:12 +02:00
#### Github
No PoCs found on GitHub currently.