← Vulnerability feed

Vulnerability record · CVE-2024-8856 · published 16 November 2024

CVE-2024-8856: WP Time Capsule plugin unauthenticated arbitrary file upload

RRevmakx · Backup And Staging By Wp Time Capsule

The Backup and Staging by WP Time Capsule WordPress plugin fails to validate file types in UploadHandler.php and does not prevent direct access to that file in versions up to and including 1.22.21. This lets unauthenticated attackers upload arbitrary files to the site's server, which can lead to remote code execution. The flaw is trivially reachable over the network with no credentials or user interaction.

9.8 CVSS 3.1 Critical EPSS 94% · top 0.2% CWE-434 · Unrestricted file upload
9.8CVSS 3.1 base score
94%EPSS exploitation probability, 30 days
NoNot in CISA KEV
1Affected product versions listed by NVD
5References
17 Jun 2026Last modified by NVD

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.

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Automated analysis

Generated by VULONE's analysis model from the NVD record, CISA KEV and EPSS data on 18 September 2026. Confidence: high.

critical priorityCVSS 9.8 with network reachability, no authentication, and high EPSS make this an urgent unauthenticated RCE risk.

What it is

The Backup and Staging by WP Time Capsule WordPress plugin fails to validate file types in UploadHandler.php and does not prevent direct access to that file in versions up to and including 1.22.21. This lets unauthenticated attackers upload arbitrary files to the site's server, which can lead to remote code execution. The flaw is trivially reachable over the network with no credentials or user interaction.

Impact

An attacker can place arbitrary files, including executable PHP, on the web server and potentially achieve remote code execution, giving full control of the WordPress site and its data.

Attack surface

Reached over the network via HTTP requests to the plugin's UploadHandler.php endpoint; no authentication or user interaction is required per the CVSS vector (AV:N/AC:L/PR:N/UI:N).

Exploitation

Not listed in CISA KEV, but EPSS is very high (0.94004, 99.8th percentile), indicating strong likelihood of exploitation; references include patch and third-party advisory links but no public exploit tag.

What to do

  • Update the WP Time Capsule plugin to a version newer than 1.22.21 using the available patch changesets.
  • If patching is not immediately possible, disable or remove the plugin until it can be updated.
  • Block direct HTTP access to the plugin's wp-tcapsule-bridge/upload/php/UploadHandler.php path at the web server or WAF.
  • Enforce server-side file type and extension validation and disable PHP execution in WordPress upload directories.
  • Audit the site for unexpected files in upload and plugin directories after exposure.

Detection

  • Monitor web server logs for POST requests to wp-tcapsule-bridge/upload/php/UploadHandler.php, especially from unauthenticated clients.
  • Alert on newly created files in WordPress upload directories, particularly files with PHP or executable extensions.
  • Scan the filesystem for unexpected or recently modified files under wp-content and plugin directories.
  • Review WAF and access logs for upload attempts with suspicious content types or filenames.

This assessment is produced automatically and is not human-reviewed. Verify against the vendor advisory before acting on it.

Affected products

1 vulnerable configurations from NVD's CPE data, grouped by vendor and product.

References

Track CVE-2024-8856 inside VULONE

Watch it alongside the ransomware crews, C2 infrastructure and forum chatter that reference it, query it through the API and pull it into your SIEM over TAXII.

Start free Open in platform

Related vulnerabilities

Same products first, then exploited flaws of the same weakness class.

6.1CVE-2021-25035Revmakx backup and staging by wp time capsule cross-site scripting vulnerabilityThe Backup and Staging by WP Time Capsule WordPress plugin before 1.22.7 does not sanitise and escape the error parameter before outputting it back i…EPSS 0.89%10.0CVE-2026-56291Balbooa Forms Joomla extension unauthenticated arbitrary file upload RCEThe Balbooa Forms extension for Joomla before version 2.4.1 accepts file uploads without authentication and does not restrict file type, allowing exe…KEVEPSS 15%analysed10.0CVE-2026-48939iCagenda Joomla extension unrestricted file upload leads to PHP RCEThe iCagenda extension for Joomla fails to restrict file types in its file attachment feature, allowing arbitrary file uploads that result in PHP cod…KEVEPSS 20%analysed10.0CVE-2026-56290Joomla Page Builder CK unauthenticated file upload leads to RCEThe Joomla Page Builder CK extension before 3.6.0 allows unauthenticated arbitrary file uploads, letting an attacker place executable files on the se…KEVEPSS 31%analysed10.0CVE-2026-48908SP Page Builder for Joomla unauthenticated arbitrary file upload RCESP Page Builder for Joomla permits unauthenticated users to upload arbitrary files, which can lead to upload and execution of PHP code. The flaw is a…KEVEPSS 89%analysed9.8CVE-2024-7399Samsung MagicINFO 9 Server path traversal allows arbitrary file writeSamsung MagicINFO 9 Server before version 21.1050 contains a path traversal flaw (CWE-22) that also enables unrestricted file upload (CWE-434), letti…KEVEPSS 92%analysed7.2CVE-2025-2749Kentico Xperience path traversal and file upload lead to RCEKentico Xperience through 13.0.178 allows an authenticated Staging Sync Server user to upload arbitrary data to relative paths, enabling path travers…KEVEPSS 4.1%analysed7.2CVE-2024-7694ThreatSonar Anti-Ransomware unrestricted file upload enables command executionThreatSonar Anti-Ransomware from TeamT5 fails to properly validate the content of uploaded files (CWE-434). An attacker holding administrator privile…KEVEPSS 1.8%analysed

Source: NIST National Vulnerability Database (record CVE-2024-8856), CISA KEV, FIRST EPSS (scores of 2026-09-24). This page is refreshed as NVD updates the record.