Vulnerability Description
The Ziggeo plugin for WordPress is vulnerable to Missing Authorization in all versions up to, and including, 3.1.1. The wp_ajax_ziggeo_ajax handler only verifies a nonce (check_ajax_referer) but performs no capability checks via current_user_can(). Furthermore, the nonce ('ziggeo_ajax_nonce') is exposed to all logged-in users on every page via the wp_head and admin_head hooks . This makes it possible for authenticated attackers, with Subscriber-level access and above, to invoke multiple administrative operations including: saving arbitrary translation strings (translations_panel_save_strings via update_option('ziggeo_translations')), creating/updating/deleting event templates (event_editor_save_template/update_template/remove_template via update_option('ziggeo_events')), modifying SDK application settings (sdk_applications operations), and managing notifications (notification_handler via update_option('ziggeo_notifications')).
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://plugins.trac.wordpress.org/browser/ziggeo/tags/3.1.1/admin/page_editor_e
- https://plugins.trac.wordpress.org/browser/ziggeo/tags/3.1.1/admin/page_sdk_ajax
- https://plugins.trac.wordpress.org/browser/ziggeo/tags/3.1.1/admin/page_translat
- https://plugins.trac.wordpress.org/browser/ziggeo/tags/3.1.1/core/ajax.php#L31
- https://plugins.trac.wordpress.org/browser/ziggeo/tags/3.1.1/core/header.php#L67
- https://plugins.trac.wordpress.org/browser/ziggeo/trunk/admin/page_editor_events
- https://plugins.trac.wordpress.org/browser/ziggeo/trunk/admin/page_sdk_ajax.php#
- https://plugins.trac.wordpress.org/browser/ziggeo/trunk/admin/page_translations_
- https://plugins.trac.wordpress.org/browser/ziggeo/trunk/core/ajax.php#L31
- https://plugins.trac.wordpress.org/browser/ziggeo/trunk/core/header.php#L67
- https://plugins.trac.wordpress.org/changeset?sfp_email=&sfph_mail=&reponame=&old
- https://www.wordfence.com/threat-intel/vulnerabilities/id/15477c00-0764-4850-8bc
FAQ
What is CVE-2026-4124?
CVE-2026-4124 is a vulnerability with a CVSS score of 5.4 (MEDIUM). The Ziggeo plugin for WordPress is vulnerable to Missing Authorization in all versions up to, and including, 3.1.1. The wp_ajax_ziggeo_ajax handler only verifies a nonce (check_ajax_referer) but perf...
How severe is CVE-2026-4124?
CVE-2026-4124 has been rated MEDIUM with a CVSS base score of 5.4/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-4124?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.