CVE-2026-9180 MEDIUM

CVE-2026-9180: MotoPress Appointment Booking <= 2.4.4 - Unauthenticated Insecure Direct Object Reference to 'payment_details.booking_id' Parameter

Vendor Jetmonsters
Product MotoPress Appointment Booking
Weakness CWE-639 · IDOR
Published July 3, 2026
Last update July 3, 2026

CVSS base score

5.3/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction None
Confidentiality None
Integrity Low

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N

What the vulnerability does

01Description

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.

Explanation of Vulnerability in Simple Terms

02Summary

MotoPress Appointment Booking versions up to 2.4.4 contain an integrity vulnerability allowing unauthenticated attackers to modify data over the network. The vulnerability requires no user interaction and has a low attack complexity. No confidentiality or availability impact is present. Site administrators should update to a version newer than 2.4.4.

What an attacker can do

03Attacker Capabilities

Modify appointment booking data or settings without authentication.

Potential impact on your site

04Site Impact

Attackers can alter booking records, appointments, or plugin configuration without logging in.

Conditions required to exploit

05Prerequisites

Network access only; no authentication or user interaction required.

Key dates

06Disclosure timeline

July 3, 2026 CVE published

Related vulnerabilities

08Related CVE