Skip to main content
COSMICBYTEZLABS
NewsSecurityHOWTOsToolsTraining
StudyProjectsNewsletterHire MeAbout
Subscribe

Press Enter to search or Esc to close

News
Security
HOWTOs
Tools
Training
Study
Projects
Newsletter
Hire Me
About
RSS Feed
Reading List
Subscribe

Stay in the Loop

Get the latest security alerts, tutorials, and tech insights delivered to your inbox.

Subscribe NowFree forever. No spam.
COSMICBYTEZLABS

Your trusted source for IT intelligence, cybersecurity insights, and hands-on technical guides.

1371+ Articles
150+ Guides

CONTENT

  • Latest News
  • Security Alerts
  • HOWTOs
  • Checklists
  • Projects
  • Exam Prep

RESOURCES

  • Search
  • Browse Tags
  • Newsletter Archive
  • Reading List
  • RSS Feed

COMPANY

  • About Us
  • Contact
  • Privacy Policy
  • Terms of Service

© 2026 CosmicBytez Labs. All rights reserved.

System Status: Operational
  1. Home
  2. Security
  3. CVE-2026-9851: WordPress Booking Package Plugin Privilege Escalation via Account Takeover
CVE-2026-9851: WordPress Booking Package Plugin Privilege Escalation via Account Takeover
SECURITYHIGHCVE-2026-9851

CVE-2026-9851: WordPress Booking Package Plugin Privilege Escalation via Account Takeover

A high-severity privilege escalation vulnerability in the Booking Package WordPress plugin allows unauthenticated or low-privileged attackers to take over…

Dylan H.

Security Team

June 6, 2026
2 min read

Affected Products

  • Booking Package for WordPress, versions up to and including 1.7.16

Overview

A high-severity privilege escalation vulnerability has been discovered in the Booking Package plugin for WordPress, assigned CVE-2026-9851. The flaw enables attackers to perform an account takeover against any WordPress user account due to a missing authorization check on an AJAX endpoint handler.

The vulnerability was published to the NVD on June 6, 2026, with a CVSS v3 base score of 7.2 (High).

Technical Details

The vulnerability exists in the package_app_action AJAX endpoint. Specifically, the updateUser branch of this endpoint lacks proper capability verification — it only validates a nonce without confirming the requester has the authority to modify the target user account.

An attacker who can obtain or predict a valid nonce can send a crafted AJAX request to alter another user's account data, effectively taking control of that account — including administrator accounts.

DetailValue
CVE IDCVE-2026-9851
CVSS Score7.2 (High)
Attack VectorNetwork
Authentication RequiredLow (nonce-only validation)
Affected Versions≤ 1.7.16
Vulnerable Endpointpackage_app_action AJAX (updateUser branch)
Root CauseMissing capability check

Impact

Exploitation of CVE-2026-9851 could allow an attacker to:

  • Take over any WordPress user account, including administrator accounts
  • Modify user credentials, email addresses, or roles
  • Install malicious plugins or themes once administrative access is obtained
  • Exfiltrate customer booking data or personal information
  • Establish persistent access to the affected WordPress installation

Affected Software

  • Plugin: Booking Package for WordPress
  • Affected versions: All versions up to and including 1.7.16
  • Platform: WordPress

Remediation

Administrators using the Booking Package plugin should:

  1. Update immediately to the latest patched version of the plugin
  2. Audit WordPress user accounts for unauthorized changes to roles, email addresses, or passwords
  3. Review recent AJAX request logs for suspicious package_app_action calls
  4. Rotate administrator credentials if account compromise is suspected
  5. Enable two-factor authentication on all privileged accounts as a defense-in-depth measure
  6. Deploy a WAF capable of detecting WordPress AJAX endpoint abuse

If no patch is available, disable the plugin until an update is released.

References

  • NVD Entry: CVE-2026-9851
  • Booking Package Plugin (WordPress.org)
#CVE#WordPress#Privilege Escalation#Account Takeover#NVD

Related Articles

CVE-2026-8206: Kirki WordPress Plugin Critical Privilege Escalation via Account Takeover

The Kirki Freeform Page Builder plugin for WordPress (versions 6.0.0–6.0.6) allows unauthenticated attackers to take over any user account during password…

5 min read

CVE-2026-7537: MDJM Event Management WordPress Plugin Arbitrary File Upload

A high-severity arbitrary file upload vulnerability in the MDJM Event Management plugin for WordPress allows authenticated attackers to upload malicious files…

2 min read

CVE-2026-7459: WordPress Simple History Plugin Account Takeover

A broken authentication check in the Simple History WordPress plugin (versions up to 5.26.0) allows Subscriber-level users to take over any WordPress...

5 min read
Back to all Security Alerts