WP Travel <= 7.7.0 - Missing Authorization via Multiple AJAX Actions
Strategic Overview
- Status
- Patched in 7.8.1
- Affected Version
<= 7.7.0- CVSS
- 7.5High
- Weakness type
- CWE-862 · Missing Authorization
- CVE
CVE-2023-47224
At a glance
CVE-2023-47224 is a high-severity Missing Authorization vulnerability in the WP Travel WordPress plugin, affecting versions <= 7.7.0. It carries a CVSS score of 7.5 (reachable over the network; low attack complexity; high integrity impact). Exploitation requires no authentication. The issue is fixed in version 7.8.1; sites on affected versions should update now. Disclosed November 2023, reported by Kévin Mosbahi (Mika).
Vulnerability Overview
The WP Travel plugin for WordPress is vulnerable to unauthorized modification of data due to a missing capability check on multiple nopriv_ AJAX actions in versions up to, and including, 7.5.0. This makes it possible for unauthenticated attackers to perform unauthorized actions, such as updating plugin settings.
Technical Analysis
The vector marks this flaw as remotely reachable over the network, with low attack complexity — no special timing or configuration is needed, and no privileges on the target site, and no interaction from a victim user. A successful exploit has high impact on integrity.
CWE-862: Missing Authorization
Reaching this weakness in WP Travel <= 7.7.0 takes a caller who can reach the endpoint. A missing authorization check means a function is reachable by anyone who can reach the endpoint, because the code never asks whether the caller is allowed to perform the action.
Any user who can reach the endpoint gets to run an action reserved for higher-privileged roles, from reading protected data to changing settings or content. For WP Travel the fix is 7.8.1: builds <= 7.7.0 are affected, anything from 7.8.1 onward is not.
Remediation
Update to version 7.8.1, or a newer patched version
How does WordSec protect against this?
Because it turns on account access, WordSec's login security is the relevant layer: role-based two-factor, captcha and brute-force limits raise the cost of getting the account this needs. None of that substitutes for the fix: WP Travel 7.8.1 closes this, and updating the plugin is the step that ends it.
- Login Security
- Alerts
External References
Related records
Same weakness class
Other vulnerabilities in WP Travel – Ultimate Travel Booking System, Tour Management Engine
- 6.5CVE-2026-45218: WP Travel SQL Injection
CVE-2026-45218 - 6.5CVE-2025-22691: WP Travel <= 10.1.3 SQL Injection
CVE-2025-22691 - 6.5CVE-2024-12067: WP Travel SQL Injection
CVE-2024-12067 - 5.3CVE-2026-13146: Travel <= 12.0.1 Insecure Direct Object Reference
CVE-2026-13146 - 5.3CVE-2026-11868: Travel <= 11.7.0 Missing Authorization
CVE-2026-11868 - 5.3CVE-2026-24568: Travel <= 11.1.0 Missing Authorization
CVE-2026-24568 - 4.4CVE-2024-44039: WP Travel <= 9.3.1 Stored Cross-Site Scripting
CVE-2024-44039 - 4.3CVE-2026-13145: WP Travel IDOR
CVE-2026-13145
Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C