CVE-2026-2437
Received Received - Intake
Stored XSS in WP Travel Engine Plugin Allows Script Injection

Publication date: 2026-04-04

Last updated on: 2026-04-04

Assigner: Wordfence

Description
The WP Travel Engine – Tour Booking Plugin – Tour Operator Software plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the plugin's 'wte_trip_tax' shortcode in all versions up to, and including, 6.7.5 due to insufficient input sanitization and output escaping on user supplied attributes. This makes it possible for authenticated attackers, with contributor level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-04-04
Last Modified
2026-04-04
Generated
2026-05-06
AI Q&A
2026-04-04
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
wp_travel_engine wp_travel_engine to 6.7.5 (inc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-79 The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

The WP Travel Engine – Tour Booking Plugin for WordPress has a Stored Cross-Site Scripting (XSS) vulnerability in its 'wte_trip_tax' shortcode in all versions up to and including 6.7.5. This vulnerability arises because the plugin does not properly sanitize or escape user-supplied attributes. As a result, authenticated users with contributor level access or higher can inject malicious web scripts into pages. These scripts execute whenever any user accesses the infected page.


How can this vulnerability impact me? :

This vulnerability allows attackers with contributor or higher access to inject arbitrary scripts into the website. These scripts can execute in the browsers of users who visit the affected pages, potentially leading to theft of sensitive information, session hijacking, defacement, or other malicious actions. Since the vulnerability is stored, the malicious code persists on the site and affects all visitors to the injected pages.


How can this vulnerability be detected on my network or system? Can you suggest some commands?

This vulnerability involves Stored Cross-Site Scripting (XSS) via the 'wte_trip_tax' shortcode in the WP Travel Engine plugin for WordPress. Detection typically involves identifying pages or posts where this shortcode is used with potentially malicious script injections.

You can scan your WordPress database or content for the presence of the 'wte_trip_tax' shortcode containing suspicious script tags or unusual attributes.

  • Use a database query to search for suspicious shortcode usage, for example in MySQL: SELECT * FROM wp_posts WHERE post_content LIKE '%[wte_trip_tax%<script%' OR post_content LIKE '%[wte_trip_tax%onerror=%';
  • Use command line tools like grep to scan WordPress files or exported content for the shortcode with script tags: grep -r '\[wte_trip_tax.*<script' /path/to/wordpress/wp-content/uploads/

Additionally, monitoring HTTP requests and responses for injected scripts in pages that use this shortcode can help detect exploitation attempts.


What immediate steps should I take to mitigate this vulnerability?

The primary mitigation step is to update the WP Travel Engine plugin to version 6.7.6 or later, where input validation and sanitization for shortcode attributes have been enhanced.

  • Upgrade the plugin to version 6.7.6 which includes strict type checking and sanitization of shortcode attributes such as 'layout', 'postsnumber', 'ids', 'activities', 'destination', and 'trip_types'.
  • Restrict contributor level and above users from injecting untrusted content until the update is applied.

Applying these steps will prevent authenticated attackers from injecting arbitrary web scripts via the vulnerable shortcode.


How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:

The vulnerability in the WP Travel Engine plugin allows authenticated users with contributor level access and above to inject arbitrary web scripts via stored cross-site scripting (XSS). This can lead to unauthorized script execution when other users access the affected pages.

Such a vulnerability can potentially impact compliance with standards and regulations like GDPR and HIPAA because it may lead to unauthorized access or exposure of personal data through malicious scripts. Stored XSS can be exploited to steal user credentials, session tokens, or other sensitive information, thereby violating data protection requirements.

However, the provided context does not explicitly mention compliance impacts or specific regulatory considerations.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart