All-in-One WP Migration and Backup <= 7.110 - Unauthenticated Insufficient Credential Protection via Authorization Basic Header
Strategic Overview
- Status
- Patched in 7.111
- Affected Plugin
- All-in-One WP Migration and Backup
- Affected Version
<= 7.110- CVSS
- 5.3Medium
- Weakness type
- CWE-522 · Insufficiently Protected Credentials
- CVE
CVE-2026-89064
At a glance
CVE-2026-89064 is a medium-severity Insufficiently Protected Credentials vulnerability in the All-in-One WP Migration and Backup WordPress plugin, affecting versions <= 7.110. It carries a CVSS score of 5.3 (reachable over the network; low attack complexity). Exploitation requires no authentication. The issue is fixed in version 7.111; sites on affected versions should update now. Disclosed September 2026, reported by Jakub Herman.
Vulnerability Overview
The All-in-One WP Migration and Backup plugin for WordPress is vulnerable to Insufficient Credential Protection in versions up to, and including, 7.110. This is due to the `Ai1wm_Main_Controller::init()` method — registered on the `admin_init` hook, which fires unauthenticated on `admin-ajax.php` and `admin-post.php` requests — reading `$_SERVER['PHP_AUTH_USER']` and `$_SERVER['PHP_AUTH_PW']` from any incoming request and writing them to the `ai1wm_auth_header` option via `update_option()` as a reversible base64-encoded string, with no capability check, nonce verification, `is_user_logged_in()` check, or confirmation that Basic authentication actually succeeded. This makes it possible for unauthenticated attackers to capture into the database, in reversible base64 form, any WordPress Application Password or HTTP Basic credential presented to `/wp-admin/` by a legitimate integration, or to overwrite the stored credential with an attacker-chosen value by sending an anonymous request carrying a crafted `Authorization: Basic` header. This is particularly impactful in environments using WordPress Application Passwords for REST API or third-party integrations, as those credentials are transmitted as HTTP Basic auth to `/wp-admin/` and will be silently harvested via this unauthenticated write path.
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.
CWE-522: Insufficiently Protected Credentials
The product transmits or stores authentication credentials, but it uses an insecure method that is susceptible to unauthorized interception and/or retrieval.
Remediation
Update to version 7.111, or a newer patched version
How does WordSec protect against this?
This one needs no account at all, which puts it outside what login hardening can reach; WordSec's login security narrows the account-level paths around it, and the firewall is what inspects the request itself. None of that substitutes for the fix: All-in-One WP Migration and Backup 7.111 closes this, and updating the plugin is the step that ends it.
- Login Security
- Alerts
External References
Related records
Other vulnerabilities in All-in-One WP Migration and Backup
- 8.8CVE-2026-19949: All-in-One WP Migration… Second-Order SQL Injection
CVE-2026-19949 - 8.8All-in-One WP Migration Authorization Bypass to Arbitrary File Upload
- 7.5CVE-2024-10942: All in One WP Migration <= 7.89 PHP Object Injection
CVE-2024-10942 - 7.5All-in-One WP Migration <= 2.0.4 Database Export
- 7.2CVE-2026-17533: All-in-One WP Migration and Backup < 7.108 RCE
CVE-2026-17533 - 7.2CVE-2024-9162: All-in-One WP Migration… Arbitrary PHP Code Injection
CVE-2024-9162 - 7.2CVE-2021-24216: All-in-One WP Migration <= 7.40 Arbitrary File Upload
CVE-2021-24216 - 6.6CVE-2022-1476: All-in-One WP Migration Directory Traversal
CVE-2022-1476
Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C