CVE-2026-13457 HIGH

CVE-2026-13457: InstaWP Connect <= 0.1.3.6 - Unauthenticated Cryptographic Key Disclosure

Vendor Instawp
Product InstaWP Connect – 1-click WP Staging & Migration
Weakness CWE-434 · Unrestricted file upload
Published August 11, 2026
Last update August 11, 2026

CVSS base score

7.5/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction None
Confidentiality High
Integrity None

CVSS vector

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

What the vulnerability does

01Description

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.

Explanation of Vulnerability in Simple Terms

02Summary

InstaWP Connect allows unauthenticated attackers to upload files of dangerous types through an unrestricted file upload vulnerability. An attacker can upload malicious files without authentication or user interaction. This could enable attackers to execute arbitrary code or compromise the staging environment. Update to a version newer than 0.1.3.6.

What an attacker can do

03Attacker Capabilities

Upload malicious files to the site without authentication.

Potential impact on your site

04Site Impact

Attackers can upload and potentially execute malicious code on your staging site.

Conditions required to exploit

05Prerequisites

Network access only; no authentication or user interaction required.

Key dates

06Disclosure timeline

August 11, 2026 CVE published

Related vulnerabilities

08Related CVE