Description
The WP Travel Engine – Tour Booking Plugin – Tour Operator Software plugin for WordPress is vulnerable to arbitrary file deletion (via renaming) due to insufficient file path validation in the set_user_profile_image function in all versions up to, and including, 6.6.7. This makes it possible for unauthenticated attackers to delete arbitrary files on the server, which can easily lead to remote code execution when the right file is deleted (such as wp-config.php).
Published: 2025-10-09
Score: 9.8 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The WP Travel Engine – Tour Booking Plugin for WordPress contains a flaw in the set_user_profile_image routine that fails to properly validate the requested file path. This oversight allows an attacker to rename a target file to itself, effectively deleting it. By removing critical files such as wp-config.php an attacker can gain a foothold that results in remote code execution. The weakness is classified as CWE‑22, a path traversal vulnerability that compromises file system integrity.

Affected Systems

Any WordPress installation that has the WP Travel Engine plugin version 6.6.7 or earlier is affected. It is inferred that sites using the plugin for tour booking are exposed if the set_user_profile_image endpoint is reachable by users who should not have that capability.

Risk and Exploitability

The CVSS score of 9.8 places the flaw in the critical severity range. The EPSS score of less than 1 % indicates a low probability of large‑scale exploitation at the present time, and the vulnerability is not listed in the CISA KEV catalog. It is inferred that the attack can be performed via an unauthenticated HTTP request to the plugin’s set_user_profile_image handler. If the attacker supplies a filename that includes directory traversal sequences or an absolute path, the web process can delete any file it can write, enabling remote code execution if a crucial file is removed. While the exploit path is narrow, the potential impact is severe, making the risk high for each affected host but moderate overall due to the low likelihood of exploitation.

Generated by OpenCVE AI on June 18, 2026 at 11:28 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the WP Travel Engine plugin to the latest release that includes the missing path validation.
  • If an immediate update cannot be applied, limit the set_user_profile_image endpoint to administrator users only, or disable the profile image feature for subscriber and lower roles.
  • Implement a web application firewall rule that blocks requests where the filename parameter contains directory traversal markers or absolute paths, mitigating the path traversal flaw.
  • Restrict file permissions on core WordPress files and critical configuration directories so that the PHP process cannot delete these files.
  • Monitor server logs for anomalous file rename or deletion attempts and alert administrators when such activity is detected.

Generated by OpenCVE AI on June 18, 2026 at 11:28 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 09 Oct 2025 16:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Thu, 09 Oct 2025 13:00:00 +0000

Type Values Removed Values Added
First Time appeared Wordpress
Wordpress wordpress
Wptravelengine
Wptravelengine wp Travel Engine
Vendors & Products Wordpress
Wordpress wordpress
Wptravelengine
Wptravelengine wp Travel Engine

Thu, 09 Oct 2025 05:45:00 +0000

Type Values Removed Values Added
Description The WP Travel Engine – Tour Booking Plugin – Tour Operator Software plugin for WordPress is vulnerable to arbitrary file deletion (via renaming) due to insufficient file path validation in the set_user_profile_image function in all versions up to, and including, 6.6.7. This makes it possible for unauthenticated attackers to delete arbitrary files on the server, which can easily lead to remote code execution when the right file is deleted (such as wp-config.php).
Title WP Travel Engine – Tour Booking Plugin – Tour Operator Software <= 6.6.7 - Authenticated (Subscriber+) Arbitrary File Deletion via File Renaming
Weaknesses CWE-22
References
Metrics cvssV3_1

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


Subscriptions

Wordpress Wordpress
Wptravelengine Wp Travel Engine
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-04-08T17:21:23.789Z

Reserved: 2025-07-12T08:37:47.770Z

Link: CVE-2025-7526

cve-icon Vulnrichment

Updated: 2025-10-09T16:03:05.304Z

cve-icon NVD

Status : Deferred

Published: 2025-10-09T06:15:35.887

Modified: 2026-06-17T10:05:08.803

Link: CVE-2025-7526

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-18T11:30:04Z

Weaknesses
  • CWE-22

    Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')