Taskbuilder <= 5.0.9 - Authenticated (Subscriber+) SQL Injection

6.5
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
CVE CVE-2026-15267
CVSS 6.5 (Medium)
Publicly Published July 27, 2026
Last Updated July 28, 2026
Researcher zalomkiller

Description

The Taskbuilder – Project Management & Task Management Tool With Kanban Board plugin for WordPress is vulnerable to SQL Injection via the 'wppm_proj_filter' parameter in versions up to, and including, 5.0.9. This is due to insufficient escaping on the user-supplied parameter and the lack of sufficient preparation on the existing SQL query — the value is re-read at line 144 using only sanitize_text_field() (overwriting the earlier absint() result), then concatenated into the SQL WHERE clause as an unquoted numeric operand using only esc_sql(), which does not protect against injection in that context, and finally string-interpolated into the $wpdb->prepare() format string, bypassing parameterization entirely. 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.

Learn more about SQL Injection vulnerabilities and how to prevent them.

References

Share

Vulnerability Details for Taskbuilder – Project Management & Task Management Tool With Kanban Board

Software Type Plugin
Software Slug taskbuilder (view on wordpress.org)
Patched? Yes
Remediation Update to version 6.0.0, or a newer patched version
Affected Version
  • <= 5.0.9
Patched Version
  • 6.0.0

Recent vulnerabilities in Taskbuilder – Project Management & Task Management Tool With Kanban Board

# Title CVE ID CVSS Researchers Date
1 Taskbuilder <= 5.0.8 - Authenticated (Subscriber+) SQL Injection via 'task_search' Parameter CVE-2026-12110 6.5 d.v4n_s3c June 30, 2026
2 Taskbuilder <= 5.0.8 - Authenticated (Subscriber+) SQL Injection via 'wppm_proj_filter' Parameter CVE-2026-12090 6.5 Catalin Oancea (0x4D5A) June 30, 2026
3 Taskbuilder – Project Management & Task Management Tool With Kanban Board <= 5.0.7 - Authenticated (Subscriber+) SQL Injection CVE-2026-52697 6.5 VanTastic June 10, 2026
4 Taskbuilder – Project Management & Task Management Tool With Kanban Board <= 5.0.6 - Authenticated (Subscriber+) Time-Based Blind SQL Injection via 'project_search' Parameter CVE-2026-6225 6.5 Louis Deschanel (JeanJeanLeHaxor) May 13, 2026
5 Taskbuilder <= 5.0.3 - Authenticated (Administrator+) Stored Cross-Site Scripting via 'Block Emails' Field CVE-2026-2289 4.4 Phap Nguyen Anh March 3, 2026
6 Taskbuilder <= 5.0.2 - Missing Authorization to Authenticated (Subscriber+) Arbitrary Project/Task Comment Creation CVE-2026-1640 4.3 Tarcísio Luchesi De Almeida Silva (Poystick) February 17, 2026
7 Taskbuilder <= 5.0.2 - Authenticated (Subscriber+) SQL Injection via 'order' and 'sort_by' Parameters CVE-2026-1639 6.5 Tarcísio Luchesi De Almeida Silva (Poystick) February 17, 2026
8 Taskbuilder <= 4.0.9 - Reflected Cross-Site Scripting CVE-2025-67933 6.1 Skalucy January 6, 2026
9 Taskbuilder <= 4.0.7 - Missing Authorization CVE-2025-30945 5.3 Hiro June 5, 2025
10 Taskbuilder <= 4.0.1 - Authenticated (Subscriber+) SQL Injection CVE-2025-39569 6.5 astra.r3verii April 17, 2025

Did you know Wordfence Intelligence provides free personal and commercial API access to our comprehensive WordPress vulnerability database, along with a free webhook integration to stay on top of the latest vulnerabilities added and updated in the database? Get started today!

Learn more

Want to get notified of the latest vulnerabilities that may affect your WordPress site?
Install Wordfence on your site today to get notified immediately if your site is affected by a vulnerability that has been added to our database.

Get Wordfence

The Wordfence Intelligence WordPress vulnerability database is completely free to access and query via API. Please review the documentation on how to access and consume the vulnerability data via API.

Documentation