CVE-2026-1357 Details
Description
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.
A vulnerability allowing unauthenticated arbitrary file uploads has been identified in the WPvivid Backup & Migration plugin for WordPress, affecting versions through 0.9.123. The issue arises from improper error handling during the RSA decryption process, coupled with a lack of path sanitization for uploaded files. When the plugin fails to decrypt a session key using openssl_private_decrypt(), it incorrectly continues execution by passing a false value to the phpseclib library's AES cipher initialization. This false value is interpreted as a string of null bytes, enabling an attacker to encrypt a malicious payload with a predictable null-byte key. Furthermore, the plugin allows filenames from the decrypted payload without proper sanitization, creating a directory traversal vulnerability that can escape the protected backup directory. As a result, unauthenticated attackers can upload arbitrary PHP files to publicly accessible directories and execute them remotely using the wpvivid_action=send_to_site parameter.
Users are advised to update the WPvivid Backup & Migration plugin to version 0.9.124 or later.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Feb 11, 2026CISA-ADP
Assessed Feb 11, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-434 | Unrestricted Upload of File with Dangerous Type | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| WPvivid Backup & Migration | <= 0.9.123 (semver) |
CPE
Remediation
| |
Change History
3 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Feb 11, 2026 | New CVE Received | [email protected] |
Volerion