Description
The tourmaster WordPress plugin before 5.4.9 writes its order/booking export to a fixed, predictable file inside its publicly accessible directory with no access control, allowing unauthenticated users to download the exported customers' personal information once an administrator has run an export.
Published: 2026-08-06
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Tourmaster WordPress plugin, when running an order or booking export, writes the resulting file to a fixed location inside a publicly accessible directory without any access control. After an administrator has performed an export, any unauthenticated user can retrieve the file and obtain customers' personal information, exposing sensitive data. This vulnerability is a direct information disclosure arising from a lack of proper access checks on exported exports.

Affected Systems

This flaw affects installations of the Tourmaster plugin for WordPress with versions prior to 5.4.9. The vendor is not listed, but the product name and version range are known from the advisories. No other products are cited as affected.

Risk and Exploitability

The attack path is simple: an attacker first triggers an export by an administrator, then accesses the predictable URL to download the file. The EPSS score is not provided, and the vulnerability is not listed in KEV, however the lack of authentication requirements means any user on the site can download the file. The consequence is exposure of personally identifiable customer data, posing a moderate to high privacy risk for users of the affected plugin.

Generated by OpenCVE AI on August 6, 2026 at 07:27 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update Tourmaster to version 5.4.9 or later.
  • If the plugin cannot be updated immediately, modify the server configuration or plugin settings to move the export directory outside the web‑accessible root or otherwise restrict access to the exported files.
  • Delete any existing exported files from the public directory once they are no longer needed to prevent further disclosure.

Generated by OpenCVE AI on August 6, 2026 at 07:27 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 06 Aug 2026 07:45:00 +0000

Type Values Removed Values Added
First Time appeared Tourmaster
Tourmaster tourmaster
Wordpress
Wordpress wordpress
Weaknesses CWE-200
CWE-284
Vendors & Products Tourmaster
Tourmaster tourmaster
Wordpress
Wordpress wordpress

Thu, 06 Aug 2026 06:30:00 +0000

Type Values Removed Values Added
Description The tourmaster WordPress plugin before 5.4.9 writes its order/booking export to a fixed, predictable file inside its publicly accessible directory with no access control, allowing unauthenticated users to download the exported customers' personal information once an administrator has run an export.
Title Tourmaster < 5.4.9 - Unauthenticated Sensitive Data Disclosure via Order Export
References

Subscriptions

Tourmaster Tourmaster
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-08-06T06:00:09.178Z

Reserved: 2026-06-30T13:14:08.487Z

Link: CVE-2026-14240

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-06T07:30:16Z

Weaknesses
  • CWE-200

    Exposure of Sensitive Information to an Unauthorized Actor

  • CWE-284

    Improper Access Control