cve/2024/CVE-2024-8856.md

22 lines
1.2 KiB
Markdown
Raw Normal View History

2025-09-29 16:08:36 +00:00
### [CVE-2024-8856](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-8856)
![](https://img.shields.io/static/v1?label=Product&message=Backup%20and%20Staging%20by%20WP%20Time%20Capsule&color=blue)
2025-09-29 21:09:30 +02:00
![](https://img.shields.io/static/v1?label=Version&message=*%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Version&message=0%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-434%20Unrestricted%20Upload%20of%20File%20with%20Dangerous%20Type&color=brightgreen)
2025-09-29 16:08:36 +00:00
### Description
The Backup and Staging by WP Time Capsule plugin for WordPress is vulnerable to arbitrary file uploads due to missing file type validation in the the UploadHandler.php file and no direct file access prevention in all versions up to, and including, 1.22.21. This makes it possible for unauthenticated attackers to upload arbitrary files on the affected site's server which may make remote code execution possible.
### POC
#### Reference
- https://hacked.be/posts/CVE-2024-8856
#### Github
- https://github.com/Jenderal92/CVE-2024-8856
2025-09-29 21:09:30 +02:00
- https://github.com/nomi-sec/PoC-in-GitHub
- https://github.com/ubaii/CVE-2024-8856
2025-09-29 16:08:36 +00:00
- https://github.com/ubaydev/CVE-2024-8856