Description
The Task Manager plugin for WordPress is vulnerable to arbitrary shortcode execution via the 'search' AJAX action in all versions up to, and including, 3.0.2. This is due to missing capability checks in the callback_search() function and insufficient input validation that allows shortcode syntax (square brackets) to pass through sanitize_text_field() and be concatenated into a do_shortcode() call. This makes it possible for authenticated attackers, with Subscriber-level access and above, to execute arbitrary shortcodes on the site by injecting shortcode syntax into parameters like 'task_id', 'point_id', 'categories_id', or 'term'.
Published: 2026-03-21
Score: 6.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Arbitrary Shortcode Execution
Action: Update Plugin
AI Analysis

Impact

The vulnerability allows an attacker who is logged in with Subscriber level access or higher to insert arbitrary shortcode syntax into parameters such as task_id. Because the callback_search() function fails to verify the user's capability and sanitization fails to strip the shortcode brackets, the malicious input is concatenated into a do_shortcode() call which then executes the shortcode on the site. This can lead to execution of arbitrary shortcodes that may embed malicious code, alter site content, or exfiltrate data, thereby compromising the integrity and potential confidentiality of the WordPress installation.

Affected Systems

WordPress sites running the Task Manager plugin from eoxia, any release up to and including version 3.0.2. The vulnerability is present in all plugin versions that included the vulnerable callback_search() implementation.

Risk and Exploitability

The CVSS score of 6.5 indicates a medium severity, and the lack of an EPSS score, combined with its absence from the CISA KEV catalog, suggests the risk is moderate. An attacker requires only authenticated access at the Subscriber level, which is a relatively low privilege in many sites, making exploitation more likely for sites with many such users.

Generated by OpenCVE AI on March 21, 2026 at 07:10 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Task Manager plugin to the latest released version (at least 3.0.3).
  • If an upgrade is not immediately possible, remove or disable the 'search' AJAX action that triggers the vulnerable callback.
  • Restrict the Subscriber role from executing shortcodes by adjusting role capabilities or using a role management plugin.

Generated by OpenCVE AI on March 21, 2026 at 07:10 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 23 Mar 2026 16:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 23 Mar 2026 10:00:00 +0000

Type Values Removed Values Added
First Time appeared Eoxia
Eoxia task Manager
Wordpress
Wordpress wordpress
Vendors & Products Eoxia
Eoxia task Manager
Wordpress
Wordpress wordpress

Sat, 21 Mar 2026 05:30:00 +0000

Type Values Removed Values Added
Description The Task Manager plugin for WordPress is vulnerable to arbitrary shortcode execution via the 'search' AJAX action in all versions up to, and including, 3.0.2. This is due to missing capability checks in the callback_search() function and insufficient input validation that allows shortcode syntax (square brackets) to pass through sanitize_text_field() and be concatenated into a do_shortcode() call. This makes it possible for authenticated attackers, with Subscriber-level access and above, to execute arbitrary shortcodes on the site by injecting shortcode syntax into parameters like 'task_id', 'point_id', 'categories_id', or 'term'.
Title Task Manager <= 3.0.2 - Authenticated (Subscriber+) Arbitrary Shortcode Execution via 'task_id' Parameter
Weaknesses CWE-94
References
Metrics cvssV3_1

{'score': 6.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N'}


Subscriptions

Eoxia Task Manager
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-04-08T17:29:26.172Z

Reserved: 2026-03-11T18:54:27.040Z

Link: CVE-2026-4004

cve-icon Vulnrichment

Updated: 2026-03-23T15:54:00.741Z

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-03-21T04:17:39.033

Modified: 2026-03-23T14:32:02.800

Link: CVE-2026-4004

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-03-25T14:41:25Z

Weaknesses