A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-8684

CVE-2026-8684: MotoPress Hotel Booking Auth Bypass Flaw

CVE-2026-8684 is an authorization bypass vulnerability in MotoPress Hotel Booking plugin for WordPress that allows unauthenticated attackers to modify or delete booking notes. This article covers technical details, affected versions, and mitigation.

Published: May 28, 2026

CVE-2026-8684 Overview

CVE-2026-8684 is an authorization bypass vulnerability in the MotoPress Hotel Booking plugin for WordPress. All versions up to and including 6.0.1 are affected. The plugin fails to verify that the requesting user is authorized to update booking notes before processing AJAX requests. Unauthenticated attackers can overwrite or delete the internal notes (_mphb_booking_internal_notes) of any booking by supplying an arbitrary booking ID. The nonce required for the action is exposed in the HTML source of every public page through wp_localize_script (MPHB._data.nonces), allowing any visitor to obtain a valid nonce without authentication. The vulnerability maps to [CWE-862] Missing Authorization.

Critical Impact

Unauthenticated attackers can tamper with or destroy internal booking notes on any affected WordPress site running MotoPress Hotel Booking, leading to integrity loss in reservation records.

Affected Products

  • MotoPress Hotel Booking plugin for WordPress, versions up to and including 6.0.1
  • MotoPress Hotel Booking Lite (shared update-booking-notes AJAX action codebase)
  • WordPress sites publicly exposing pages that load the plugin's frontend script

Discovery Timeline

  • 2026-05-22 - CVE-2026-8684 published to NVD
  • 2026-05-22 - Last updated in NVD database

Technical Details for CVE-2026-8684

Vulnerability Analysis

The flaw resides in the plugin's AJAX API handler for the update-booking-notes action. The handler validates a WordPress nonce but does not validate the caller's role or capability. The booking ID is taken from the request and used to overwrite the _mphb_booking_internal_notes post meta value of any booking. Because the nonce check is the sole gate, and that nonce is shipped to anonymous visitors, the authorization control collapses entirely. Attackers can corrupt or erase notes that hotel operators rely on for guest preferences, payment records, or internal flags. Confidentiality is not impacted, but integrity of operational booking data is.

Root Cause

The abstract-ajax-api-action.php base class and the update-booking-notes.php handler perform a nonce verification but omit a current_user_can() or equivalent capability check. The plugin's wp_localize_script call exposes MPHB._data.nonces to every page visitor, so the nonce is not a secret and provides no authentication value. The result is broken access control consistent with [CWE-862] Missing Authorization.

Attack Vector

An unauthenticated attacker first loads any public page of the target site to read the localized MPHB._data.nonces value from the HTML source. The attacker then issues a POST request to the WordPress admin-ajax.php endpoint, invoking the update-booking-notes action with the captured nonce and an arbitrary numeric booking ID. The handler updates or deletes _mphb_booking_internal_notes for that booking without verifying user identity or role. No user interaction or prior account is required.

// No verified exploit code is published.
// See vendor source references for the vulnerable handler implementation:
// includes/ajax-api/ajax-actions/update-booking-notes.php (line 83)
// includes/ajax-api/ajax-api-handler.php (line 43)

Detection Methods for CVE-2026-8684

Indicators of Compromise

  • Unexpected modifications or deletions of the _mphb_booking_internal_notes post meta field across multiple booking IDs
  • POST requests to /wp-admin/admin-ajax.php with action=update-booking-notes originating from unauthenticated sessions or anomalous IP addresses
  • Sudden enumeration patterns hitting sequential booking IDs in AJAX request logs

Detection Strategies

  • Inspect WordPress access logs for admin-ajax.php requests carrying the update-booking-notes action without an authenticated session cookie
  • Compare current _mphb_booking_internal_notes values against backups to identify unauthorized overwrites or deletions
  • Deploy a Web Application Firewall (WAF) rule that requires an authenticated administrator or hotel-manager role for the update-booking-notes AJAX action

Monitoring Recommendations

  • Enable verbose access logging on wp-admin/admin-ajax.php and forward logs to a centralized SIEM for correlation
  • Alert on high-rate POSTs targeting booking-related AJAX actions from a single source IP
  • Track database audit events on the wp_postmeta table for changes to keys beginning with _mphb_

How to Mitigate CVE-2026-8684

Immediate Actions Required

  • Update the MotoPress Hotel Booking plugin to a release later than 6.0.1 that includes the fix from changeset 3537354
  • Back up the wp_postmeta table to preserve current internal booking notes before applying updates
  • Restrict access to admin-ajax.php from untrusted networks where feasible, particularly for update-booking-notes

Patch Information

The vendor addressed the missing authorization check in the WordPress Changeset for Booking Notes. Administrators should upgrade to the patched release that adds a capability check to the update-booking-notes handler. Full vulnerability details are available in the Wordfence Vulnerability Report.

Workarounds

  • Deploy a WAF rule blocking unauthenticated POSTs to admin-ajax.php with action=update-booking-notes
  • Temporarily deactivate the MotoPress Hotel Booking plugin on internet-facing sites until the patch is applied
  • Use a custom must-use plugin to enforce current_user_can('edit_posts') (or stricter) before the AJAX action executes
bash
# Example WAF rule (ModSecurity) blocking unauthenticated update-booking-notes calls
SecRule REQUEST_URI "@endsWith /wp-admin/admin-ajax.php" \
  "chain,id:1026868401,phase:2,deny,status:403,msg:'Block MotoPress update-booking-notes (CVE-2026-8684)'"
  SecRule ARGS:action "@streq update-booking-notes" \
    "chain"
    SecRule &REQUEST_COOKIES:/wordpress_logged_in_/ "@eq 0"

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechWordpress

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.10%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-862
  • Technical References
  • WordPress Plugin Ajax API Action

  • WordPress Update Booking Notes Action

  • WordPress Plugin Ajax API Handler

  • WordPress Plugin Ajax API Action v6

  • WordPress Update Booking Notes Action v6

  • WordPress Plugin Ajax API Handler v6

  • WordPress Changeset for Booking Notes

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-8689: WordPress Visualizer Auth Bypass Vulnerability

  • CVE-2026-8682: WordPress 3D Viewer Auth Bypass Flaw

  • CVE-2026-7552: Geo Mashup WordPress Auth Bypass Flaw

  • CVE-2026-7802: Frontend Admin Auth Bypass Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English