Files
CVEs-PoC/2020/CVE-2020-7241.md
T
2024-05-25 21:48:12 +02:00

20 lines
1.1 KiB
Markdown

### [CVE-2020-7241](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7241)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
The WP Database Backup plugin through 5.5 for WordPress stores downloads by default locally in the directory wp-content/uploads/db-backup/. This might allow attackers to read ZIP archives by guessing random ID numbers, guessing date strings with a 2020_{0..1}{0..2}_{0..3}{0..9} format, guessing UNIX timestamps, and making HTTPS requests with the complete guessed URL.
### POC
#### Reference
- https://github.com/V1n1v131r4/Exploiting-WP-Database-Backup-WordPress-Plugin/blob/master/README.md
- https://zeroauth.ltd/blog/2020/01/21/analysis-on-cve-2020-7241-misrepresenting-a-security-vulnerability/
#### Github
- https://github.com/V1n1v131r4/Exploiting-WP-Database-Backup-WordPress-Plugin
- https://github.com/V1n1v131r4/My-CVEs