Description
The Homey theme for WordPress is vulnerable to authentication bypass in versions up to, and including, 2.4.3. This is due to the 'verification_id' value being set to empty, and the not empty check is missing in the dashboard user profile page. This makes it possible for unauthenticated attackers to log in to the first verified user.
Published: 2025-03-07
Score: 8.1 High
EPSS: < 1% Very Low
KEV: No
Impact: Authentication Bypass
Action: Immediate Patch
AI Analysis

Impact

The Homey theme for WordPress contains an authentication bypass flaw that permits an unauthenticated user to log in as the first verified account in the system. The defect arises because the theme does not check whether the 'verification_id' field is empty on the dashboard user profile page, allowing the value to be submitted without validation. This flaw falls under CWE‑288 (Authentication Mechanism Failure). If exploited, an attacker gains the privileges of that verified user, which can include administrative capabilities on the WordPress site, potentially compromising site content, configuration, and user data.

Affected Systems

The vulnerability affects the Homey WordPress theme distributed by Fave Themes version 2.4.3 and all earlier releases. No other vendor or product is listed, and the affected versions are not further narrowed beyond the final release number 2.4.3.

Risk and Exploitability

The CVSS score of 8.1 classifies the issue as high severity. The EPSS score of less than 1 % indicates limited historic exploitation probability, and the vulnerability is not included in the CISA KEV catalog. The likely attack vector is remote web‑based interaction with the dashboard profile page, and the attack requires no prior authentication but does need at least one verified user to exist. An attacker could exploit the missing empty value check to authenticate as that user, thereby achieving the impact described above.

Generated by OpenCVE AI on April 28, 2026 at 03:31 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Homey theme to version 2.4.4 or later, where the empty value check has been applied.
  • If upgrading is not immediately possible, modify the theme’s dashboard user profile handler to validate that 'verification_id' is not empty before processing the login, effectively adding the missing check.
  • Enable multi‑factor authentication on all WordPress administrative accounts to mitigate potential privilege escalation if the vulnerability is exploited.
  • Monitor administrative access logs for unexpected login events and consider blocking access to the dashboard profile page for unauthenticated users until the patch is applied.

Generated by OpenCVE AI on April 28, 2026 at 03:31 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
EUVD EUVD EUVD-2025-6223 The Homey theme for WordPress is vulnerable to authentication bypass in versions up to, and including, 2.4.3. This is due to the 'verification_id' value being set to empty, and the not empty check is missing in the dashboard user profile page. This makes it possible for unauthenticated attackers to log in to the first verified user.
History

Fri, 07 Mar 2025 17:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Fri, 07 Mar 2025 02:15:00 +0000

Type Values Removed Values Added
Description The Homey theme for WordPress is vulnerable to authentication bypass in versions up to, and including, 2.4.3. This is due to the 'verification_id' value being set to empty, and the not empty check is missing in the dashboard user profile page. This makes it possible for unauthenticated attackers to log in to the first verified user.
Title Homey <= 2.4.3 - Limited Authentication Bypass due to Missing Empty Value Check
Weaknesses CWE-288
References
Metrics cvssV3_1

{'score': 8.1, 'vector': 'CVSS:3.1/AV:N/AC:H/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-04-08T16:33:33.767Z

Reserved: 2025-01-27T13:37:29.548Z

Link: CVE-2025-0749

cve-icon Vulnrichment

Updated: 2025-03-07T16:32:05.938Z

cve-icon NVD

Status : Deferred

Published: 2025-03-07T02:15:37.820

Modified: 2026-06-17T08:27:05.420

Link: CVE-2025-0749

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-04-28T03:45:20Z

Weaknesses
  • CWE-288

    Authentication Bypass Using an Alternate Path or Channel