Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-2437

CVE-2026-2437: WP Travel Engine Plugin XSS Vulnerability

CVE-2026-2437 is a stored cross-site scripting flaw in WP Travel Engine plugin for WordPress that allows authenticated attackers to inject malicious scripts. This post covers technical details, affected versions, and mitigation.

Published: April 10, 2026

CVE-2026-2437 Overview

CVE-2026-2437 is a Stored Cross-Site Scripting (XSS) vulnerability affecting the WP Travel Engine – Tour Booking Plugin – Tour Operator Software plugin for WordPress. The vulnerability exists in the plugin's wte_trip_tax shortcode due to insufficient input sanitization and output escaping on user-supplied attributes. This security flaw allows authenticated attackers with contributor-level access or above to inject arbitrary web scripts into pages, which execute whenever a user accesses an injected page.

Critical Impact

Authenticated attackers can inject malicious JavaScript that persists on WordPress pages, potentially leading to session hijacking, credential theft, or defacement affecting all visitors to compromised pages.

Affected Products

  • WP Travel Engine – Tour Booking Plugin versions up to and including 6.7.5
  • WordPress installations using vulnerable WP Travel Engine plugin versions
  • Any WordPress site with contributor-level or higher user accounts using affected plugin versions

Discovery Timeline

  • 2026-04-04 - CVE CVE-2026-2437 published to NVD
  • 2026-04-07 - Last updated in NVD database

Technical Details for CVE-2026-2437

Vulnerability Analysis

This Stored Cross-Site Scripting vulnerability resides in the shortcode processing functionality of the WP Travel Engine plugin. The wte_trip_tax shortcode fails to properly sanitize and escape user-supplied attributes before rendering them in the page output. When a user with contributor-level privileges or higher crafts a malicious shortcode with embedded JavaScript, the unsanitized payload is stored in the WordPress database and subsequently rendered to all visitors who view the affected page.

The vulnerability is classified under CWE-79 (Improper Neutralization of Input During Web Page Generation), which represents a failure to neutralize user-controllable input before it is placed in output that is used as a web page served to other users. The attack can be executed remotely over the network with low complexity, requiring only basic authentication privileges.

Root Cause

The root cause of this vulnerability is insufficient input sanitization and output escaping within the class-wp-travel-engine-custom-shortcodes.php file. When processing attributes passed to the wte_trip_tax shortcode, the plugin does not adequately validate or escape special characters that could be interpreted as executable code by web browsers. This oversight allows malicious HTML and JavaScript to be injected and stored within WordPress content.

Attack Vector

The attack vector is network-based and requires the attacker to have authenticated access to the WordPress site with at least contributor-level privileges. The attacker crafts a WordPress post or page containing the wte_trip_tax shortcode with malicious JavaScript embedded in the shortcode attributes.

Once the content is saved, the malicious script is stored in the WordPress database. When any user (including administrators) views the page containing the injected shortcode, the browser executes the embedded JavaScript in the context of the victim's session. This can lead to session token theft, unauthorized actions on behalf of the victim, or redirection to malicious external sites.

Detection Methods for CVE-2026-2437

Indicators of Compromise

  • Unexpected JavaScript code appearing within wte_trip_tax shortcode attributes in WordPress posts or pages
  • Suspicious content created by contributor-level accounts containing shortcode injections
  • Browser developer console errors or unexpected script executions when viewing travel-related pages

Detection Strategies

  • Review WordPress database content for wte_trip_tax shortcodes containing suspicious attributes with script tags or event handlers
  • Implement Web Application Firewall (WAF) rules to detect XSS patterns in shortcode attributes
  • Monitor WordPress audit logs for unusual content creation or modification by contributor accounts
  • Use WordPress security plugins to scan for malicious shortcode content

Monitoring Recommendations

  • Enable comprehensive logging for all content creation and editing activities in WordPress
  • Deploy browser-based XSS detection and Content Security Policy (CSP) headers to limit script execution
  • Conduct periodic reviews of user-generated content, particularly from accounts with limited privileges

How to Mitigate CVE-2026-2437

Immediate Actions Required

  • Update WP Travel Engine plugin to version 6.7.6 or later immediately
  • Audit existing WordPress content for any injected malicious scripts within wte_trip_tax shortcodes
  • Review and restrict contributor-level account access where possible
  • Consider temporarily disabling the wte_trip_tax shortcode functionality until patching is complete

Patch Information

The vulnerability has been addressed in WP Travel Engine version 6.7.6. The fix involves proper sanitization of shortcode attributes in the class-wp-travel-engine-custom-shortcodes.php file. Technical details of the patch can be reviewed in the WordPress Plugin Changeset. Additional vulnerability information is available in the Wordfence Vulnerability Report.

Workarounds

  • Restrict user registration and limit contributor-level account creation to trusted individuals only
  • Implement Content Security Policy headers to mitigate the impact of any successful XSS injection
  • Use WordPress security plugins that provide shortcode filtering and XSS protection
  • Consider disabling shortcode functionality for non-administrator users if the plugin allows such configuration
bash
# WordPress wp-config.php security hardening example
# Add Content Security Policy headers via .htaccess or server configuration
# Example Apache .htaccess directive:
Header set Content-Security-Policy "script-src 'self'; object-src 'none';"

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechWp Travel Engine

  • SeverityMEDIUM

  • CVSS Score6.4

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • WordPress Plugin Changeset

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2025-7526: WP Travel Engine Path Traversal Flaw

  • CVE-2025-7634: WP Travel Engine Plugin RCE Vulnerability

  • CVE-2025-30870: WP Travel Engine Path Traversal Flaw

  • CVE-2024-30502: WP Travel Engine SQL Injection Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English