Description
The TrueBooker – Appointment Booking and Scheduler System plugin for WordPress is vulnerable to Authorization Bypass Through User-Controlled Key leading to Account Takeover in all versions up to, and including, 1.2.6. This is due to the admin_user_create_cus AJAX handler lacking any authentication or capability check before passing the attacker-supplied truebooker_wp_user_id parameter directly to wp_update_user. This makes it possible for unauthenticated attackers to overwrite the email address of any WordPress user — including an administrator — and then complete the standard WordPress lost-password flow to fully take over the targeted account.
Published: 2026-08-19
Score: 9.8 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The TrueBooker appointment booking plugin for WordPress is vulnerable to an unauthenticated authorization bypass that allows an attacker to supply a user ID to a privileged Ajax handler, which then updates that user’s email address. By doing so, the attacker can trigger the WordPress lost‑password workflow and fully take over the target account, including administrators. This flaw originates from a lack of authentication or capability checks in the admin_user_create_cus handler and is classified as CWE‑639.

Affected Systems

The vulnerability affects the themetechmount TrueBooker – Appointment Booking and Scheduler System plugin for WordPress, all releases up to and including version 1.2.6. No other versions have been identified as impacted.

Risk and Exploitability

The CVSS score of 9.8 indicates a critical severity, and the exploit requires no authentication. The EPSS score is currently not available, and the issue is not listed in the CISA KEV catalog, but the lack of safeguards and the critical impact recommend immediate attention. An unauthenticated attacker could execute the vulnerable Ajax request directly, bypassing any role or capability checks and achieving full control of the compromised account.

Generated by OpenCVE AI on August 20, 2026 at 12:44 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest TrueBooker plugin update, removing all versions up to 1.2.6.
  • If an update is not immediately possible, restrict access to the WordPress admin area using IP whitelisting or firewall rules to limit unauthenticated requests to the Ajax endpoint.
  • As a temporary mitigation, disable or remove the admin_user_create_cus Ajax handler, for example by adding a code snippet that unhooks the function or by setting the truebooker_wp_user_id parameter to be ignored until a patch releases.

Generated by OpenCVE AI on August 20, 2026 at 12:44 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 21 Aug 2026 21:00:00 +0000

Type Values Removed Values Added
First Time appeared Themetechmount
Themetechmount truebooker-appointment-booking
Wordpress
Wordpress wordpress
Vendors & Products Themetechmount
Themetechmount truebooker-appointment-booking
Wordpress
Wordpress wordpress

Wed, 19 Aug 2026 18:45:00 +0000

Type Values Removed Values Added
Description The TrueBooker – Appointment Booking and Scheduler System plugin for WordPress is vulnerable to Authorization Bypass Through User-Controlled Key leading to Account Takeover in all versions up to, and including, 1.2.6. This is due to the admin_user_create_cus AJAX handler lacking any authentication or capability check before passing the attacker-supplied truebooker_wp_user_id parameter directly to wp_update_user. This makes it possible for unauthenticated attackers to overwrite the email address of any WordPress user — including an administrator — and then complete the standard WordPress lost-password flow to fully take over the targeted account.
Title TrueBooker <= 1.2.6 - Unauthenticated Authorization Bypass Through User-Controlled Key to Account Takeover to 'truebooker_wp_user_id' Parameter
Weaknesses CWE-639
References
Metrics cvssV3_1

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


Subscriptions

Themetechmount Truebooker-appointment-booking
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-08-21T16:15:25.173Z

Reserved: 2026-07-29T18:10:29.569Z

Link: CVE-2026-18315

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Deferred

Published: 2026-08-19T19:17:11.980

Modified: 2026-08-21T17:16:29.810

Link: CVE-2026-18315

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-21T20:45:03Z

Weaknesses
  • CWE-639

    Authorization Bypass Through User-Controlled Key