SEPTEMBER 20, 2026
Live Feed
Back to database
Case File

CVE-2026-12433

MEDIUM · CVSS 4.3 EPSS 0.26%

Source: NVD + CISA KEV + EPSS · Published 2026-07-09 · Last synced 2026-08-08

CyberRota Analysis

AI-Generated

The Hydra Booking plugin for WordPress is vulnerable to Insecure Direct Object Reference, allowing authenticated users with host-level access to view sensitive booking information belonging to other hosts through the REST endpoint. This flaw arises because the plugin only checks user permissions without verifying ownership of the requested booking data. WordPress site administrators using this plugin should prioritize patching to prevent unauthorized access to sensitive information.

CVE
CVE-2026-12433
Severity
MEDIUM
CVSS
4.3
EPSS
0.26%
WordPress

Original NVD 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.