Description
Subscriber Arbitrary File Upload in Travel Booking <= 2.2.5 versions.
Published: 2026-06-26
Score: 9.9 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

An attacker who can act as a site subscriber can submit arbitrary files through the WordPress Travel Booking Theme’s upload functionality. Because the theme’s upload validation is insufficient, any file type, including executable scripts, can be stored on the web server. The CVE wording does not confirm that these files will be automatically executed, but the presence of a writable upload path that accepts executable code is a well‑known vector for remote code execution. If a script is executed, the attacker could compromise the confidentiality, integrity, and availability of the entire WordPress site.

Affected Systems

The vulnerability is present in the WordPress Travel Booking Theme distributed by PhysCode, affecting version 2.2.5 and all earlier releases. Any WordPress site using these theme versions could be impacted if the upload feature is exposed to subscriber accounts.

Risk and Exploitability

The CVSS score of 9.9 indicates critical severity, and the vulnerability is listed in KEV as not exploited. The EPSS score is not available, so the current exploitation probability is unknown. Based on the description, it is inferred that the attack vector involves a web‑based file upload form accessible to subscribers. If execution occurs, the flaw could lead to remote code execution, placing the affected site at substantial risk.

Generated by OpenCVE AI on June 26, 2026 at 18:37 UTC.

Remediation

Vendor Solution

Update the WordPress Travel Booking Theme to the latest available version (at least 2.2.6).


OpenCVE Recommended Actions

  • Update the WordPress Travel Booking Theme to version 2.2.6 or newer. The patch removes the unrestricted file upload functionality.
  • Disable or limit the upload function so that subscribers cannot upload files; allow only administrative users to perform uploads.
  • Enforce strict file type validation by checking MIME types and allowing only whitelisted image extensions when uploads are permitted.
  • Store all uploaded files in a directory that disallows script execution and add .htaccess or equivalent rules to block execution of any uploaded code.

Generated by OpenCVE AI on June 26, 2026 at 18:37 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 26 Jun 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Fri, 26 Jun 2026 15:15:00 +0000

Type Values Removed Values Added
Description Subscriber Arbitrary File Upload in Travel Booking <= 2.2.5 versions.
Title WordPress Travel Booking theme <= 2.2.5 - Arbitrary File Upload vulnerability
Weaknesses CWE-434
References
Metrics cvssV3_1

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


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: Patchstack

Published:

Updated: 2026-06-26T15:33:48.737Z

Reserved: 2026-06-18T14:38:04.421Z

Link: CVE-2026-56059

cve-icon Vulnrichment

Updated: 2026-06-26T15:33:44.655Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-26T18:45:03Z

Weaknesses
  • CWE-434

    Unrestricted Upload of File with Dangerous Type