---
id: CVE-2026-75983
title: >-
  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
summary: >-
  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…
severity: high
cvss: 7.5
cvssVector: 'CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H'
cwe:
  - CWE-269
vendor: arraytics
product: 'Eventin – Event Calendar, Tickets, Registration, Booking & WooCommerce'
affected:
  - eventin_event_calendar_tickets_registration_booking_woocommerce <= 4.1.23
published: '2026-09-15'
updated: '2026-09-15'
sourceUpdated: '2026-09-15T15:17:21.443'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-75983'
references:
  - url: >-
      https://plugins.trac.wordpress.org/browser/wp-event-solution/tags/4.1.21/core/AccessControl/PermissionManager.php#L24
    label: security@wordfence.com
  - url: >-
      https://plugins.trac.wordpress.org/browser/wp-event-solution/tags/4.1.21/core/AccessControl/PermissionManager.php#L52
    label: security@wordfence.com
  - url: >-
      https://plugins.trac.wordpress.org/browser/wp-event-solution/tags/4.1.21/core/Admin/AdminProvider.php#L32
    label: security@wordfence.com
  - url: >-
      https://plugins.trac.wordpress.org/changeset?reponame=&old=3689867%40wp-event-solution&new=3689867%40wp-event-solution
    label: security@wordfence.com
  - url: >-
      https://www.wordfence.com/threat-intel/vulnerabilities/id/ff48db43-9cfa-4dab-b25e-bbc211121f6c?source=cve
    label: security@wordfence.com
tags:
  - nvd
  - cve.org
epss: 0.00411
epssPercentile: 0.35122
ssvc:
  exploitation: none
  automatable: 'no'
  technicalImpact: total
  timestamp: '2026-09-15T14:10:15.564368Z'
ingestedAt: '2026-09-15T07:33:29.275Z'
---

## 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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
