CVE-2026-11616
Last modified
CVE-2026-11616 is a high-severity vulnerability rated 8.8/10 on the CVSS scale. 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). EPSS estimates a 0.27% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-11616?
How severe is CVE-2026-11616?
How do I fix CVE-2026-11616?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-11607Backend users with access to the Form Framework were able to…7.6
- CVE-2026-1161A vulnerability was detected in pbrong hrms 1.0.1. The affec…3.5
- CVE-2026-11610A heap buffer overflow flaw was found in the SASL I/O layer …8.8
- CVE-2026-11611A flaw was found in 389 Directory Server. The Content Synchr…6.5
- CVE-2026-11612Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2026-11614The Xpro Addons — 140+ Widgets for Elementor plugin for Word…6.4
- CVE-2026-11618A vulnerability was determined in DTStack Taier up to 1.4.0.…7.3
- CVE-2026-11619A vulnerability was identified in Dolibarr ERP CRM up to 23.…6.3
- CVE-2026-1162A flaw has been found in UTT HiPER 810 1.7.4-141218. The imp…9.8
- CVE-2026-11620A security flaw has been discovered in TOTOLINK EX200 4.0.3c…5.5
- CVE-2026-11621A weakness has been identified in Dcat-Admin up to 2.2.3-bet…4.7
- CVE-2026-11622A DNSSEC validating resolver that is under a random subdomai…7.5
Are you affected by CVE-2026-11616?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
