Vulnerability Description
The MotoPress Appointment Booking plugin for WordPress is vulnerable to Authorization Bypass Through User-Controlled Key in all versions up to, and including, 2.4.4. This is due to the `POST /motopress/appointment/v1/bookings` REST endpoint being registered with `'permission_callback' => '__return_true'`, allowing unauthenticated access, while the `createBooking` handler in `BookingsRestController.php` accepts an attacker-supplied `payment_details.booking_id` value and loads the referenced booking via `findById()` without verifying that the caller owns or has any rights to that booking. This makes it possible for unauthenticated attackers to overwrite the customer name, email address, phone number, and `customer_id` of any non-confirmed victim booking by submitting a request with no reservation items, causing `BookingService::createBooking()` to load the existing victim booking object and persist it with attacker-controlled customer data. Victim booking IDs can be harvested prior to exploitation without authentication by querying the also-publicly-accessible `GET /motopress/appointment/v1/bookings/reservations` endpoint with a guessable `service_id` and date range, and only bookings whose status is not `STATUS_CONFIRMED` (e.g., pending or auto-draft) are valid targets.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://plugins.trac.wordpress.org/browser/motopress-appointment-lite/tags/2.4.3
- https://plugins.trac.wordpress.org/browser/motopress-appointment-lite/tags/2.4.3
- https://plugins.trac.wordpress.org/browser/motopress-appointment-lite/tags/2.4.3
- https://plugins.trac.wordpress.org/browser/motopress-appointment-lite/tags/2.4.3
- https://plugins.trac.wordpress.org/changeset/3583168/motopress-appointment-lite/
- https://www.wordfence.com/threat-intel/vulnerabilities/id/e9a6521d-39b2-48f4-834
FAQ
What is CVE-2026-9180?
CVE-2026-9180 is a vulnerability with a CVSS score of 5.3 (MEDIUM). The MotoPress Appointment Booking plugin for WordPress is vulnerable to Authorization Bypass Through User-Controlled Key in all versions up to, and including, 2.4.4. This is due to the `POST /motopres...
How severe is CVE-2026-9180?
CVE-2026-9180 has been rated MEDIUM with a CVSS base score of 5.3/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-9180?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.