Skip to main content

WP Travel Pro CVE-2026-4290

| EUVDEUVD-2026-33327 CRITICAL
Missing Authorization (CWE-862)
2026-05-29 Wordfence GHSA-3r5v-r3c5-jj73
9.1
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
9.1 CRITICAL
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H

Primary rating from NVD · only source for this CVE.

CVSS VectorNVD

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
High
Availability
High

Lifecycle Timeline

2
Analysis Generated
May 29, 2026 - 15:15 vuln.today
CVE Published
May 29, 2026 - 14:29 nvd
CRITICAL 9.1

DescriptionCVE.org

The WP Travel Pro plugin for WordPress is vulnerable to arbitrary user deletion via the /wp-json/wp-travel/v1/travel-guide/{user_id} REST API endpoint in all versions up to, and including, 10.6.0. This is due to the check_permission() callback unconditionally returning true and the Database::delete() method passing the user ID directly to wp_delete_user() without any role validation. This makes it possible for unauthenticated attackers to delete arbitrary user accounts, including those of administrators.

AnalysisAI

Unauthenticated arbitrary user deletion in the WP Travel Pro WordPress plugin (versions through 10.6.0) allows remote attackers to delete any WordPress account, including administrators, via an exposed REST API endpoint. The flaw stems from a broken permission callback combined with missing role validation, producing a CVSS 9.1 integrity/availability impact. No public exploit identified at time of analysis, but the trivial nature of the bug and Wordfence's disclosure make weaponization straightforward for any actor reading the advisory.

Technical ContextAI

WP Travel Pro is a commercial travel-booking plugin from WP Travel (wptravel.io) for WordPress, deployed by tour operators and travel agencies. The vulnerability is rooted in CWE-862 (Missing Authorization): the plugin registers a REST route at /wp-json/wp-travel/v1/travel-guide/{user_id} whose check_permission() callback unconditionally returns true, effectively disabling WordPress's permission_callback security model that is supposed to gate REST endpoints. Compounding this, the internal Database::delete() helper passes the supplied user_id straight to WordPress core's wp_delete_user() function without verifying the caller's capability (e.g., delete_users) or the target's role, so any user ID - including ID 1 (typically the site administrator) - can be removed. The affected CPE is cpe:2.3:a:wptravel:wp_travel_pro:*:*:*:*:*:*:*:* covering all versions up to and including 10.6.0.

RemediationAI

No vendor-released patch identified at time of analysis from the supplied references; site owners should monitor https://wptravel.io/wp-travel-pro/ and the Wordfence advisory at https://www.wordfence.com/threat-intel/vulnerabilities/id/885dd550-4c80-4e36-8dae-cb47c1500ea5?source=cve for a fixed release above 10.6.0 and upgrade as soon as one is published. In the interim, block or restrict access to the /wp-json/wp-travel/v1/travel-guide/ route at the web server, WAF, or via a must-use plugin that filters rest_pre_dispatch - this prevents the deletion path but will also break any legitimate travel-guide management workflow that depends on that endpoint. If the travel-guide feature is not in active use, deactivating WP Travel Pro entirely is the safest mitigation; sites that must keep it active should additionally take a fresh database backup and enumerate existing administrator accounts so any deletion can be quickly detected and the account restored.

CVE-2016-10045 CRITICAL POC
9.8 Dec 30

The isMail transport in PHPMailer before 5.2.20 might allow remote attackers to pass extra parameters to the mail comman

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

CVE-2024-5084 CRITICAL POC
9.8 May 23

The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil

CVE-2024-8353 CRITICAL POC
9.8 Sep 28

The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all

CVE-2020-36847 CRITICAL POC
9.8 Jul 12

The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner

CVE-2025-11749 CRITICAL POC
9.8 Nov 05

The AI Engine WordPress plugin through version 3.1.3 exposes Bearer Token values through the /mcp/v1/ REST API endpoint

CVE-2016-1209 CRITICAL POC
9.8 May 14

The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via

CVE-2024-4443 CRITICAL POC
9.8 May 22

The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based

CVE-2024-1698 CRITICAL POC
9.8 Feb 27

SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a

CVE-2023-6875 CRITICAL POC
9.8 Jan 11

The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i

CVE-2024-1512 CRITICAL POC
9.8 Feb 17

The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base

CVE-2024-3495 CRITICAL POC
9.8 May 22

The Country State City Dropdown CF7 plugin for WordPress is vulnerable to SQL Injection via the ‘cnt’ and 'sid' paramete

Share

CVE-2026-4290 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy