Description
The Hydra Booking – Appointment Scheduling & Booking Calendar plugin for WordPress is vulnerable to Insecure Direct Object Reference in versions up to, and including, 1.2.1 via the /wp-json/hydra-booking/v1/booking/details/{id} REST endpoint. This is due to the getBookingDetails() callback only enforcing the tfhb_manage_options capability via tfhb_manage_options_permission(), without verifying that the requested booking belongs to the currently authenticated host (the lookup in getBookingDetailsData() filters solely on the booking id supplied in the URL). This makes it possible for authenticated attackers, with Hydra Host-level access and above (a role created by the plugin which grants tfhb_manage_options), to view sensitive booking records belonging to other hosts, including attendee names, emails, phone numbers, addresses, meeting details, payment method and status, transaction history, and internal notes by iterating booking IDs.
Published: 2026-07-09
Score: 4.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Hydra Booking hosts misuse of a REST endpoint allows an authenticated user with host‑level permissions to retrieve booking details for any booking ID. The getBookingDetails() callback only checks that the caller has the tfhb_manage_options capability, but does not verify that the booking belongs to the same host account making the request. As a result, an attacker can iterate booking identifiers and disclose attendee names, emails, phone numbers, addresses, meeting details, payment method and status, transaction history, and internal notes. This flaw is a classic Insecure Direct Object Reference (CWE‑639) that compromises confidentiality but does not enable code execution or denial of service.

Affected Systems

All WordPress installations that have installed Hydra Booking version 1.2.1 or earlier. Any site that creates the plugin’s host role or assigns the tfhb_manage_options capability to authenticated users is susceptible, because those users can hit the unsecured /wp-json/hydra-booking/v1/booking/details/{id} endpoint.

Risk and Exploitability

The CVSS v3 score of 4.3 indicates a moderate confidentiality impact but no impact on integrity or availability. The EPSS score of less than 1 % suggests that exploitation is unlikely at present, and the vulnerability is not listed in CISA’s KEV catalog, meaning no active public exploits are known. The vulnerability requires an attacker to be logged in with sufficient host‑level privileges, so the attack surface is limited to sites that grant those permissions. Nonetheless, compromised host credentials or social engineering could allow an attacker to fetch sensitive booking data from other hosts.

Generated by OpenCVE AI on July 29, 2026 at 12:38 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Hydra Booking to the latest version that includes the fix for the IDOR flaw.
  • Revoke the tfhb_manage_options capability from any user accounts that do not actually require host‑level access and reduce the number of hosts that have such privileges.
  • Use a firewall rule or a custom snippet to block or restrict access to the /wp-json/hydra-booking/v1/booking/details/{id} endpoint until the upgrade is applied.

Generated by OpenCVE AI on July 29, 2026 at 12:38 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 10 Jul 2026 10:15:00 +0000

Type Values Removed Values Added
First Time appeared Themefic
Themefic hydra Booking — Appointment Scheduling & Booking Calendar
Wordpress
Wordpress wordpress
Vendors & Products Themefic
Themefic hydra Booking — Appointment Scheduling & Booking Calendar
Wordpress
Wordpress wordpress

Thu, 09 Jul 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 09 Jul 2026 09:30:00 +0000

Type Values Removed Values Added
Description The Hydra Booking – Appointment Scheduling & Booking Calendar plugin for WordPress is vulnerable to Insecure Direct Object Reference in versions up to, and including, 1.2.1 via the /wp-json/hydra-booking/v1/booking/details/{id} REST endpoint. This is due to the getBookingDetails() callback only enforcing the tfhb_manage_options capability via tfhb_manage_options_permission(), without verifying that the requested booking belongs to the currently authenticated host (the lookup in getBookingDetailsData() filters solely on the booking id supplied in the URL). This makes it possible for authenticated attackers, with Hydra Host-level access and above (a role created by the plugin which grants tfhb_manage_options), to view sensitive booking records belonging to other hosts, including attendee names, emails, phone numbers, addresses, meeting details, payment method and status, transaction history, and internal notes by iterating booking IDs.
Title Hydra Booking <= 1.2.1 - Authenticated (Custom+) Insecure Direct Object Reference to Sensitive Information Exposure via 'booking_id' Parameter
Weaknesses CWE-639
References
Metrics cvssV3_1

{'score': 4.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N'}


Subscriptions

Themefic Hydra Booking — Appointment Scheduling & Booking Calendar
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-07-09T14:37:17.193Z

Reserved: 2026-06-16T18:20:28.369Z

Link: CVE-2026-12433

cve-icon Vulnrichment

Updated: 2026-07-09T14:37:12.492Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-29T12:45:03Z

Weaknesses
  • CWE-639

    Authorization Bypass Through User-Controlled Key