Description
The WP Events Manager WordPress plugin before 2.2.5 does not verify that an incoming payment notification originates from the site's configured merchant account, nor that the paid amount matches the booking total, allowing unauthenticated users to mark any booking as paid without a legitimate payment reaching the merchant, including other users' bookings.
Published: 2026-08-07
Score: 5.3 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The WP Events Manager plugin before version 2.2.5 fails to verify that a payment notification originates from the correct merchant account and does not confirm that the payment amount matches the booking total. This flaw allows any unauthenticated user to submit a payment notification and mark any booking, including those belonging to other users, as paid. The consequence is a financial fraud scenario in which the system believes a legitimate transaction has taken place when none has, potentially leading to unauthorized use of paid events or services.

Affected Systems

WordPress sites that have the WP Events Manager plugin installed at a version older than 2.2.5. No other products or vendors are listed as affected.

Risk and Exploitability

The CVSS score of 5.3 indicates moderate severity. The EPSS score is not provided, so the likelihood of exploitation cannot be quantified, but the flaw is remotely exploitable without authentication. An attacker can craft an HTTP request to the payment notification endpoint, bypass the merchant and amount checks, and update the booking status. The vulnerability is not currently listed in CISA's KEV catalog, suggesting no publicly known exploits at present. However, the ability to tamper with booking records without credentials represents a significant business risk.

Generated by OpenCVE AI on August 7, 2026 at 08:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade WP Events Manager to version 2.2.5 or later.
  • Implement server‑side validation to ensure payment notifications contain the expected merchant account identifier and that the amount matches the booking total before marking a booking as paid.
  • Restrict the payment notification endpoint to authenticated requests, such as by requiring a shared secret token or IP whitelist.
  • Continuously monitor booking records for anomalous status changes and audit logs for suspicious activity.

Generated by OpenCVE AI on August 7, 2026 at 08:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 07 Aug 2026 08:45:00 +0000

Type Values Removed Values Added
First Time appeared Wordpress
Wordpress wordpress
Wp-eventmanager
Wp-eventmanager wp Event Manager
Weaknesses CWE-284
CWE-639
Vendors & Products Wordpress
Wordpress wordpress
Wp-eventmanager
Wp-eventmanager wp Event Manager

Fri, 07 Aug 2026 07:45:00 +0000

Type Values Removed Values Added
Description The WP Events Manager WordPress plugin before 2.2.5 does not verify that an incoming payment notification originates from the site's configured merchant account, nor that the paid amount matches the booking total, allowing unauthenticated users to mark any booking as paid without a legitimate payment reaching the merchant, including other users' bookings.
Title WP Events Manager < 2.2.5 - Unauthenticated Payment Bypass and Booking Status Update via IDOR
References
Metrics cvssV3_1

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


Subscriptions

Wordpress Wordpress
Wp-eventmanager Wp Event Manager
cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-08-07T07:25:34.488Z

Reserved: 2026-07-08T19:33:59.091Z

Link: CVE-2026-15148

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-07T08:45:03Z

Weaknesses
  • CWE-284

    Improper Access Control

  • CWE-639

    Authorization Bypass Through User-Controlled Key