CVE-2026-17087 PUBLISHED

WP Travel Engine <= 6.8.4 - Missing Authorization to Unauthenticated Sensitive Information Disclosure via 'booking_id' Parameter

Assigner: Wordfence
Reserved: 24.07.2026 Published: 16.08.2026 Updated: 16.08.2026

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.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
CVSS Score: 7.5

Product Status

Vendor wptravelengine
Product WP Travel Engine – Tour Booking Plugin – Tour Operator Software
Versions Default: unaffected
  • affected from 0 to 6.8.4 (incl.)

Credits

  • Supakiad S. (m3ez) finder

References

Problem Types

  • CWE-862 Missing Authorization CWE