Skip to content
Threat Feed
high advisory

Booking Calendar Plugin Privilege Escalation via AJAX Parameter Injection

The Booking Calendar plugin for WordPress is vulnerable to privilege escalation (CVE-2026-92619) allowing authenticated Editors to modify arbitrary site settings and create administrative accounts.

CVE search metadata

CVE search record: CVE-2026-92619. Severity: high. CVSS: 7.2. KEV: no. Product: Booking Calendar (<= 11.8.2). Brief: Booking Calendar Plugin Privilege Escalation via AJAX Parameter Injection. Brief link: https://feed.craftedsignal.io/briefs/2026-09-booking-calendar-privilege-escalation/

The Booking Calendar plugin for WordPress contains a critical privilege escalation vulnerability, assigned CVE-2026-92619, affecting all versions up to and including 11.8.2. The vulnerability resides in the wpbc_ajax_option_save AJAX action, specifically within the handle_ajax_save() function. The plugin fails to validate data_name parameters for unregistered options, causing the get_option_policy() function to return an empty policy object. This bypasses critical security checks such as can_save, force_mode, and allowed_keys. Furthermore, the nonce verification mechanism is flawed, as it accepts attacker-supplied nonce values and actions passed via POST parameters. Attackers can leverage this to modify sensitive WordPress core options - such as default_role and users_can_register - to facilitate the creation of unauthorized Administrator accounts.

Attack Chain

  1. Attacker obtains an active session with at least Editor-level privileges on the target WordPress site.
  2. Attacker retrieves a valid nonce by requesting admin-ajax.php?action=rest-nonce.
  3. Attacker crafts a POST request to admin-ajax.php with the action set to wpbc_ajax_option_save.
  4. Attacker includes the retrieved nonce in the POST body to bypass the faulty verification check.
  5. Attacker provides the data_name parameter as default_role and data_value as administrator to modify site settings.
  6. Attacker sends a second request to update users_can_register to 1.
  7. Attacker navigates to the standard WordPress registration page and creates a new user account.
  8. The new account is assigned the Administrator role due to the modified site settings.

Impact

Successful exploitation results in full administrative control over the WordPress instance. This allows for unauthorized data access, complete site compromise, and the ability to execute further malicious actions within the affected environment. The flaw affects any installation of the Booking Calendar plugin versions 11.8.2 and earlier.

Recommendation

Prioritized actions for security teams:

  • Immediately upgrade the Booking Calendar plugin to version 11.8.3 or later, where the security policy checks have been hardened.
  • Audit the wp_options table in the database for unexpected modifications to default_role or users_can_register settings.
  • Review user accounts created or modified within the audit timeframe to identify unauthorized administrative access.
  • Enable Web Application Firewall (WAF) logging for POST requests to admin-ajax.php to monitor for unusual wpbc_ajax_option_save payloads.

Immediate actions

Upgrade Booking Calendar plugin to 11.8.3 or later.

IT Operations 24h

Threat Hunt

Search web logs for POST requests to admin-ajax.php containing wpbc_ajax_option_save.

T1068 high high confidence hunt now

Data: Web server access logs

Mitigations

Upgrade Booking Calendar to version 11.8.3.

immediate IT Operations

CVE-2026-92619