SEPTEMBER 20, 2026
Live Feed
Back to database
Case File

CVE-2026-10033

HIGH · CVSS 7.3 EPSS 0.20%

Source: NVD + CISA KEV + EPSS · Published 2026-07-24 · Last synced 2026-08-23

CyberRota Analysis

AI-Generated

The EventON Action User plugin for WordPress is vulnerable to an authorization bypass, allowing unauthenticated attackers to escalate privileges for non-administrator roles and users. This vulnerability enables attackers to grant management capabilities, enumerate user information, and manipulate event assignments, posing a significant risk to site integrity. WordPress site administrators using this plugin should prioritize immediate updates to version 2.5.15 or later to mitigate potential exploitation.

CVE
CVE-2026-10033
Severity
HIGH
CVSS
7.3
EPSS
0.20%
WordPress

Original NVD Description

The EventON Action User plugin for WordPress is vulnerable to authorization bypass in all versions up to, and including, 2.5.14. This is due to the plugin not properly verifying that a user is authorized to perform an action. This makes it possible for unauthenticated attackers to grant EventON management capabilities and the upload_files capability to any non-administrator WordPress role or user, escalating their privileges within the site. The administrator role is protected by an early-return guard in update_role_caps(), so only non-administrator roles and individual users can be targeted; however, the same unauthenticated exposure also allows attackers to enumerate all WordPress users with their IDs and display names, disclose role and user capability state along with nonce values, and tamper with event-to-user term assignments.