Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L
Description states 'unauthenticated', so PR:N is assessed; C/I/A:L reflects partial impact on plugin-scoped data without scope change.
Primary rating from Vendor (Patchstack).
CVSS VectorVendor: Patchstack
Lifecycle Timeline
1DescriptionCVE.org
Unauthenticated Broken Access Control in Anti Spam and list cleaner – AcyChecker <= 2.0.0 versions.
AnalysisAI
Broken Access Control in the Anti Spam and list cleaner - AcyChecker WordPress plugin (versions <= 2.0.0) allows attackers to access or invoke restricted plugin functionality without proper authorization. Reported by Patchstack and tracked as EUVD-2026-57901, the flaw stems from missing authorization checks (CWE-862) on one or more plugin endpoints or AJAX handlers. Depending on the exposed functionality - which can include email list management, spam rule configuration, or subscriber data operations - an attacker could read, modify, or degrade plugin-controlled data. No public exploit has been identified at time of analysis.
Technical ContextAI
AcyChecker is a WordPress plugin developed by the AcyMailing Newsletter Team, designed for anti-spam filtering and mailing list hygiene (CPE: cpe:2.3:a:acymailing_newsletter_team:anti_spam_and_list_cleaner_–_acychecker:*:*:*:*:*:*:*:*). The root cause is CWE-862 (Missing Authorization): one or more plugin-registered REST API routes, AJAX actions, or admin-side endpoints fail to verify that the requesting user holds the required capability before executing privileged operations. In WordPress, this commonly occurs when a plugin registers wp_ajax_ or wp_ajax_nopriv_ hooks without a corresponding current_user_can() capability check, or when nonce verification is bypassed. The result is that functionality intended to be restricted to administrators or privileged roles is accessible to lower-privileged or, per the description, unauthenticated users. The CVSS vector assigns PR:L (low privileges), which is in tension with the vendor description of 'unauthenticated' - this discrepancy is noted under confidence.
RemediationAI
Upstream fix availability is not independently confirmed from the provided references - no patched release version is cited by Patchstack or the EUVD entry. WordPress site administrators should check the WordPress.org plugin repository or the AcyMailing vendor site for a version newer than 2.0.0 and upgrade immediately if available. If no patched version is available, the recommended compensating control is to deactivate and remove the AcyChecker plugin until a fix is released, accepting the trade-off of losing anti-spam list-cleaning functionality. Alternatively, restrict access to the WordPress admin area and AJAX endpoints (wp-admin/admin-ajax.php) to trusted IP ranges via web server or WAF rules - note this does not eliminate the vulnerability but significantly reduces the attack surface for unauthenticated vectors. Monitor the Patchstack advisory at https://patchstack.com/database/wordpress/plugin/acychecker/vulnerability/wordpress-anti-spam-and-list-cleaner-acychecker-plugin-2-0-0-broken-access-control-vulnerability for patch status updates.
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-57901
GHSA-mc42-vpmr-826j