Skip to main content

WordPress CVE-2026-3614

| EUVDEUVD-2026-23188 HIGH
Missing Authorization (CWE-862)
2026-04-16 Wordfence
8.8
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
8.8 HIGH
AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

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:H/I:H/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Lifecycle Timeline

5
Re-analysis Queued
Apr 16, 2026 - 06:37 vuln.today
cvss_changed
Analysis Generated
Apr 16, 2026 - 06:01 vuln.today
EUVD ID Assigned
Apr 16, 2026 - 05:45 euvd
EUVD-2026-23188
Analysis Generated
Apr 16, 2026 - 05:45 vuln.today
CVE Published
Apr 16, 2026 - 05:29 nvd
HIGH 8.8

DescriptionCVE.org

The AcyMailing plugin for WordPress is vulnerable to privilege escalation in all versions From 9.11.0 up to, and including, 10.8.1 due to a missing capability check on the wp_ajax_acymailing_router AJAX handler. This makes it possible for authenticated attackers, with Subscriber-level access and above, to access admin-only controllers (including configuration management), enable the autologin feature, create a malicious newsletter subscriber with an injected cms_id pointing to any WordPress user, and then use the autologin URL to authenticate as that user, including administrators.

AnalysisAI

Privilege escalation in AcyMailing WordPress plugin (versions 9.11.0-10.8.1) allows authenticated Subscriber-level users to gain administrator access through a multi-stage attack chain. Attackers exploit a missing capability check in the wp_ajax_acymailing_router AJAX handler to access admin-only configuration controllers, enable autologin features, inject malicious cms_id values into newsletter subscribers, and authenticate as any WordPress user including administrators. EPSS data not available; no confirmed active exploitation (CISA KEV absent), but the low attack complexity (AC:L) and detailed public code references increase exploitation risk for installations with subscriber registration enabled.

Technical ContextAI

The vulnerability stems from CWE-862 (Missing Authorization) in the AcyMailing plugin's AJAX router implementation. The wp_ajax_acymailing_router handler in WpInit/Router.php (lines 11, 122, 230 across versions 10.7.1-10.8.1) fails to validate user capabilities before routing requests to backend controllers. WordPress AJAX handlers registered with wp_ajax_ hooks execute for authenticated users, but the plugin does not verify whether the authenticated user has administrative privileges before allowing access to sensitive operations in back/Core/AcymController.php. The autologin feature-intended for newsletter click tracking-generates authentication tokens tied to WordPress users via cms_id fields. By combining unauthorized configuration access with the ability to manipulate subscriber data and cms_id injection, attackers can generate valid autologin URLs that bypass normal WordPress authentication entirely. This represents a classic confused deputy problem where the plugin's privileged code trusts attacker-controllable input without proper authorization boundaries.

RemediationAI

Immediately upgrade AcyMailing plugin to version 10.8.2 or later, which addresses the missing capability check vulnerability (verify fix availability with AcyBA vendor advisory at https://www.wordfence.com/threat-intel/vulnerabilities/id/a895e2cf-9eba-4c46-b19f-d008e1058f64?source=cve). If immediate patching is not possible, implement these compensating controls: (1) Disable new subscriber registrations by removing self-registration capabilities and setting WordPress to disallow new user registrations (Settings → General → Membership); this prevents attackers from obtaining the required PR:L authenticated access, though existing Subscriber accounts remain a threat vector. (2) Implement Web Application Firewall (WAF) rules blocking POST requests to /wp-admin/admin-ajax.php with action=acymailing_router from non-administrator sessions; note this may break legitimate newsletter functionality for lower-privileged users. (3) Audit existing subscriber accounts for anomalous cms_id values using database queries (SELECT * FROM wp_acym_user WHERE cms_id IS NOT NULL) and verify autologin feature status in AcyMailing configuration-disable if not operationally required. (4) Monitor WordPress authentication logs for unexpected administrative logins using autologin URLs (look for acymailing_front_user parameter in access logs). These workarounds reduce attack surface but do not eliminate the vulnerability; patching remains the only complete remediation.

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-3614 vulnerability details – vuln.today

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