cve/2023/CVE-2023-7082.md

18 lines
965 B
Markdown
Raw Normal View History

2024-05-28 08:49:17 +00:00
### [CVE-2023-7082](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-7082)
![](https://img.shields.io/static/v1?label=Product&message=Import%20any%20XML%20or%20CSV%20File%20to%20WordPress&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=0%3C%203.7.3%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-434%20Unrestricted%20Upload%20of%20File%20with%20Dangerous%20Type&color=brighgreen)
### Description
The Import any XML or CSV File to WordPress plugin before 3.7.3 accepts all zip files and automatically extracts the zip file into a publicly accessible directory without sufficiently validating the extracted file type. This may allows high privilege users such as administrator to upload an executable file type leading to remote code execution.
### POC
#### Reference
- https://wpscan.com/vulnerability/7f947305-7a72-4c59-9ae8-193f437fd04e/
#### Github
No PoCs found on GitHub currently.