CVE-2026-15267
Last modified
CVE-2026-15267 is a medium-severity vulnerability rated 6.5/10 on the CVSS scale. 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. EPSS estimates a 0.26% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| taskbuilder | Taskbuilder – Project Management & Task Management Tool With Kanban Board | <= 5.0.9 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-15267?
How severe is CVE-2026-15267?
How do I fix CVE-2026-15267?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-15257The RegistrationMagic WordPress plugin before 6.0.9.4 does …5.3
- CVE-2026-15258The Product Feed Manager For WooCommerce WordPress plugin b…8.1
- CVE-2026-1526The undici WebSocket client is vulnerable to a denial-of-ser…7.5
- CVE-2026-15260The GEO my WP WordPress plugin before 4.5.5.3 does not perfo…4.3
- CVE-2026-15262The Admin Columns for ACF Fields WordPress plugin through 0.…5.4
- CVE-2026-15265A path traversal vulnerability in Tenable Agent 11.2.0 and 1…9.4
- CVE-2026-1527ImpactWhen an application passes user-controlled input to th…4.6
- CVE-2026-15270A weakness has been identified in D-link DIR-823G 1.0.2B05_2…7.5
- CVE-2026-15271A security vulnerability has been detected in TOTOLINK A3000…7.7
- CVE-2026-15274A vulnerability was detected in lo48576 fbxcel up to 0.9.0. …3.3
- CVE-2026-15276A flaw has been found in pdeljanov Symphonia up to 0.6.0. Th…3.3
- CVE-2026-1528ImpactA server can reply with a WebSocket frame using the 64…7.5
Are you affected by CVE-2026-15267?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
