Event Booking Manager lets contributors alter site-wide payment settings
Event Booking Manager for WooCommerce through 5.3.7 registers the authenticated AJAX action mep_save_payment_settings_modal without nonce verification. The ajax_save_payment_settings_modal() handler authorizes anyone with either manage_options or edit_posts, so a Contributor satisfies the check. It reads attacker-controlled POST values including mep_enable_wc_payment, mep_wc_add_to_cart_redirect, mep_wc_after_order_redirect, mep_wc_require_login, mep_confirmation_page_id, and mep_wc_confirm_ticket_status, then writes them to the site-wide payment_setting_sec option. A Contributor can therefore change payment enablement, checkout redirects, login requirements, confirmation-page selection, and which order statuses confirm tickets for every event booking. Version 5.3.8 verifies the mep_save_payment_settings nonce and requires manage_options.
- Component
- Event Booking Manager for WooCommerce – Sell Tickets, Event Registration, RSVP & Event Calendar
- Plugin slug
mage-eventpress- Affected
- <= 5.3.7
- Safe version
5.3.8- Published
- Jul 29, 2026
- Weakness
- CWE-862 — Missing Authorization
This CVE was published Jul 29, 2026 and is one of 22 known issues for this plugin.
Update, patch or deactivate.
Update Event Booking Manager for WooCommerce to 5.3.8 or later. Review the payment_setting_sec option and event checkout behavior, then investigate authenticated admin-ajax.php requests with action=mep_save_payment_settings_modal from non-administrator accounts.
A safe version is available, so updating to that version or later is the preferred remediation. If an immediate update is not practical, consider a targeted application patch or temporarily restricting the affected functionality.
Deactivate only when warranted by your risk profile, or when advised by your hosting provider in the limited circumstances where the vulnerability cannot otherwise be mitigated. If you’re unsure which action is appropriate, contact Fused or your hosting provider for guidance.
Technical description
The Event Booking Manager for WooCommerce – Sell Tickets, Event Registration, RSVP & Event Calendar plugin for WordPress is vulnerable to authorization bypass in all versions up to, and including, 5.3.7. This is due to the plugin not properly verifying that a user is authorized to perform an action. This makes it possible for authenticated attackers, with contributor-level access and above, to modify site-wide payment settings — including WooCommerce payment enablement, cart redirect behavior, login requirements for checkout, confirmation page ID, and confirmed ticket statuses — that govern how all event bookings are processed.
CVE / CNA vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N
Primary and upstream sources
- NVD record for CVE-2026-17166
- WordPress upstream reference plugins.trac.wordpress.org
- WordPress upstream reference plugins.trac.wordpress.org
- WordPress upstream reference plugins.trac.wordpress.org
- WordPress upstream reference plugins.trac.wordpress.org
- WordPress upstream reference plugins.trac.wordpress.org
- WordPress upstream reference plugins.trac.wordpress.org
- WordPress upstream reference plugins.trac.wordpress.org
- Wordfence advisory wordfence.com