Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
Network-accessible WordPress AJAX endpoint requires no authentication, privileges, or user interaction; impact is low across all three pillars as task data, execution, and deletion remain scoped to the vulnerable system.
Primary rating from Vendor (Wordfence).
CVSS VectorVendor: Wordfence
Lifecycle Timeline
2DescriptionCVE.org
The Material Dashboard plugin for WordPress is vulnerable to unauthorized access and modification of data due to missing capability checks on the amd_ajax_target_task_manager() function in all versions up to, and including, 1.4.10. This makes it possible for unauthenticated attackers to enumerate all scheduled tasks (potentially exposing PII), execute arbitrary tasks, and delete any task via the public_amd_ajax_handler AJAX action.
AnalysisAI
Unauthenticated access to the Material Dashboard WordPress plugin's task management AJAX endpoint exposes all WordPress sites running versions up to and including 1.4.10 to task enumeration, arbitrary task execution, and task deletion. The root cause is a missing capability check on the amd_ajax_target_task_manager() function, which is registered via the publicly accessible public_amd_ajax_handler AJAX action - reachable without any authentication by design of the hook registration. An attacker can enumerate scheduled tasks (potentially exposing PII stored in task parameters), force arbitrary task execution to trigger unintended server-side operations, or delete tasks to disrupt site functionality. No active exploitation confirmed at time of analysis; no public POC code referenced in available data.
Technical ContextAI
The Material Dashboard plugin (vendor: ho3einie, CPE: cpe:2.3:a:ho3einie:material_dashboard:*:*:*:*:*:*:*:*) implements a custom task scheduling system through the AMDTasks component (core/AMDTasks/AMDTasks.php) exposed via an AJAX network handler (core/AMDNetwork/AMDNetwork.php). The vulnerability is classified as CWE-862 (Missing Authorization): WordPress distinguishes between authenticated (wp_ajax_) and unauthenticated (wp_ajax_nopriv_) AJAX hook registrations. When public_amd_ajax_handler is registered without the nopriv guard or when the handler itself omits a current_user_can() capability check, any HTTP client - authenticated or not - can invoke the full task management surface. The affected function amd_ajax_target_task_manager() at AMDTasks.php line 514 handles enumerate, execute, and delete operations without gating on user role or nonce validation, violating WordPress plugin security best practices.
RemediationAI
A fix has been committed to the Material Dashboard plugin repository trunk (WordPress.org SVN changeset 3535650, diff against 3535649 at https://plugins.trac.wordpress.org/changeset?new=3535650%40material-dashboard%2Ftrunk&old=3535649%40material-dashboard%2Ftrunk); however, the exact released plugin version incorporating this fix is not independently confirmed from the available data - site administrators should update to the latest available version via the WordPress dashboard and verify the installed version exceeds 1.4.10. If an update is not immediately possible, a compensating control is to deactivate the Material Dashboard plugin entirely, which removes the AJAX handler registration from WordPress. Alternatively, a WAF rule blocking POST requests to wp-admin/admin-ajax.php with the action=public_amd_ajax_handler parameter will prevent unauthenticated exploitation with minimal side effects, though this may also block legitimate plugin functionality. Given that the AJAX action is publicly registered, network-layer restrictions alone (e.g., IP allowlisting) are not practical compensating controls unless the WordPress admin-ajax endpoint is already restricted.
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-53174
GHSA-58hw-xc5c-3pp5