CVE-2025-10307
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-09-26

Last updated on: 2025-09-26

Assigner: Wordfence

Description
The Backuply – Backup, Restore, Migrate and Clone plugin for WordPress is vulnerable to arbitrary file deletion due to insufficient file path validation in the delete backup functionality in all versions up to, and including, 1.4.8. This makes it possible for authenticated attackers, with Administrator-level access and above, to delete arbitrary files on the server, which can easily lead to remote code execution when the right file is deleted (such as wp-config.php).
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-09-26
Last Modified
2025-09-26
Generated
2026-05-07
AI Q&A
2025-09-26
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
backuply backuply *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-22 The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory.
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

This vulnerability in the Backuply WordPress plugin allows authenticated users with Administrator-level access or higher to delete arbitrary files on the server due to insufficient validation of file paths in the delete backup functionality. This means an attacker can delete critical files, such as wp-config.php, potentially leading to remote code execution.


How can this vulnerability impact me? :

If exploited, this vulnerability can allow an attacker with admin access to delete important files on your server, which can disrupt your website's operation and potentially allow the attacker to execute malicious code remotely by deleting specific files like wp-config.php.


How can this vulnerability be detected on my network or system? Can you suggest some commands?

Detection of this vulnerability involves checking if the Backuply plugin version is 1.4.8 or earlier, as these versions are vulnerable. You can verify the plugin version installed on your WordPress site by running the following WP-CLI command: `wp plugin list --status=active` and look for Backuply's version. Additionally, monitoring for unusual file deletion activities on the server, especially deletion of critical files like wp-config.php, may indicate exploitation attempts. There are no specific network commands provided for direct detection of this vulnerability. [1]


What immediate steps should I take to mitigate this vulnerability?

The immediate mitigation step is to update the Backuply plugin to version 1.4.9 or later, which includes improved input sanitization and fixes the arbitrary file deletion vulnerability. Until the update is applied, restrict Administrator-level access to trusted users only, and monitor backup deletion activities closely. Applying the update can be done via the WordPress admin dashboard or using WP-CLI with the command: `wp plugin update backuply`. [1]


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart