Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:H
Network-reachable handler with low complexity and no UI, but missing-authorization abuse requires an authenticated low-privilege account (PR:L); impact is service disruption (A:H) plus limited data change (I:L), no confidentiality (C:N).
Primary rating from Vendor (Patchstack).
CVSS VectorVendor: Patchstack
Lifecycle Timeline
2DescriptionCVE.org
Missing Authorization vulnerability in AcyMailing Newsletter Team AcyMailing SMTP Newsletter acymailing allows Exploiting Incorrectly Configured Access Control Security Levels.This issue affects AcyMailing SMTP Newsletter: from n/a through <= 10.11.1.
AnalysisAI
Broken access control in the AcyMailing SMTP Newsletter plugin for WordPress (versions up to and including 10.11.1) lets an authenticated low-privileged user reach functionality that should be restricted, impacting integrity and, most notably, availability of the plugin's newsletter/mailing operations. The flaw is a missing authorization check (CWE-862) reported by Patchstack; there is no public exploit identified at time of analysis and it is not listed in CISA KEV. Note an inconsistency in the source data: the CVE description states affected 'through <= 10.11.1' while the linked Patchstack advisory slug references 10.10.2 - the exact patched version is not confirmed from the input.
Technical ContextAI
AcyMailing SMTP Newsletter is an email/newsletter delivery plugin for WordPress used to compose and send mailings via SMTP. The single affected CPE is cpe:2.3:a:acymailing_newsletter_team:acymailing_smtp_newsletter:*. The root cause is CWE-862 (Missing Authorization): one or more plugin actions-typically exposed through WordPress admin-ajax.php or REST/nonce-gated handlers-fail to verify that the requesting user holds the required capability. In WordPress plugins this class of bug most often stems from a handler that authenticates the session but omits a current_user_can() capability check, so any logged-in account, including low-privilege roles such as Subscriber or Contributor, can invoke privileged operations. The CVSS vector (I:L, A:H) indicates the reachable functionality allows some data modification and, more significantly, disruption of the mailing service rather than data theft (C:N).
RemediationAI
Upgrade the AcyMailing SMTP Newsletter plugin to the vendor's fixed release beyond 10.11.1 as soon as it is confirmed available; no exact fix version is independently verified from the provided data, so consult the Patchstack advisory (https://patchstack.com/database/Wordpress/Plugin/acymailing/vulnerability/wordpress-acymailing-smtp-newsletter-plugin-10-10-2-broken-access-control-vulnerability) and the vendor changelog for the precise patched build before deploying. Because exploitation requires an authenticated low-privileged account, an effective interim compensating control is to disable open user self-registration (Settings > General > 'Anyone can register') or set the default new-user role to the lowest capability, which shrinks the pool of accounts that can reach the vulnerable handler at the cost of blocking legitimate self-service signups. Additionally, restrict or monitor access to admin-ajax.php and the plugin's REST endpoints via a WAF rule and audit existing low-privilege accounts for unexpected mailing activity; a virtual patch through Patchstack or a WAF is a reasonable stopgap where immediate upgrade is not possible, with the trade-off of added request filtering overhead.
More in Wordpress Plugin
View allThe Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil
Authentication bypass in the LiteSpeed Cache WordPress plugin (versions prior to 6.5.0.1) allows unauthenticated remote
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The SureTriggers WordPress plugin through version 1.0.82 contains a privilege escalation vulnerability that allows unaut
The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via
The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based
SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a
The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i
The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base
The Email Subscribers by Icegram Express plugin for WordPress is vulnerable to SQL Injection via the ‘hash’ parameter in
Remote code execution in the WP Query Console WordPress plugin (versions up to and including 1.0) by Ajit Bohra allows u
Same weakness CWE-862 – Missing Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-43382