Description
The RealHomes Memberships WordPress plugin before 3.1.0 does not verify that a membership payment actually completed, nor check a nonce or the user's capability, before granting a paid membership package, allowing any authenticated user such as a Subscriber to obtain paid membership packages without paying.
Published: 2026-08-06
Score: 4.3 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The RealHomes Memberships WordPress plugin before version 3.1.0 fails to confirm that a payment has been processed, to validate a nonce, or to assess the user’s capability prior to assigning a paid membership. Consequently an authenticated user such as a Subscriber can acquire paid membership packages without completing the required payment, representing an authorization bypass flaw.

Affected Systems

All WordPress sites that use the RealHomes Memberships plugin and are installed with a version earlier than 3.1.0 are affected. The issue is present regardless of the site’s configuration, impacting any user who is authenticated to the REST or admin interface of the plugin.

Risk and Exploitability

The CVSS score of 4.3 indicates moderate severity. Exploitation requires only that the attacker be an authenticated user with a role that can interact with the membership endpoint, a condition that is widely satisfied on most sites. Because the EPSS score is lacking and the vulnerability is not listed in CISA’s KEV catalog, the likelihood of widespread automated attacks is currently low, but the potential for manual misuse exists and may lead to financial losses or unauthorized access to premium content.

Generated by OpenCVE AI on August 6, 2026 at 15:31 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the RealHomes Memberships plugin to version 3.1.0 or later, where payment verification, nonce validation, and capability checks are enforced.
  • Ensure that the plugin’s membership assignment logic includes proper CSRF protection and verifies that the requesting user’s role permits paid membership acquisition before granting the privilege.
  • Audit existing user accounts for improperly granted paid memberships and revoke any that were assigned through the vulnerability; monitor for repeat occurrences.

Generated by OpenCVE AI on August 6, 2026 at 15:31 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 06 Aug 2026 16:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-345
CWE-862
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 06 Aug 2026 16:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-285
CWE-352

Thu, 06 Aug 2026 14:45:00 +0000

Type Values Removed Values Added
Description The RealHomes Memberships WordPress plugin before 3.1.0 does not verify that a membership payment actually completed, nor check a nonce or the user's capability, before granting a paid membership package, allowing any authenticated user such as a Subscriber to obtain paid membership packages without paying.
Title RealHomes Memberships < 3.1.0 - Subscriber+ Membership Payment Bypass
References
Metrics cvssV3_1

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


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-08-06T14:19:27.215Z

Reserved: 2026-07-09T12:06:10.878Z

Link: CVE-2026-15246

cve-icon Vulnrichment

Updated: 2026-08-06T15:29:49.537Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-06T15:45:02Z

Weaknesses
  • CWE-285

    Improper Authorization

  • CWE-345

    Insufficient Verification of Data Authenticity

  • CWE-352

    Cross-Site Request Forgery (CSRF)

  • CWE-862

    Missing Authorization