CVE-2026-4004 MEDIUM

CVE-2026-4004: Task Manager <= 3.0.2 - Authenticated (Subscriber+) Arbitrary Shortcode Execution via 'task_id' Parameter

Vendor Eoxia
Product Task Manager
Weakness CWE-94 · Code injection
Published March 21, 2026
Last update April 8, 2026

CVSS base score

6.5/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction None
Confidentiality Low
Integrity Low

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N

What the vulnerability does

01Description

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'.

Explanation of Vulnerability in Simple Terms

02Summary

Task Manager versions 3.0.2 and earlier contain a code injection vulnerability that allows unauthenticated attackers to inject and execute arbitrary code over the network. No user interaction is required. The vulnerability affects code confidentiality and integrity but not availability. Update to a version newer than 3.0.2 immediately.

What an attacker can do

03Attacker Capabilities

Inject and execute arbitrary code on the site without authentication.

Potential impact on your site

04Site Impact

Attackers can read sensitive data and modify site content or functionality without logging in.

Conditions required to exploit

05Prerequisites

Network access only; no authentication or user interaction required.

Key dates

06Disclosure timeline

March 21, 2026 CVE published
April 8, 2026 Record updated