MotoPress Hotel Booking <= 6.0.1 - Missing Authorization to Unauthenticated Arbitrary Booking Notes Modification via mphb_update_booking_notes AJAX Action
Strategic Overview
- Status
- Patched in 6.0.2
- Affected Plugin
- MotoPress Hotel Booking
- Affected Version
<= 6.0.1- CVSS
- 5.3Medium
- Weakness type
- CWE-862 · Missing Authorization
- CVE
CVE-2026-8684
At a glance
CVE-2026-8684 is a medium-severity Missing Authorization vulnerability in the MotoPress Hotel Booking WordPress plugin, affecting versions <= 6.0.1. It carries a CVSS score of 5.3 (reachable over the network; low attack complexity). Exploitation requires no authentication. The issue is fixed in version 6.0.2; sites on affected versions should update now. Disclosed May 2026, reported by MD. TAREQ AHAMED JONY (itztrq).
Vulnerability Overview
The MotoPress Hotel Booking plugin for WordPress is vulnerable to authorization bypass in all versions up to, and including, 6.0.1. This is due to the plugin not properly verifying that a user is authorized to perform an action. This makes it possible for unauthenticated attackers to overwrite or delete the internal notes (_mphb_booking_internal_notes) of any booking by supplying an arbitrary booking ID. The nonce for this action is output in the HTML source of every public page through wp_localize_script (MPHB._data.nonces), so any unauthenticated visitor can obtain a valid nonce and perform the action without any account or prior interaction.
Technical Analysis
The vector marks this flaw as remotely reachable over the network, with low attack complexity — no special timing or configuration is needed, and no privileges on the target site, and no interaction from a victim user.
CWE-862: Missing Authorization
Reaching this weakness in MotoPress Hotel Booking <= 6.0.1 takes no account at all. A missing authorization check means a function is reachable by anyone who can reach the endpoint, because the code never asks whether the caller is allowed to perform the action.
Any user who can reach the endpoint gets to run an action reserved for higher-privileged roles, from reading protected data to changing settings or content. For MotoPress Hotel Booking the fix is 6.0.2: builds <= 6.0.1 are affected, anything from 6.0.2 onward is not.
Remediation
Update to version 6.0.2, or a newer patched version
How does WordSec protect against this?
This one needs no account at all, which puts it outside what login hardening can reach; WordSec's login security narrows the account-level paths around it, and the firewall is what inspects the request itself. None of that substitutes for the fix: MotoPress Hotel Booking 6.0.2 closes this, and updating the plugin is the step that ends it.
- Login Security
- Alerts
External References
Related records
Other vulnerabilities in MotoPress Hotel Booking
- 9.8CVE-2024-4413: Hotel Booking Lite <= 4.11.1 PHP Object Injection
CVE-2024-4413 - 9.8CVE-2023-5991: Hotel Booking Lite Insufficient Path Validation
CVE-2023-5991 - 5.3CVE-2025-66078: Hotel Booking Lite <= 5.2.3 Remote Code Execution
CVE-2025-66078 - 4.3CVE-2026-15235: MotoPress Hotel Booking < 6.0.4 Information Exposure
CVE-2026-15235 - 4.3CVE-2026-57347: MotoPress Hotel Booking <= 6.0.3 Information Exposure
CVE-2026-57347 - 4.3CVE-2023-28498: Hotel Booking Lite <= 4.6.0 CSRF to Settings Update
CVE-2023-28498
Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C