CVE-2026-12110
Received Received - Intake

SQL Injection in Taskbuilder WordPress Plugin

Vulnerability report for CVE-2026-12110, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-01

Last updated on: 2026-07-01

Assigner: Wordfence

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-01
Last Modified
2026-07-01
Generated
2026-07-01
AI Q&A
2026-07-01
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
taskbuilder project_management_tool to 5.0.8 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-89 The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

The Taskbuilder – Project Management & Task Management Tool With Kanban Board plugin for WordPress has a generic SQL Injection vulnerability in the 'task_search' parameter in all versions up to and including 5.0.8.

This vulnerability exists because the plugin does not properly escape user-supplied input and does not sufficiently prepare the existing SQL query.

As a result, authenticated users with subscriber-level access or higher can append additional SQL queries to extract sensitive information from the database.

Additionally, the AJAX handler 'wppm_get_task_list' does not perform capability checks or nonce verification, allowing any authenticated user, including subscribers, to invoke it directly.

Impact Analysis

This vulnerability can allow an authenticated user with minimal privileges (subscriber-level) to perform unauthorized SQL queries on the database.

Such unauthorized queries can lead to the extraction of sensitive information stored in the database.

Because the vulnerability does not affect integrity or availability, but impacts confidentiality, it can result in data breaches or exposure of confidential data.

Detection Guidance

This vulnerability involves SQL Injection via the 'task_search' parameter in the Taskbuilder WordPress plugin. Detection would involve monitoring for unusual or suspicious SQL queries or attempts to exploit the 'task_search' parameter, especially from authenticated users with subscriber-level access or higher.

Since the wppm_get_task_list AJAX handler performs no capability check or nonce verification, detection can include reviewing AJAX requests to this handler for unexpected or malicious input.

Specific commands are not provided in the available information.

Mitigation Strategies

Immediate mitigation steps include restricting access to the Taskbuilder plugin, especially the AJAX handler 'wppm_get_task_list', to trusted users only.

Ensure that users with subscriber-level access or higher are trusted, or temporarily disable the plugin until a patch is available.

Applying any available updates or patches to the plugin that address this SQL Injection vulnerability is recommended once released.

Compliance Impact

This vulnerability allows authenticated users with subscriber-level access to perform SQL Injection attacks that can extract sensitive information from the database.

Such unauthorized access to sensitive data can lead to violations of data protection regulations like GDPR and HIPAA, which require strict controls to prevent unauthorized data disclosure.

Therefore, exploitation of this vulnerability could compromise compliance with these common standards and regulations by exposing protected personal or health information.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-12110. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart