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-2025-7634

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

CVE-2025-7634 is a remote code execution vulnerability in WP Travel Engine plugin for WordPress, enabling unauthenticated attackers to execute arbitrary PHP code. This article covers technical details, affected versions, and mitigation.

Published: March 25, 2026

CVE-2025-7634 Overview

A critical Local File Inclusion (LFI) vulnerability has been identified in the WP Travel Engine – Tour Booking Plugin – Tour Operator Software plugin for WordPress. This vulnerability exists in all versions up to and including 6.6.7 and allows unauthenticated attackers to include and execute arbitrary PHP files on the server through the mode parameter.

The vulnerability enables attackers to bypass access controls, obtain sensitive data, and achieve remote code execution when combined with the ability to upload .php files. This represents a severe security risk for any WordPress site running the affected plugin versions.

Critical Impact

Unauthenticated attackers can achieve remote code execution by including arbitrary PHP files on the server, potentially leading to complete site compromise.

Affected Products

  • WP Travel Engine – Tour Booking Plugin for WordPress versions up to and including 6.6.7

Discovery Timeline

  • 2025-10-09 - CVE-2025-7634 published to NVD
  • 2025-10-09 - Last updated in NVD database

Technical Details for CVE-2025-7634

Vulnerability Analysis

This Local File Inclusion vulnerability (CWE-98) exists due to improper input validation in the WP Travel Engine plugin's Ajax handlers. The vulnerability is exposed through two key controller files: FilterTripsHtml.php and LoadTripsHtml.php, which handle trip filtering and loading functionality respectively.

The mode parameter is not properly sanitized before being used to include PHP files, allowing attackers to manipulate the file path and include arbitrary PHP files present on the server. This is particularly dangerous because WordPress plugins often have predictable directory structures, and attackers may leverage existing PHP files or uploaded malicious files to execute arbitrary code.

The vulnerability requires no authentication to exploit, meaning any remote attacker with network access to the WordPress site can attempt exploitation. When successfully exploited, attackers can read sensitive configuration files, execute malicious PHP code, and potentially gain complete control over the WordPress installation and underlying server.

Root Cause

The root cause of this vulnerability is insufficient input validation and path sanitization of the mode parameter in the plugin's Ajax controller files. The parameter value is used directly to construct a file path for PHP file inclusion without proper validation, allowing directory traversal sequences or references to files outside the intended scope.

Attack Vector

The attack is executed remotely over the network without requiring any authentication or user interaction. An attacker can craft a malicious HTTP request to the WordPress Ajax handler, manipulating the mode parameter to include arbitrary PHP files. The attack flow typically involves:

  1. Identifying a WordPress site running a vulnerable version of WP Travel Engine
  2. Sending a crafted request to the Ajax endpoint with a manipulated mode parameter
  3. The server includes and executes the specified PHP file
  4. If a malicious PHP file can be uploaded or an existing PHP file can be leveraged, the attacker achieves code execution

The vulnerability is accessible through the affected Ajax handlers at FilterTripsHtml.php (line 72) and LoadTripsHtml.php (line 27). Technical details of the vulnerable code can be found in the WordPress Plugin Code Review and additional context in the Wordfence Vulnerability Report.

Detection Methods for CVE-2025-7634

Indicators of Compromise

  • Unusual HTTP POST requests to WordPress Ajax endpoints containing suspicious mode parameter values with path traversal sequences (e.g., ../, ..%2f)
  • Web server access logs showing requests to /wp-admin/admin-ajax.php with action=wp_travel_engine related actions and abnormal parameter content
  • Unexpected PHP file access or creation in plugin directories or temporary folders
  • Evidence of webshell deployment or unauthorized PHP file uploads

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect and block path traversal patterns in HTTP requests
  • Monitor WordPress Ajax endpoints for suspicious parameter values containing directory traversal sequences
  • Deploy file integrity monitoring on the WordPress installation to detect unauthorized file modifications or additions
  • Use endpoint detection solutions to identify suspicious PHP process spawning or network connections originating from the web server

Monitoring Recommendations

  • Enable detailed logging for WordPress Ajax requests and regularly review for anomalies
  • Configure real-time alerts for path traversal patterns in web server logs
  • Monitor for unusual file system activity in the WordPress wp-content/plugins/ directory
  • Implement SentinelOne's WordPress protection capabilities to detect LFI exploitation attempts and unauthorized code execution

How to Mitigate CVE-2025-7634

Immediate Actions Required

  • Update the WP Travel Engine plugin to a version newer than 6.6.7 immediately if a patched version is available
  • If an update is not yet available, temporarily disable the WP Travel Engine plugin until a patch is released
  • Review web server logs for evidence of exploitation attempts
  • Scan the WordPress installation for unauthorized files, webshells, or suspicious modifications
  • Implement WAF rules to block requests containing path traversal patterns targeting the affected Ajax endpoints

Patch Information

Site administrators should check for available updates through the WordPress plugin repository or the official WP Travel Engine channels. The vulnerability affects all versions up to and including 6.6.7, so any version newer than 6.6.7 should contain the fix. Monitor the Wordfence Vulnerability Report for updated patch information.

Workarounds

  • Disable the WP Travel Engine plugin temporarily if business operations permit
  • Implement WAF rules to filter and block requests containing path traversal patterns in the mode parameter
  • Restrict access to WordPress Ajax endpoints at the web server level if feasible
  • Use file upload restrictions to prevent uploading of PHP files through any means
bash
# Example: Block path traversal attempts in Apache .htaccess
# Add to WordPress root .htaccess file
<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{QUERY_STRING} (\.\./) [NC,OR]
    RewriteCond %{QUERY_STRING} (\.\.%2f) [NC,OR]
    RewriteCond %{QUERY_STRING} (mode=.*\.\.) [NC]
    RewriteRule ^wp-admin/admin-ajax\.php$ - [F,L]
</IfModule>

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechWp Travel Engine

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.53%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-98
  • Technical References
  • WordPress Plugin Code Review

  • WordPress Plugin Code Review

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-2437: WP Travel Engine Plugin XSS Vulnerability

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

  • 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