Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
Unauthenticated network endpoint with no interaction (AV:N/AC:L/PR:N/UI:N); missing authorization enables unauthorized state changes, so I:H while C and A are unaffected.
Primary rating from Vendor (Patchstack).
CVSS VectorVendor: Patchstack
Lifecycle Timeline
1DescriptionCVE.org
Unauthenticated Broken Access Control in CheckView Automated Testing <= 2.1.0 versions.
AnalysisAI
Missing authorization in the CheckView Automated Testing WordPress plugin (versions 2.1.0 and earlier) lets remote unauthenticated attackers reach functionality that should be access-controlled, enabling unauthorized modification of site data or test/automation state. The CVSS 3.1 vector (7.5, AV:N/AC:L/PR:N/UI:N) reflects a network-reachable, no-interaction flaw with high integrity impact but no confidentiality or availability loss. No public exploit identified at time of analysis, and the issue is not listed in CISA KEV.
Technical ContextAI
CheckView is a WordPress plugin providing automated functional/site testing capabilities, deployed on PHP-based WordPress installations. The CPE cpe:2.3:a:checkview:checkview_automated_testing covers all versions up to and including 2.1.0. The root cause is CWE-862 (Missing Authorization): one or more plugin endpoints (typically WordPress AJAX actions or REST routes) execute privileged actions without verifying the caller's capability/role or a valid nonce. Because WordPress plugins frequently register wp_ajax_nopriv_ handlers or unauthenticated REST callbacks, a handler that omits a current_user_can() / capability check exposes its action to any anonymous visitor.
RemediationAI
No specific vendor-released patch version was provided in the input, so the actionable step is to upgrade to the latest CheckView release published after 2.1.0 once confirmed via the Patchstack advisory (https://patchstack.com/database/wordpress/plugin/checkview/vulnerability/wordpress-checkview-automated-testing-plugin-2-1-0-broken-access-control-vulnerability) or the WordPress plugin repository - do not rely on an assumed version number. Until a fixed build is verified, compensating controls include deactivating the CheckView plugin if automated testing is not actively in use (side effect: loss of test/monitoring functionality), and restricting access to the plugin's endpoints at the web/WAF layer - for example blocking unauthenticated requests to its admin-ajax actions or REST routes by IP allowlisting the testing service's origin (side effect: legitimate test runs from non-allowlisted sources will fail). A virtual patch / WAF rule from Patchstack, if subscribed, can block the specific request pattern without removing functionality.
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-39371
GHSA-mrp6-98pf-fr62