← back to popular plugins
wordfence / plugin · wpvivid-backuprestore
WPvivid — Backup, Migration & Staging
wpvivid-backuprestore
total installs
900,000
total vulns
3
critical
1
high
1
medium
0
low
1
latest vuln
—
patched
3
unpatched
0
avg time to patch
—
vulnerabilities
(3)
Migration, Backup, Staging <= 0.9.123 - Unauthenticated Arbitrary File Upload
critical
✓ patched
cve id
CVE-2026-1357 ↗
cvss score
9.8
cwe
CWE-434: Unrestricted Upload of File with Dangerous Type
published
Feb 10, 2026
The Migration, Backup, Staging – WPvivid Backup & Migration plugin for WordPress is vulnerable to Unauthenticated Arbitrary File Upload in versions up to and including 0.9.123. This is due to improper error handling in the RSA decryption process combined with a lack of path sanitization when writing uploaded files. When the plugin fails to decrypt a session key using openssl_private_decrypt(), it does not terminate execution and instead passes the boolean false value to the phpseclib library's AES cipher initialization. The library treats this false value as a string of null bytes, allowing an attacker to encrypt a malicious payload using a predictable null-byte key. Additionally, the plugin accepts filenames from the decrypted payload without sanitization, enabling directory traversal to escape the protected backup directory. This makes it possible for unauthenticated attackers to upload arbitrary PHP files to publicly accessible directories and achieve Remote Code Execution via the wpvivid_action=send_to_site parameter.
Migration, Backup, Staging – WPvivid Backup & Migration <= 0.9.120 - Authenticated (Admin+) Arbitrary Directory Creation
low
✓ patched
cve id
CVE-2025-12654 ↗
cvss score
2.7
cwe
CWE-73: External Control of File Name or Path
published
Dec 20, 2025
The Migration, Backup, Staging – WPvivid Backup & Migration plugin for WordPress is vulnerable to arbitrary directory creation in all versions up to, and including, 0.9.120. This is due to the check_filesystem_permissions() function not properly restricting the directories that can be created, or in what location. This makes it possible for authenticated attackers, with Administrator-level access and above, to create arbitrary directories.
Migration, Backup, Staging – WPvivid Backup & Migration <= 0.9.116 - Authenticated (Administrator+) Arbitrary File Upload
high
✓ patched
cve id
CVE-2025-5961 ↗
cvss score
7.2
cwe
CWE-434: Unrestricted Upload of File with Dangerous Type
published
Jul 3, 2025
The Migration, Backup, Staging – WPvivid Backup & Migration plugin for WordPress is vulnerable to arbitrary file uploads due to missing file type validation in the 'wpvivid_upload_import_files' function in all versions up to, and including, 0.9.116. This makes it possible for authenticated attackers, with Administrator-level access and above, to upload arbitrary files on the affected site's server which may make remote code execution possible. NOTE: Uploaded files are only accessible on WordPress instances running on the NGINX web server as the existing .htaccess within the target file upload folder prevents access on Apache servers.