CyberRota Analysis
AI-GeneratedThe MyHome Core plugin for WordPress is critically vulnerable to authentication bypass, allowing unauthenticated attackers to generate activation tokens for unconfirmed user accounts, including those of administrators. This vulnerability arises from insufficient authorization in the send_link() AJAX handler and flawed token validation in the activate() function. WordPress site administrators using the MyHome theme in legacy/WPBakery mode should prioritize immediate patching to mitigate potential unauthorized access.
Public Exploit Signal
A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.
Note: these links are listed for security research and verification purposes only.
Original NVD 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.