Skip to main content

WordPress CVE-2026-4124

| EUVDEUVD-2026-20842 MEDIUM
Missing Authorization (CWE-862)
2026-04-09 Wordfence GHSA-8w6x-cfx6-w753
5.4
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
5.4 MEDIUM
AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:L

Primary rating from NVD · only source for this CVE.

CVSS VectorNVD

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:L
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
Low
Availability
Low

Lifecycle Timeline

3
EUVD ID Assigned
Apr 09, 2026 - 03:30 euvd
EUVD-2026-20842
Analysis Generated
Apr 09, 2026 - 03:30 vuln.today
CVE Published
Apr 09, 2026 - 02:25 nvd
MEDIUM 5.4

DescriptionCVE.org

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')).

AnalysisAI

Ziggeo plugin for WordPress up to version 3.1.1 allows authenticated attackers with Subscriber-level access or above to perform unauthorized administrative operations including modifying translations, creating or deleting event templates, changing SDK settings, and managing notifications through missing capability checks in AJAX handlers. While nonce validation is present, the absence of current_user_can() checks combined with nonce exposure to all logged-in users enables privilege escalation from basic subscribers to near-administrative functionality. CVSS 5.4 reflects moderate impact with low complexity exploitability.

Technical ContextAI

The vulnerability stems from incomplete authorization validation in WordPress AJAX handlers (CWE-862: Missing Authorization). The wp_ajax_ziggeo_ajax handler and related AJAX endpoints verify request authenticity via check_ajax_referer() against the 'ziggeo_ajax_nonce' nonce, but omit capability checks using current_user_can() to validate whether the authenticated user has permission to perform the requested action. WordPress nonces provide CSRF protection but not privilege enforcement; the nonce is globally exposed via wp_head and admin_head hooks to all logged-in users regardless of role. This design flaw allows any logged-in user (including those with minimal Subscriber role) to craft valid AJAX requests to handlers intended for administrators, such as translations_panel_save_strings, event_editor_save_template, and notification_handler. These handlers directly invoke update_option() with administrator-level option keys (ziggeo_translations, ziggeo_events, ziggeo_notifications) without verifying the caller's capabilities. The affected product is identified by CPE cpe:2.3:a:oliverfriedmann:ziggeo:*:*:*:*:*:*:*:* with all versions up to 3.1.1 vulnerable.

RemediationAI

Update the Ziggeo plugin to the patched version released by Oliver Friedmann following this disclosure. Install the latest available version from the WordPress plugin repository (wordpress.org/plugins/ziggeo/). The fix must include adding current_user_can('manage_options') or appropriate capability checks to all AJAX handlers before executing administrative operations, and restricting nonce exposure to only authenticated users with sufficient privileges. As an interim mitigation before patching, site administrators should: (1) restrict Subscriber account creation to trusted users only; (2) audit existing Subscriber accounts and demote or remove inactive ones; (3) use WordPress user role plugins to limit capabilities granted to Subscriber accounts; (4) monitor update_option() calls in site audit logs for suspicious modifications to ziggeo_translations, ziggeo_events, or ziggeo_notifications. Refer to the Wordfence vulnerability intelligence page (https://www.wordfence.com/threat-intel/vulnerabilities/id/15477c00-0764-4850-8bce-d65b6b1cbe4c) for confirmation of patched version details once available.

CVE-2016-10045 CRITICAL POC
9.8 Dec 30

The isMail transport in PHPMailer before 5.2.20 might allow remote attackers to pass extra parameters to the mail comman

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

CVE-2024-5084 CRITICAL POC
9.8 May 23

The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil

CVE-2024-8353 CRITICAL POC
9.8 Sep 28

The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all

CVE-2020-36847 CRITICAL POC
9.8 Jul 12

The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner

CVE-2025-11749 CRITICAL POC
9.8 Nov 05

The AI Engine WordPress plugin through version 3.1.3 exposes Bearer Token values through the /mcp/v1/ REST API endpoint

CVE-2016-1209 CRITICAL POC
9.8 May 14

The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via

CVE-2024-4443 CRITICAL POC
9.8 May 22

The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based

CVE-2024-1698 CRITICAL POC
9.8 Feb 27

SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a

CVE-2023-6875 CRITICAL POC
9.8 Jan 11

The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i

CVE-2024-1512 CRITICAL POC
9.8 Feb 17

The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base

CVE-2024-3495 CRITICAL POC
9.8 May 22

The Country State City Dropdown CF7 plugin for WordPress is vulnerable to SQL Injection via the ‘cnt’ and 'sid' paramete

Share

CVE-2026-4124 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy