InstaWP Connect <= 0.1.3.6 - Unauthenticated Cryptographic Key Disclosure
Strategic Overview
- Status
- Patched in 0.1.3.7
- Affected Plugin
- InstaWP Connect – 1-click WP Staging & Migration
- Affected Version
<= 0.1.3.6- CVSS
- 7.5High
- Weakness type
- CWE-434 · Unrestricted Upload of File with Dangerous Type
- CVE
CVE-2026-13457
At a glance
CVE-2026-13457 is a high-severity Unrestricted Upload of File with Dangerous Type vulnerability in the InstaWP Connect WordPress plugin, affecting versions <= 0.1.3.6. It carries a CVSS score of 7.5 (reachable over the network; low attack complexity; high confidentiality impact). Exploitation requires no authentication. The issue is fixed in version 0.1.3.7; sites on affected versions should update now. Disclosed August 2026, reported by 0xsabre.
Vulnerability Overview
The InstaWP Connect – 1-click WP Staging & Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 0.1.3.6 via the (top-level script) function. This is due to the plugin stores its encrypted options file as options-{migrate_key}.txt in wp-content/instawpbackups/ without deploying an index.php or .htaccess to prevent directory listing, exposing the 40-character migrate_key on Apache servers with directory indexing enabled, which allows an attacker to derive the AES-256-CBC passphrase via SHA256(migrate_key), decrypt the options file to recover the api_signature. This makes it possible for unauthenticated attackers to get the database access details and api_signature. Exploitation requires the target WordPress site to be hosted on Apache with directory listing enabled (Options +Indexes) for the wp-content/instawpbackups/ directory, and time limited because it can only be exploited during the migration period.
Technical Analysis
The vector marks this flaw as remotely reachable over the network, with low attack complexity — no special timing or configuration is needed, and no privileges on the target site, and no interaction from a victim user. A successful exploit has high impact on confidentiality.
CWE-434: Unrestricted Upload of File with Dangerous Type
Reaching this weakness in InstaWP Connect <= 0.1.3.6 takes no account at all. An unrestricted file upload lets a caller store a file whose type or destination the application does not properly constrain.
If an uploaded file lands anywhere the server will execute, the flaw becomes remote code execution and the site should be treated as fully compromised. For InstaWP Connect the fix is 0.1.3.7: builds <= 0.1.3.6 are affected, anything from 0.1.3.7 onward is not.
Remediation
Update to version 0.1.3.7, or a newer patched version
How does WordSec protect against this?
Requests carrying this pattern arrive without a session, so nothing upstream of the firewall gets a chance to reject them: WordSec's web application firewall inspects request payloads before WordPress loads them. Classes like this one can leave something behind, so the staged malware scanner is the second half: it looks for dropped files and modified code rather than for the request that created them. None of that substitutes for the fix: InstaWP Connect 0.1.3.7 closes this, and updating the plugin is the step that ends it.
- Firewall
- Scanner
- Login Security
External References
Related records
Same weakness class
Other vulnerabilities in InstaWP Connect – 1-click WP Staging & Migration
- 9.8CVE-2025-31387: InstaWP Connect <= 0.1.0.82 Local File Inclusion
CVE-2025-31387 - 9.8CVE-2024-6397: InstaWP Connect Authentication Bypass to Admin
CVE-2024-6397 - 9.8CVE-2024-4898: InstaWP Connect Unauthenticated API setup/Arbitrary
CVE-2024-4898 - 9.8CVE-2023-3956: InstaWP Connect Unauthenticated Post/Taxonomy/User
CVE-2023-3956 - 8.8CVE-2024-13913: InstaWP Connect CSRF to Local File Inclusion
CVE-2024-13913 - 8.8CVE-2024-25918: InstaWP Connect <= 0.1.0.8 Remote Code Execution
CVE-2024-25918 - 8.8CVE-2024-23507: InstaWP Connect <= 0.1.0.9 SQL Injection
CVE-2024-23507 - 8.8CVE-2024-22145: InstaWP Connect <= 0.1.0.8 Arbitrary Options Update
CVE-2024-22145
Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C