External risk intelligence

WP Events Manager Unauthenticated Free Booking Vulnerability

CVE advisorySeverity: CRITICAL (CVSS 9.8)

CVE-2026-14205

The vulnerability affects a WordPress plugin designed for event management. Such plugins are commonly deployed on public-facing websites to handle user registrations and interactions, making the attack surface accessible via the internet as part of standard web application operations.

Authentication Bypass

Halo Surface Signal: 4 out of 5 — likely to be public-facing.

External exposure likelihood

Horizon Alert

Summary of the vulnerability and why it matters

This critical vulnerability affects the WP Events Manager WordPress plugin, potentially allowing unauthorized users to register for paid events without payment. The core issue lies in how the plugin handles event registration quantities, which could lead to financial discrepancies if exploited. Leaders should be aware of this to ensure their organizations' websites remain secure and financially sound.

  • Unpaid event registrations are possible.
  • Protects against financial loss from event bookings.
  • Confirm relevance and assess exposure.

Attack Path

How an attacker could exploit the issue

An attacker can exploit this by first registering for a paid event within the WP Events Manager plugin. Because the plugin doesn't properly check the number of tickets requested, the attacker can submit an arbitrarily large number, leading the system to calculate a price based on this manipulated quantity. This allows the attacker to effectively register for the event without any payment, potentially leading to unauthorized access or services.

  • Any authenticated user can trigger.
  • Registering for paid events with custom quantity.
  • Free event registration and unauthorized access.

Live Threat

Current exploitation, exposure, and threat context

When supported by the advisory, an authenticated user could exploit this vulnerability to create completed bookings for paid events without payment. This occurs because the system computes the price based on an attacker-controlled quantity, bypassing the payment requirement.

  • Paid event bookings.
  • Unpaid bookings created via quantity manipulation.
  • Revenue loss from unpaid bookings.

Operational Fix

Recommended remediation, mitigation, and detection steps

The WP Events Manager plugin's vulnerability in handling paid event registrations requires immediate attention from the application or website owner responsible for the WordPress instance. The first step is to identify all instances of the affected plugin, confirm whether these instances are exposed to the internet and are critical to business operations, and then assign ownership for remediation.

  • Website owners should own the issue.
  • Verify internet-facing instances and criticality.
  • Plan remediation based on identified risk.

Supplementary metadata

Validate whether this threat affects your internet-facing exposure.

Halo Threat Intelligence helps prioritize remediation with Halo Surface Signal and H/A/L/O context. Start exposure validation with a free external attack surface trial.

Frequently asked questions

What is the WP Events Manager plugin?

WP Events Manager is a WordPress extension that enables site administrators to organize, list, and manage event registrations. It acts as a bridge between the website and users, handling tasks like venue details, scheduling, and payment processing for paid events. It is widely used by organizations to facilitate attendee sign-ups and ticket sales directly through their site's interface.

How does CVE-2026-14205 work?

This vulnerability is classified as an Improper Authentication issue (CWE-287). It exists because the plugin fails to verify the quantity of tickets requested during the checkout process. By manipulating the number of tickets, an attacker forces the system to perform a flawed price calculation, effectively bypassing the payment gateway and tricking the plugin into finalizing a booking for free.

Do I need to be a site administrator to trigger this bug?

No, you do not need administrative access. The vulnerability can be triggered by any authenticated user on the platform. However, it does not apply to free events that do not involve a price calculation or to systems where the plugin is inactive or not currently configured to handle paid event registrations.

Is my website at risk from this vulnerability?

According to Halo Surface Signal, this vulnerability is particularly relevant to websites that are public-facing. Because the plugin is designed to process registrations over the internet as part of normal web operations, any site using this plugin to manage paid events is likely accessible to attackers and should be prioritized for review.

How can I secure my WordPress site?

The most effective first step is to audit your site to confirm if the WP Events Manager plugin is installed and active. If you find the plugin, verify if you are running a version earlier than 2.2.5. Once identified, ensure the plugin is updated to the latest secure version provided by the vendor, and restrict or pause paid event registration features until you have applied the necessary security updates.

References