CVE 8.8 HIGH

Events Calendar for GeoDirectory <= 2.3.28 - Authenticated (Subscriber+) Privilege Escalation_CVE-2026-11616

8.8 / 10
HIGH
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Description

The Events Calendar for GeoDirectory plugin for WordPress is vulnerable to Privilege Escalation in versions up to and including 2.3.28. This is due to the ajax_ayi_action() handler only applying strip_tags(esc_sql()) — with no allow-list — to the attacker-controlled $_POST['type'] and $_POST['postid'] values before forwarding them to update_ayi_data(), which calls update_user_meta($current_user->ID, $rsvp_args['type'], $posts). By passing type=wp_capabilities and postid=administrator, an attacker writes ['subscriber'=>true,'administrator'=>'administrator'] into their own wp_capabilities user meta; WP_User::get_role_caps() then treats the 'administrator' array key as an active role on the next request. This makes it possible for authenticated attackers, with Subscriber-level access and above, to elevate their privileges to Administrator.

AI Analysis

Privilege Escalation vulnerability in Events Calendar for GeoDirectory plugin for WordPress due to insufficient input validation

Basic Information

ID CVE-2026-11616
Source Wordfence
Published Jun 9, 2026 at 07:49

Affected Product

Vendor stiofansisland
Product Events Calendar for GeoDirectory
Version 2.3.28
Affected Versions stiofansisland Events Calendar for GeoDirectory 0

CWE Classification

AI Assessment

AI Score 8.8 / 10
AI Severity High
Vendor stiofansisland
Product Events Calendar for GeoDirectory
Version 2.3.28

References

💭 Join the Security Discussion

🔒 Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.