PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-89064 servmask CVE debrief

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 vulnerability allows unauthenticated attackers to capture and store WordPress Application Passwords or HTTP Basic credentials in reversible base64 form. The `Ai1wm_Main_Controller::init()` method reads `$_SERVER['PHP_AUTH_USER']` and `$_SERVER['PHP_AUTH_PW']` from any incoming request and writes them to the `ai1wm_auth_header` option as a reversible base64-encoded string, without proper authentication or authorization checks. This poses a significant risk to WordPress environments using Application Passwords or HTTP Basic auth

Vendor
servmask
Product
All-in-One WP Migration and Backup
CVSS
MEDIUM 5.3
CISA KEV
Not listed in stored evidence
Original CVE published
2026-09-17
Original CVE updated
2026-09-18
Advisory published
2026-09-17
Advisory updated
2026-09-18

Who should care

WordPress administrators and security teams should assess the risk of credential capture and overwriting in their environments, especially those using Application Passwords for integrations.

Why it matters

CVE-2026-89064 allows unauthenticated attackers to capture and store credentials, posing a significant risk to WordPress environments using Application Passwords or HTTP Basic authentication. Defenders should verify exposure, assess risk, and prioritize patching and credential management.

  • Capture of WordPress Application Passwords or HTTP Basic credentials in reversible base64 form.
  • Overwriting of stored credentials with attacker-chosen values.
  • Potential unauthorized access to sensitive data or functionality.
  • Verification of patch deployment and credential management practices.

Technical summary

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. The `Ai1wm_Main_Controller::init()` method reads `$_SERVER['PHP_AUTH_USER']` and `$_SERVER['PHP_AUTH_PW']` from any incoming request and writes them to the `ai1wm_auth_header` option as a reversible base64-encoded string, without proper authentication or authorization checks.

Defensive priority

Defenders should prioritize verifying exposure and assessing the risk of credential capture and overwriting in their WordPress environments, especially those using Application Passwords for integrations.

Recommended defensive actions

  • Verify if the All-in-One WP Migration and Backup plugin version is 7.110 or earlier and update to a patched version if necessary.
  • Assess the risk of credential capture and overwriting in WordPress environments, especially those using Application Passwords for integrations.
  • Monitor for suspicious activity related to the `admin-ajax.php` and `admin-post.php` requests.
  • Review compensating controls for exposed systems while remediation is scheduled and verified.
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review.
  • Track exceptions, retest remediated assets, and close the item only after evidence is documented.
  • Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up.

Evidence notes

The vulnerability is caused by the plugin's insecure handling of authentication credentials in the `Ai1wm_Main_Controller::init()` method, which can be exploited via unauthenticated requests to `admin-ajax.php` and `admin-post.php`.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-89064 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-89064

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-89064 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-89064

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

  • Source reference

    Unverified legacy reference

    URL: https://plugins.trac.wordpress.org/browser/all-in-one-wp-migration/tags/7.110/lib/controller/class-ai1wm-main-controller.php

    [email protected]

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.