PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-18315 themetechmount CVE debrief

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.

Vendor
themetechmount
Product
TrueBooker – Appointment Booking and Scheduler System
CVSS
CRITICAL 9.8
CISA KEV
Not listed in stored evidence
Original CVE published
2026-08-19
Original CVE updated
2026-08-21
Advisory published
2026-08-19
Advisory updated
2026-08-21

Who should care

WordPress site owners and administrators using the TrueBooker – Appointment Booking and Scheduler System plugin, cybersecurity professionals responsible for monitoring and securing WordPress installations, and individuals concerned with the security of user accounts on WordPress-based platforms.

Technical summary

The TrueBooker – Appointment Booking and Scheduler System plugin for WordPress, up to and including version 1.2.6, is vulnerable to Authorization Bypass Through User-Controlled Key. This vulnerability allows unauthenticated attackers to overwrite the email address of any WordPress user, including administrators, by exploiting the admin_user_create_cus AJAX handler. The handler fails to perform necessary authentication or capability checks before passing the attacker-supplied truebooker_wp_user_id parameter to wp_update_user. Subsequently, attackers can complete the standard WordPress lost-password flow to fully take over the targeted account.

Defensive priority

High

Recommended defensive actions

  • Apply the latest patch for the TrueBooker plugin (version 1.2.7 or later) to fix the authorization bypass vulnerability.
  • Implement additional monitoring to detect potential exploitation attempts targeting the TrueBooker plugin.
  • Restrict access to the admin_user_create_cus AJAX handler to prevent unauthorized modifications.
  • Enforce strong password policies and multi-factor authentication for all WordPress users, especially administrators.
  • Regularly review and update plugins and themes to ensure you have the latest security patches.

Evidence notes

The vulnerability exists in the TrueBooker – Appointment Booking and Scheduler System plugin for WordPress versions up to and including 1.2.6. The admin_user_create_cus AJAX handler does not perform authentication or capability checks before updating the user based on the truebooker_wp_user_id parameter provided by the attacker. This allows unauthenticated attackers to change the email address of any WordPress user, including administrators, and subsequently take over the account through the standard WordPress lost-password process.

Official resources

AI-assisted PatchSiren debrief based on the supplied source corpus. The CVE record was published on 2026-08-19T19:17:11.980Z and has not been modified since then.