Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
Network-accessible WordPress endpoint requires no authentication (PR:N per CWE-862 broken access control); partial CIA impact limited to plugin-scoped data with no scope change.
Primary rating from Vendor (Patchstack).
CVSS VectorVendor: Patchstack
Lifecycle Timeline
2DescriptionCVE.org
Unauthenticated Broken Access Control in Staff Training <= 1.0.7 versions.
AnalysisAI
Broken access control in the Staff Training WordPress plugin (versions ≤ 1.0.7, by Solutioned) exposes protected plugin functionality to unauthenticated remote attackers, enabling unauthorized read, write, and limited availability impacts against affected WordPress installations. The root cause is CWE-862 (Missing Authorization) - one or more plugin-registered endpoints fail to verify caller capabilities before executing privileged operations. No public exploit code or active exploitation has been confirmed at time of analysis, but the CVSS vector (AV:N/AC:L/PR:N/UI:N) indicates extremely low exploitation complexity against any reachable WordPress site running the affected plugin.
Technical ContextAI
The Staff Training plugin (CPE: cpe:2.3:a:solutioned:staff_training:*:*:*:*:*:*:*:*) by Solutioned is a WordPress plugin designed to manage employee training content. CWE-862 (Missing Authorization) indicates that one or more plugin-registered endpoints - likely WordPress admin-ajax.php handlers or REST API routes - fail to invoke current_user_can() or equivalent capability checks before executing privileged operations. WordPress's access control model requires plugins to explicitly gate functionality behind capability checks; when absent, any caller including unauthenticated visitors can invoke the endpoint. This maps to OWASP A01:2021 (Broken Access Control). The CVSS vector's PR:N and UI:N confirm no credential or social-engineering requirement, and S:U indicates the impact is scoped to the plugin's own data and functionality rather than the broader WordPress environment.
RemediationAI
No specific patched version is confirmed in the available data - the Patchstack advisory at https://patchstack.com/database/wordpress/plugin/staff-training/vulnerability/wordpress-staff-training-plugin-1-0-7-broken-access-control-vulnerability should be checked immediately for an updated release. If no patch is yet available, administrators should deactivate and remove the Staff Training plugin from all WordPress sites as an immediate compensating control; deactivation eliminates the exposed endpoints entirely without side effects to other plugins. As a secondary control where removal is not operationally feasible, restricting access to WordPress admin-ajax.php and REST API endpoints to authenticated sessions only via WAF rules or web server configuration (e.g., Nginx auth_request or Apache Require valid-user directives) reduces unauthenticated exposure, though this may break plugin features that legitimately serve public-facing requests and must be tested before deployment.
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-53971
GHSA-rfv7-w63w-m4q2