CVE-2026-17087: WP Travel Engine <= 6.8.4 - Missing Authorization to Unauthenticated Sensitive Information Disclosure via 'booking_id' Parameter
The WP Travel Engine – Tour Booking Plugin – Tour Operator Software plugin for WordPress is vulnerable to authorization bypass in all versions up to, and including, 6.8.4. 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 view private booking billing details — including the victim customer's first name, last name, email address, street address, city, and phone number — rendered as default values in checkout form fields by binding an arbitrary booking ID to the attacker's session. The only access control on the endpoint is a frontend nonce that is publicly emitted to all visitors via the wteL10n global on trip pages, meaning it provides CSRF protection only and does not restrict unauthenticated access.
Affected Software
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Upgrade
Upgrade
WP Travel Engine – Tour Booking Plugin – Tour Operator Software (WordPress)to a version that resolves this vulnerability.Fixed in 6.8.4 - Compensating control
Add server-side authorization checks for the 'booking_id' endpoint/action so that unauthenticated requests cannot access private booking billing details; do not rely on the publicly emitted frontend nonce from the wteL10n global for access control.
Event History
Frequently Asked Questions
What is the severity of CVE-2026-17087?
CVE-2026-17087 has a severity rating of 7.5, categorized as high.
How do I fix CVE-2026-17087?
To fix CVE-2026-17087, update the WP Travel Engine plugin to version 6.8.5 or later.
What type of vulnerability is CVE-2026-17087?
CVE-2026-17087 is an authorization bypass vulnerability allowing unauthenticated access to sensitive information.
What versions of WP Travel Engine are affected by CVE-2026-17087?
CVE-2026-17087 affects all versions of WP Travel Engine up to and including 6.8.4.
What information can be disclosed due to CVE-2026-17087?
CVE-2026-17087 allows for unauthenticated sensitive information disclosure via the 'booking_id' parameter.