WordPress security changelog
HIGH CVE-2026-9851 Deferred

Booking Package: Privilege escalation or authentication bypass

Booking Package is affected by privilege escalation or authentication bypass. Exploitation requires at least editor-level access. A successful request can grant permissions or access that the caller should not possess. The published affected range is <= 1.7.16.

CVE / CNA score 7.2 CVSS 3.1 · security@wordfence.com
NVD score Pending NVD has not published its own CVSS assessment.
Component
Booking Package
Plugin slug
booking-package
Affected
<= 1.7.16
Safe version
> 1.7.16
Published
Jun 06, 2026
Weakness
CWE-639 — Authorization Bypass Through User-Controlled Key

This CVE was published Jun 06, 2026 and is one of 10 known issues for this plugin.

Update, patch or deactivate.

Update Booking Package to a release after 1.7.16, or disable and remove it until a fixed version is available.

A safe version is available, so updating to that version or later is the preferred remediation. If an immediate update is not practical, consider a targeted application patch or temporarily restricting the affected functionality.

Deactivate only when warranted by your risk profile, or when advised by your hosting provider in the limited circumstances where the vulnerability cannot otherwise be mitigated. If you’re unsure which action is appropriate, contact Fused or your hosting provider for guidance.

Technical description

The Booking Package plugin for WordPress is vulnerable to Privilege Escalation via Account Takeover in versions up to, and including, 1.7.16. This is due to a missing capability check on the 'updateUser' branch of the package_app_action AJAX endpoint, where the handler only validates a nonce and the dispatcher invokes Schedule::updateUser() with the $administrator argument hard-coded to 1, bypassing the only owner-restriction check inside that function and allowing the target user to be determined solely by attacker-supplied input passed directly to wp_update_user(). This makes it possible for authenticated attackers, with Editor-level access and above, to change the email address and password of any account, including Administrator accounts, resulting in a full site takeover.

CVE / CNA vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H

Primary and upstream sources