Description
The tourmaster WordPress plugin before 5.4.8 does not perform a nonce check when storing a custom-filter label taken from a request parameter, and does not escape that label when echoing it on the filter admin page, allowing an unauthenticated attacker to trick a logged-in administrator into storing JavaScript that then executes in the admin area (stored Cross-Site Scripting via CSRF).
Published: 2026-07-30
Score: 7.1 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Tourmaster WordPress plugin before version 5.4.8 fails to perform a nonce check when a custom‑filter label is stored from a request parameter, and it does not escape that label when rendering it on the filter admin page. This combination allows an unauthenticated attacker to trick a logged‑in administrator into saving malicious JavaScript that will execute in the admin interface. The result is a stored Cross‑Site Scripting (XSS) vulnerability that can be abused through a Cross‑Site Request Forgery (CSRF) vector, compromising the confidentiality and integrity of the administrative session and potentially exposing or defacing the site content.

Affected Systems

Any WordPress site that has the Tourmaster plugin installed and is running a version earlier than 5.4.8. The vulnerability exists in all affected installations regardless of additional security plugins or configurations, as the core issue lies in the plugin's lack of nonce validation and output escaping at the source.

Risk and Exploitability

The EPSS score is below 1%, indicating a very low probability of exploitation, and the vulnerability is not listed in the CISA Known Exploited Vulnerabilities catalog. The attack would require an unauthenticated attacker to host a malicious link or form that initiates a CSRF request to the site, and a target administrator would need to click that link or submit the form, after which the stored script runs with the admin's privileges. The severity is amplified only if the administrator interacts with the vulnerable page; otherwise, the risk remains theoretical. The CVSS base score is 7.1.

Generated by OpenCVE AI on August 4, 2026 at 23:25 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Tourmaster plugin to version 5.4.8 or newer
  • If an upgrade is not immediately possible, remove all existing custom‑filter labels that contain unexpected characters or code from the affected sites
  • Add CSRF protection by ensuring that any action that writes to the database validates a nonce before processing
  • If feasible, restrict the ability to edit custom‑filter labels to high‑privilege roles only, or disable the feature entirely until the vulnerability is patched

Generated by OpenCVE AI on August 4, 2026 at 23:25 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 04 Aug 2026 19:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-352
CWE-79
Metrics cvssV3_1

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

ssvc

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


Tue, 04 Aug 2026 12:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-352
CWE-79

Fri, 31 Jul 2026 20:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-352
CWE-79

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

Type Values Removed Values Added
First Time appeared Tourmaster
Tourmaster tourmaster
Wordpress
Wordpress wordpress
Vendors & Products Tourmaster
Tourmaster tourmaster
Wordpress
Wordpress wordpress

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

Type Values Removed Values Added
Description The tourmaster WordPress plugin before 5.4.8 does not perform a nonce check when storing a custom-filter label taken from a request parameter, and does not escape that label when echoing it on the filter admin page, allowing an unauthenticated attacker to trick a logged-in administrator into storing JavaScript that then executes in the admin area (stored Cross-Site Scripting via CSRF).
Title Tourmaster < 5.4.8 - Stored XSS via CSRF
References

Subscriptions

Tourmaster Tourmaster
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-08-04T18:58:09.234Z

Reserved: 2026-06-30T13:13:58.782Z

Link: CVE-2026-14239

cve-icon Vulnrichment

Updated: 2026-07-30T13:13:24.572Z

cve-icon NVD

Status : Deferred

Published: 2026-07-30T06:25:00.337

Modified: 2026-08-04T20:16:48.650

Link: CVE-2026-14239

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-04T23:30:15Z

Weaknesses
  • CWE-352

    Cross-Site Request Forgery (CSRF)

  • CWE-79

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')