Description
The MyHome Core plugin for WordPress is vulnerable to Authentication Bypass in all versions up to, and including, 4.4.5. This is due to missing authorization in the send_link() AJAX handler and improper token validation in the activate() function. This makes it possible for unauthenticated attackers to generate an activation token for an unconfirmed user account and obtain a valid authentication cookie for that account, including administrators. Successful exploitation requires the MyHome theme to be configured in legacy/WPBakery mode with frontend registration and confirmation email enabled, and the target account must not already have the myhome_agent_confirmed user meta set.
Published: 2026-08-30
Score: 9.8 Critical
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The MyHome Core plugin for WordPress is vulnerable to an authentication bypass that allows an unauthenticated attacker to generate an activation token for an unconfirmed user account and acquire a valid authentication cookie. This flaw stems from missing authorization in the send_link AJAX handler and inadequate token validation in the activate() function. The result is an account takeover, including administrative accounts, if the target account is not yet confirmed.

Affected Systems

Affected are installations of TangibleWP MyHome Core plugins version 4.4.5 or earlier that are configured in legacy/WPBakery mode with frontend registration and confirmation email enabled, and whose users lack the myhome_agent_confirmed meta value.

Risk and Exploitability

The vulnerability carries a CVSS score of 9.8, indicating critical severity. No EPSS score is available, and it is not listed in the CISA KEV catalog. The exploitation does not require special network access beyond reachability of the site; it can be performed by any visitor to the site. The attacker can issue the send_link request, receive an activation token, then use it in the activate() call to gain authentication. The attack can lead to full compromise of the WordPress installation due to elevation to administrator status.

Generated by OpenCVE AI on August 30, 2026 at 05:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade MyHome Core to the latest version that fixes the authentication bypass (at least 4.4.6).
  • If an upgrade cannot be performed immediately, disable frontend registration and email confirmation or mark all users as confirmed (set the myhome_agent_confirmed meta value) to block token generation.
  • Apply a security plugin or custom code to restrict the send_link AJAX endpoint to authenticated users only, preventing unauthorized token creation.

Generated by OpenCVE AI on August 30, 2026 at 05:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sun, 30 Aug 2026 04:45:00 +0000

Type Values Removed Values Added
Description The MyHome Core plugin for WordPress is vulnerable to Authentication Bypass in all versions up to, and including, 4.4.5. This is due to missing authorization in the send_link() AJAX handler and improper token validation in the activate() function. This makes it possible for unauthenticated attackers to generate an activation token for an unconfirmed user account and obtain a valid authentication cookie for that account, including administrators. Successful exploitation requires the MyHome theme to be configured in legacy/WPBakery mode with frontend registration and confirmation email enabled, and the target account must not already have the myhome_agent_confirmed user meta set.
Title MyHome Core <= 4.4.5 - Authentication Bypass to Account Takeover via Activation Token
Weaknesses CWE-289
References
Metrics cvssV3_1

{'score': 9.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-08-30T04:25:48.138Z

Reserved: 2026-07-16T16:40:32.661Z

Link: CVE-2026-15980

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-30T05:16:58.407

Modified: 2026-08-30T05:16:58.407

Link: CVE-2026-15980

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-30T05:30:06Z

Weaknesses
  • CWE-289

    Authentication Bypass by Alternate Name