Description
The Taskbuilder – Project Management & Task Management Tool With Kanban Board plugin for WordPress is vulnerable to generic SQL Injection via the 'task_search' parameter in all versions up to, and including, 5.0.8 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for authenticated attackers, with subscriber-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database. The wppm_get_task_list AJAX handler performs no capability check and no nonce verification, meaning any authenticated user including those with Subscriber-level access can invoke it directly.
Published: 2026-07-01
Score: 6.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Taskbuilder plugin for WordPress contains a generic SQL injection flaw in the 'task_search' parameter of the wppm_get_task_list AJAX handler. The vulnerability arises because the plugin does not escape user input and does not use prepared statements, allowing an attacker to append arbitrary SQL code. Because the handler performs no capability check or nonce verification, any authenticated user with subscriber-level access or higher can trigger the weakness, leaking sensitive database content such as user credentials and project data. This flaw is classified as CWE‑89.

Affected Systems

All WordPress sites running Taskbuilder version 5.0.8 or earlier are vulnerable. The risky endpoint resides in the AJAX handler that lists tasks, and any user with subscriber or higher role can invoke it. Sites that use this plugin and have registered users are therefore at risk.

Risk and Exploitability

The vulnerability carries a CVSS score of 6.5, which is considered medium severity. EPSS data is not available, and the issue is not listed in CISA KEV. Attackers need only a valid authenticated account, so exploitation is straightforward for anyone with subscriber access. The potential for data exfiltration is significant because the injected SQL can read arbitrary tables.

Generated by OpenCVE AI on July 1, 2026 at 13:01 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update Taskbuilder to version 5.0.9 or later to remove the injection flaw
  • Restrict subscribers from calling the wppm_get_task_list AJAX handler by enforcing a capability check or removing the subscriber role if it is not needed
  • Apply a temporary patch by sanitizing the 'task_search' input, converting the query to a prepared statement, and adding nonce verification to the AJAX endpoint

Generated by OpenCVE AI on July 1, 2026 at 13:01 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 01 Jul 2026 11:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Wed, 01 Jul 2026 05:00:00 +0000

Type Values Removed Values Added
Description The Taskbuilder – Project Management & Task Management Tool With Kanban Board plugin for WordPress is vulnerable to generic SQL Injection via the 'task_search' parameter in all versions up to, and including, 5.0.8 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for authenticated attackers, with subscriber-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database. The wppm_get_task_list AJAX handler performs no capability check and no nonce verification, meaning any authenticated user including those with Subscriber-level access can invoke it directly.
Title Taskbuilder <= 5.0.8 - Authenticated (Subscriber+) SQL Injection via 'task_search' Parameter
Weaknesses CWE-89
References
Metrics cvssV3_1

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


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-07-01T10:32:06.198Z

Reserved: 2026-06-12T14:38:07.858Z

Link: CVE-2026-12110

cve-icon Vulnrichment

Updated: 2026-07-01T10:31:03.116Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-01T13:15:05Z

Weaknesses
  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')