Eventin – Event Calendar, Tickets, Registration, Booking & WooCommerce <= 4.1.23 - Authenticated (Subscriber+) Privilege Escalation via map_meta_cap Filter
Strategic Overview
- Status
- Patched in 4.1.24
- Affected Version
<= 4.1.23- CVSS
- 7.5High
- Weakness type
- CWE-269 · Improper Privilege Management
- CVE
CVE-2026-75983
At a glance
CVE-2026-75983 is a high-severity Improper Privilege Management vulnerability in the Eventin WordPress plugin, affecting versions <= 4.1.23. It carries a CVSS score of 7.5 (reachable over the network; high confidentiality, integrity, availability impact). Exploitation requires an authenticated account at Subscriber level or above. The issue is fixed in version 4.1.24; sites on affected versions should update now. Disclosed September 2026, reported by Wordfence PRISM.
Vulnerability Overview
The Eventin – Event Calendar, Tickets, Registration, Booking & WooCommerce plugin for WordPress is vulnerable to Privilege Escalation in all versions up to, and including, 4.1.23. This is due to the `PermissionManager::manage_permissions()` function being registered as a callback on WordPress core's `map_meta_cap` filter and unconditionally returning the always-true `'exist'` primitive for every capability check whenever the evaluated user ID is 1, without scoping this behavior to plugin-specific capabilities. This makes it possible for authenticated attackers whose account is user ID 1, even subscribers, to pass every WordPress capability check, including `manage_options`, `edit_plugins`, `edit_themes`, `promote_users`, and `update_core`, thereby elevating their privileges to administrator-equivalent power and achieving full site takeover, including remote code execution via the plugin and theme editors. Exploitation is only impactful when user ID 1 has been deliberately demoted to a lower-privilege role as a common administrator-account hardening practice; on default installations where user ID 1 retains the administrator role, no incremental privilege gain occurs.
Technical Analysis
The vector marks this flaw as remotely reachable over the network, and no interaction from a victim user. A successful exploit has high impact on confidentiality, integrity, availability — full site compromise territory.
CWE-269: Improper Privilege Management
Eventin <= 4.1.23 carries this weakness at exist, and reaching it takes an account at Subscriber level or above. Improper privilege management means the code lets an account end up with capabilities its role should not have.
It converts a low-privileged account into an administrative one, which makes every other restriction on the site irrelevant. For Eventin the fix is 4.1.24: builds <= 4.1.23 are affected, anything from 4.1.24 onward is not.
Remediation
Update to version 4.1.24, 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: Eventin 4.1.24 closes this, and updating the plugin is the step that ends it.
- Login Security
- Alerts
External References
Related records
Other vulnerabilities in Eventin – Event Calendar, Tickets, Registration, Booking & WooCommerce
- 9.8CVE-2025-47539: Eventin <= 4.0.26 Unauthenticated Privilege Escalation
CVE-2025-47539 - 8.8CVE-2025-4796: Eventin <= 4.0.34 Privilege Escalation
CVE-2025-4796 - 8.8CVE-2025-39584: Eventin <= 4.0.25 Local File Inclusion
CVE-2025-39584 - 8.8CVE-2025-1770: Event Manager LFI
CVE-2025-1770 - 8.8CVE-2025-26964: Eventin <= 4.0.20 Local File Inclusion
CVE-2025-26964 - 8.8CVE-2024-56213: Eventin <= 4.0.7 Local File Inclusion
CVE-2024-56213 - 8.8CVE-2024-7149: Event Manager LFI
CVE-2024-7149 - 7.5CVE-2026-15667: Eventin <= 4.1.22 Local File Inclusion
CVE-2026-15667
Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C