CVE-2026-4290 PUBLISHED

WP Travel Pro <= 10.6.0 - Missing Authorization to Unauthenticated Arbitrary User Deletion Including Administrators

Assigner: Wordfence
Reserved: 16.03.2026 Published: 29.05.2026 Updated: 29.05.2026

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.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H
CVSS Score: 9.1

Product Status

Vendor WPTravel
Product WP Travel Pro
Versions Default: unaffected
  • affected from 0 to 10.6.0 (incl.)

Credits

  • Ren Voza finder

References

Problem Types

  • CWE-862 Missing Authorization CWE