CyberRota Analysis
AI-GeneratedThe TrueBooker plugin for WordPress is critically vulnerable, allowing unauthenticated attackers to perform account takeover by changing any user account's email address, including that of administrators. This is due to a flaw in the add_front_user_update() AJAX handler, which improperly handles user ID input without authentication checks. WordPress site administrators using this plugin should prioritize immediate updates to version 1.2.7 or later to mitigate this severe security risk.
Original NVD Description
The TrueBooker plugin for WordPress is vulnerable to Account Takeover in all versions up to, and including, 1.2.6. This is due to the add_front_user_update() AJAX handler being registered for unauthenticated users and accepting an arbitrary truebooker_wp_user_id value, which is passed directly to wp_update_user() without verifying authentication or ownership. This makes it possible for unauthenticated attackers to change any WordPress user account email address, including an administrator, by submitting the target user ID and an attacker-controlled email address. An attacker can then use the native WordPress password reset flow to receive the reset link at the attacker-controlled email address and take over the account.