Vulnerability Description
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.
CVSS Score
CRITICAL
Related Weaknesses (CWE)
References
- https://wptravel.io/wp-travel-pro/
- https://www.wordfence.com/threat-intel/vulnerabilities/id/885dd550-4c80-4e36-8da
FAQ
What is CVE-2026-4290?
CVE-2026-4290 is a vulnerability with a CVSS score of 9.1 (CRITICAL). 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. Thi...
How severe is CVE-2026-4290?
CVE-2026-4290 has been rated CRITICAL with a CVSS base score of 9.1/10. This is considered a critical vulnerability requiring immediate attention.
Is there a patch for CVE-2026-4290?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.