PatchSiren cyber security CVE debrief
CVE-2026-9851 masaakitanaka CVE debrief
CVE-2026-9851 is a high-severity vulnerability in the Booking Package plugin for WordPress. The plugin 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. 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. This allows the target user to be determined solely by attacker-supplied input passed directly to wp_update_user(). As a result, authenticated attackers with Editor-level access and above can change the email address and password of any account, including Administrator accounts, leading to a full site takeover.
- Vendor
- masaakitanaka
- Product
- Booking Package
- CVSS
- HIGH 7.2
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-06-06
- Original CVE updated
- 2026-07-23
- Advisory published
- 2026-06-06
- Advisory updated
- 2026-07-23
Who should care
Users of the Booking Package plugin for WordPress, particularly those with Editor-level access and above, should be aware of this vulnerability and take immediate action to protect their sites.
Technical summary
The Booking Package plugin for WordPress is vulnerable to Privilege Escalation via Account Takeover. The vulnerability exists in versions up to, and including, 1.7.16. The issue arises from a missing capability check on the 'updateUser' branch of the package_app_action AJAX endpoint. The handler only validates a nonce, and the dispatcher invokes Schedule::updateUser() with the $administrator argument hard-coded to 1. This bypasses the only owner-restriction check inside that function, allowing the target user to be determined solely by attacker-supplied input passed directly to wp_update_user().
Defensive priority
high
Recommended defensive actions
- Update the Booking Package plugin to a version beyond 1.7.16.
- Restrict access to the package_app_action AJAX endpoint.
- Monitor for suspicious activity related to account changes.
Evidence notes
The vulnerability was reported by [email protected]. The CVE record is available at [cve-org]. The NVD detail can be found at [nvd]. Additional information can be found in the source references [ref-4], [ref-5], [ref-6], [ref-7], and [ref-8].
Sources and references
Verified primary and authoritative sources
-
CVE-2026-9851 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-9851
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-9851 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-9851
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://plugins.trac.wordpress.org/browser/booking-package/tags/1.7.13/index.php
-
Source reference
Unverified legacy reference
URL: https://plugins.trac.wordpress.org/browser/booking-package/tags/1.7.13/index.php
-
Source reference
Unverified legacy reference
URL: https://plugins.trac.wordpress.org/browser/booking-package/tags/1.7.13/lib/Schedule.php
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.